Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions to be compatible for ROS2 #992

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

becschwartz
Copy link

@becschwartz becschwartz commented Jan 23, 2025

Resolve #991 by updating overview.rst doc.

TODO:

  1. Go through https://github.com/ros-infrastructure/rosdep/blob/master/doc/overview.rst, test the steps

  2. Can remove python2 stuff. Easy_install is not used by python anymore – only pip.

  3. Ros_comm is only ROS1 thing
    Use rclcpp (ros client library cpp)
    -->
    Getting

rosdep check rclcpp --from-paths src --rosdistro iron
given path 'rclcpp' does not exist

I also tried a bunch of other stuff...
How do I know that a package exists? "install" also not working.

  1. rosdep install geometry → probably geometry2.

  2. When it says “ERROR: Rosdep cannot find all required resources to answer your query” use “--from_path” , install package by rosdep key name fails #991 (comment)

@becschwartz becschwartz marked this pull request as ready for review January 23, 2025 19:47
@becschwartz becschwartz marked this pull request as draft January 23, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install package by rosdep key name fails
1 participant