Replies: 7 comments 2 replies
-
Feedback on colcon sections: #947 (comment) |
Beta Was this translation helpful? Give feedback.
-
Incorrect links in Ubuntu-Install-Binary: #722 (comment) |
Beta Was this translation helpful? Give feedback.
-
Update Windows for correct openssl version ros2/ros2_documentation#3511 |
Beta Was this translation helpful? Give feedback.
-
Feedback on Creating a workspace: #952 (comment) |
Beta Was this translation helpful? Give feedback.
-
Ubuntu non-Debian install and rosdep: seems like we're missing an explanation. At first glance, the ROS 2 install options appear to have these characteristics:
But then the instructions for Ubuntu(archive or source) use rosdep to install dependencies, and it appears that rosdep dependencies are specifically APT packages. Now, that might make some sense if the dependencies are strictly ROS-agnostic, e.g., like python3. In that case, each of the ROS installations would share the single set of ROS-agnostic dependencies. But rosdep does not appear to constrain itself to ROS-agnostic dependencies. For example, in my Ubuntu(archive) installation:
What that output tells me is that rosdep does not recognize that the current ROS workspace is a rolling installation that contains its own rolling dependencies. I ran "rosdep install --from-paths share", and it refused only because it didn't like the test_ros2trace and test_tracetools_launch packages; otherwise, rosdep seemed ready to use APT to install the ros-rolling-* packages in /opt/ros/rolling. Which should be moot because my ~/ros2_iron/ros2-linux installation already contains those packages. |
Beta Was this translation helpful? Give feedback.
-
Colcon underlay issue when following action tutorials |
Beta Was this translation helpful? Give feedback.
-
Feedback on package description: #954 |
Beta Was this translation helpful? Give feedback.
-
Install options in doc are inconsistently named: #1046
Cc @cdhabecker
Beta Was this translation helpful? Give feedback.
All reactions