-
Operating System: Ubuntu 20.04 Hi there. I have tried building ros1_bridge based on the instructions but I am facing an issue (see issue below) after executing colcon build --packages-select ros1_bridge --cmake-force-configure. I have git clone this repo into my ros1 workspace. And I want to bridge both ros1 and ros2 rmf msgs. Steps to reproduce issue Step 1: Git clone, colcon build ros2 workspace with RMF demos and RMF core https://github.com/osrf/rmf_demos/blob/master/docs/installation.md Step 2: mkdir catkin_ws and git clone https://github.com/osrf/rmf_core_ros1_msgs.git and colcon build Step 3: mkdir bridge_ws and git clone ros1_bridge https://github.com/ros2/ros1_bridge.git This is my directory layout Step 4:
Step 5:
Step 6:
Note: Step 4 to 6 is followed by ros1_bridge installation guide: https://github.com/ros2/ros1_bridge/blob/master/doc/index.rst Received the following error below,
Does anyone knows how to resolve this issue? I have checked ros1_bridge CMakeList and package.xml and it doesn't contain opencv dependencies. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @destkk, take a look at this issue: ros2/ros1_bridge#276 . As outlined in the thread, I recommend that you install image transport from source to satisfy the dependencies. This is not an RMF or ros1_bridge issue, but a problem with the theora image compression package. |
Beta Was this translation helpful? Give feedback.
Hi @destkk, take a look at this issue: ros2/ros1_bridge#276 . As outlined in the thread, I recommend that you install image transport from source to satisfy the dependencies. This is not an RMF or ros1_bridge issue, but a problem with the theora image compression package.