Skip to content

Instantly share code, notes, and snippets.

@fujitatomoya
Created March 13, 2024 18:26
Show Gist options
  • Save fujitatomoya/b0d778a71ba205476c01291387101f9b to your computer and use it in GitHub Desktop.
Save fujitatomoya/b0d778a71ba205476c01291387101f9b to your computer and use it in GitHub Desktop.
rosdoc2 build --package-path ./src/ros2/rclpy/rclpy/
root@tomoyafujita:~/ros2_ws/colcon_ws# rosdoc2 build --package-path ./src/ros2/rclpy/rclpy/
[rosdoc2] [INFO] Note: the user provided sourcedir for Sphinx '/root/ros2_ws/colcon_ws/src/ros2/rclpy/rclpy/docs/source/' will be used.
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/conf.py
[rosdoc2] [INFO] Running sphinx-apidoc: 'sphinx-apidoc -o ../../../src/ros2/rclpy/rclpy/docs/source -e /root/ros2_ws/colcon_ws/src/ros2/rclpy/rclpy/rclpy' in 'docs_build/rclpy/rclpy'
[rosdoc2] [INFO] Running Sphinx-build: 'sphinx-build -c . ../../../src/ros2/rclpy/rclpy/docs/source /root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/sphinx_output' in 'docs_build/rclpy/rclpy'
Running Sphinx v7.2.6
[rosdoc2] enabling autodoc
[rosdoc2] enabling intersphinx
[rosdoc2] overriding theme to be 'sphinx_rtd_theme'
[rosdoc2] extending intersphinx mapping
[rosdoc2] adding markdown parser
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
[autosummary] generating autosummary for: about.rst, api.rst, api/actions.rst, api/clock.rst, api/context.rst, api/execution_and_callbacks.rst, api/init_shutdown.rst, api/logging.rst, api/node.rst, api/parameters.rst, ..., rclpy.type_hash.rst, rclpy.type_support.rst, rclpy.utilities.rst, rclpy.validate_full_topic_name.rst, rclpy.validate_namespace.rst, rclpy.validate_node_name.rst, rclpy.validate_parameter_name.rst, rclpy.validate_topic_name.rst, rclpy.wait_for_message.rst, rclpy.waitable.rst
WARNING: Failed to import rclpy.validate_full_topic_name.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.lifecycle.managed_entity.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.task.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.type_support.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.callback_groups.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.impl.implementation_singleton.
Possible hints:
* ImportError: cannot import name 'rclpy_implementation' from partially initialized module 'rclpy.impl.implementation_singleton' (most likely due to a circular import) (/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py)
The C extension '/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py' failed to be imported while being present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-even-with-library-present-on-the-system' for possible solutions
* AttributeError: module 'rclpy.impl' has no attribute 'implementation_singleton'
WARNING: Failed to import rclpy.service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.signals.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.topic_endpoint_info.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.guard_condition.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.time.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.validate_node_name.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.parameter_service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.parameter_client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.time.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.subscription.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.exceptions.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.lifecycle.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.executors.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.logging.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.validate_namespace.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.type_hash.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.parameter_client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.publisher.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.qos.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.clock.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.utilities.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.event_handler.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.clock.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.serialization.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.qos_event.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.qos.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.graph.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.timer.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.duration.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.lifecycle.publisher.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.parameter_service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.utilities.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.expand_topic_name.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.validate_topic_name.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.wait_for_message.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.impl.rcutils_logger.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* AttributeError: module 'rclpy.impl' has no attribute 'rcutils_logger'
WARNING: Failed to import rclpy.impl.logging_severity.
Possible hints:
* ImportError: cannot import name 'rclpy_implementation' from partially initialized module 'rclpy.impl.implementation_singleton' (most likely due to a circular import) (/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py)
The C extension '/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py' failed to be imported while being present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-even-with-library-present-on-the-system' for possible solutions
* AttributeError: module 'rclpy.impl' has no attribute 'logging_severity'
WARNING: Failed to import rclpy.node.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.logging_service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.server.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.constants.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.time_source.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.topic_or_service_is_hidden.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.logging.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.service_introspection.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.waitable.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.executors.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.callback_groups.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.qos_overriding_options.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.client.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.action.server.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.lifecycle.node.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.node.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.type_description_service.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.parameter_event_handler.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.validate_parameter_name.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.publisher.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.subscription.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
WARNING: Failed to import rclpy.timer.
Possible hints:
* ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'
The C extension '/root/ros2_ws/colcon_ws/build/rpyutils/_rclpy_pybind11.cpython-310-x86_64-linux-gnu.so' isn't present on the system. Please refer to 'https://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html#import-failing-without-library-present-on-the-system' for possible solutions
* KeyError: 'rclpy'
myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 76 source files that are out of date
updating environment: [new config] 76 added, 0 changed, 0 removed
reading sources... [100%] rclpy.waitable
WARNING: autodoc: failed to import module 'action.client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'action.server' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'clock' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'executors' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'callback_groups' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'logging' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'node' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'parameter_service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'parameter_client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'qos' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'time' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'timer' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'publisher' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'subscription' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'utilities' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'action' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'action.client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'action.graph' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'action.server' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'callback_groups' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'clock' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'constants' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context:1: WARNING: duplicate object description of rclpy.context, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context:1: WARNING: duplicate object description of rclpy.context.Context, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.destroy:1: WARNING: duplicate object description of rclpy.context.Context.destroy, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.get_domain_id:1: WARNING: duplicate object description of rclpy.context.Context.get_domain_id, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.handle:1: WARNING: duplicate object description of rclpy.context.Context.handle, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.init:1: WARNING: duplicate object description of rclpy.context.Context.init, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.ok:1: WARNING: duplicate object description of rclpy.context.Context.ok, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.on_shutdown:1: WARNING: duplicate object description of rclpy.context.Context.on_shutdown, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.shutdown:1: WARNING: duplicate object description of rclpy.context.Context.shutdown, other instance in api/context, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/context.py:docstring of rclpy.context.Context.try_shutdown:1: WARNING: duplicate object description of rclpy.context.Context.try_shutdown, other instance in api/context, use :no-index: for one of them
WARNING: autodoc: failed to import module 'duration' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'event_handler' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'exceptions' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'executors' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'expand_topic_name' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'guard_condition' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'implementation_singleton' from module 'rclpy.impl'; the following exception was raised:
cannot import name 'rclpy_implementation' from partially initialized module 'rclpy.impl.implementation_singleton' (most likely due to a circular import) (/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py)
WARNING: autodoc: failed to import module 'logging_severity' from module 'rclpy.impl'; the following exception was raised:
cannot import name 'rclpy_implementation' from partially initialized module 'rclpy.impl.implementation_singleton' (most likely due to a circular import) (/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/impl/implementation_singleton.py)
WARNING: autodoc: failed to import module 'rcutils_logger' from module 'rclpy.impl'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'lifecycle' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'lifecycle.managed_entity' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'lifecycle.node' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'lifecycle.publisher' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'logging' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'logging_service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'node' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter:1: WARNING: duplicate object description of rclpy.parameter, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter:1: WARNING: duplicate object description of rclpy.parameter.Parameter, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.BOOL:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.BOOL, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.BOOL_ARRAY:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.BOOL_ARRAY, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.BYTE_ARRAY:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.BYTE_ARRAY, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.DOUBLE:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.DOUBLE, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.DOUBLE_ARRAY:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.DOUBLE_ARRAY, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.INTEGER:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.INTEGER, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.INTEGER_ARRAY:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.INTEGER_ARRAY, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.NOT_SET:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.NOT_SET, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.STRING:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.STRING, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.STRING_ARRAY:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.STRING_ARRAY, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.check:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.check, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.Type.from_parameter_value:1: WARNING: duplicate object description of rclpy.parameter.Parameter.Type.from_parameter_value, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.from_parameter_msg:1: WARNING: duplicate object description of rclpy.parameter.Parameter.from_parameter_msg, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.get_parameter_value:1: WARNING: duplicate object description of rclpy.parameter.Parameter.get_parameter_value, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.name:1: WARNING: duplicate object description of rclpy.parameter.Parameter.name, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.to_parameter_msg:1: WARNING: duplicate object description of rclpy.parameter.Parameter.to_parameter_msg, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.type_:1: WARNING: duplicate object description of rclpy.parameter.Parameter.type_, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.Parameter.value:1: WARNING: duplicate object description of rclpy.parameter.Parameter.value, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.get_parameter_value:1: WARNING: duplicate object description of rclpy.parameter.get_parameter_value, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.parameter_dict_from_yaml_file:1: WARNING: duplicate object description of rclpy.parameter.parameter_dict_from_yaml_file, other instance in api/parameters, use :no-index: for one of them
/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/rclpy/parameter.py:docstring of rclpy.parameter.parameter_value_to_python:1: WARNING: duplicate object description of rclpy.parameter.parameter_value_to_python, other instance in api/parameters, use :no-index: for one of them
WARNING: autodoc: failed to import module 'parameter_client' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'parameter_event_handler' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'parameter_service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'publisher' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'qos' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'qos_event' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'qos_overriding_options' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'serialization' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'service_introspection' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'signals' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'subscription' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'task' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'time' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'time_source' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'timer' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'topic_endpoint_info' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'topic_or_service_is_hidden' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'type_description_service' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'type_hash' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'type_support' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'utilities' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'validate_full_topic_name' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'validate_namespace' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'validate_node_name' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'validate_parameter_name' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'validate_topic_name' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'wait_for_message' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
WARNING: autodoc: failed to import module 'waitable' from module 'rclpy'; the following exception was raised:
No module named 'rclpy._rclpy_pybind11'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] rclpy.waitable
generating indices... genindex py-modindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 179 warnings.
The HTML pages are in sphinx_output.
[rosdoc2] [INFO] Sphinx-build exited with return code '0'
[rosdoc2] [INFO] Moving inventory file '/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/sphinx_output/objects.inv' into cross-reference directory 'cross_reference/rclpy/objects.inv'
[rosdoc2] [INFO] Moving files for 'rclpy (sphinx)' from '/root/ros2_ws/colcon_ws/docs_build/rclpy/rclpy/sphinx_output' into 'docs_build/rclpy/output_staging/'.
[rosdoc2] [INFO] Moved 271 files.
[rosdoc2] [INFO] Moving files to final destination in 'docs_output/rclpy'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment