You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should produce a similar #[apt] Installation commands: output as per documentation, but fails with:
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource std_msgs
The key works with rosdep resolve std_msgs --rosdistro=rolling though.
Can you update the documentation to reflect any recent changes on the user-facing behaviour of rosdep? In particular, how to install packages by their rosdep key name.
The text was updated successfully, but these errors were encountered:
This mechanism worked in ROS 1 using the ROS_PACKAGE_PATH environment variable. That variable is not set in ROS 2, so rosdep can't figure out where the std_msgs package is. All of the ROS 2 instructions using rosdep make use of the --from-path option.
The documentation on how to
check
andinstall
rosdep packages (https://github.com/ros-infrastructure/rosdep/blob/master/doc/overview.rst#installating-rosdeps) seems to be out of date or at least not complete.At least, I cannot reproduce the commands there.
Example, installing
std_msgs
forrolling
:This should produce a similar
#[apt] Installation commands:
output as per documentation, but fails with:The key works with
rosdep resolve std_msgs --rosdistro=rolling
though.Can you update the documentation to reflect any recent changes on the user-facing behaviour of rosdep? In particular, how to install packages by their rosdep key name.
The text was updated successfully, but these errors were encountered: