ROS2 components tutorial fails to launch
https://index.ros.org/doc/ros2/Tutori...
I tried to follow the composition tutorial for ROS2 using the official docker images but it fails to load even the sample components. Is this a bug or did I mess something up?
Terminal #1:
$ docker run --name fox --rm -it osrf/ros:foxy-desktop
root@a32781ba07af:/# ros2 run rclcpp_components component_container
[INFO] [1607722128.302447462] [ComponentManager]: Load Library: /opt/ros/foxy/lib/libtalker_component.so
[ERROR] [1607722128.303362581] [ComponentManager]: Failed to load library: Could not load library LoadLibrary error: libconsole_bridge.so.1.0: cannot open shared object file: No such file or directory, at /tmp/binarydeb/ros-foxy-rcutils-1.0.1/src/shared_library.c:68
Terminal #2:
$ docker exec -it fox /ros_entrypoint.sh bash
root@a32781ba07af:/# ros2 component list
/ComponentManager
root@a32781ba07af:/# ros2 component load /ComponentManager composition composition::Talker
Failed to load component: Failed to load library: could not load library loadlibrary error: libconsole_bridge.so.1.0: cannot open shared object file: no such file or directory, at /tmp/binarydeb/ros-foxy-rcutils-1.0.1/src/shared_library.c:68
root@a32781ba07af:/# ros2 component types
<SNIP>
composition
composition::Talker
composition::Listener
composition::NodeLikeListener
composition::Server
composition::Client
<SNIP>