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

ROSDEP Keys #126

Open
brewfalconenterprises opened this issue Sep 17, 2023 · 0 comments
Open

ROSDEP Keys #126

brewfalconenterprises opened this issue Sep 17, 2023 · 0 comments

Comments

@brewfalconenterprises
Copy link

brewfalconenterprises commented Sep 17, 2023

During the following step:
rosdep update && rosdep install --from-paths src --ignore-src -y --skip-keys="gz-transport12 gz-common5 gz-math7 gz-msgs9 gz-gui7 gz-cmake3 gz-sim7 zenohc"
Received the following errors:

betaflight_gazebo: Cannot locate rosdep definition for [gz-transport7]
gz_aerial_plugins: Cannot locate rosdep definition for [gz-plugin2]

Added those two packages to the "skip-keys" list and resolved the error. Recommend modifying install documentation to the following:
rosdep update && rosdep install --from-paths src --ignore-src -y --skip-keys="gz-transport12 gz-common5 gz-math7 gz-msgs9 gz-gui7 gz-cmake3 gz-sim7 zenohc gz-transport7 gz-plugin2"

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

No branches or pull requests

1 participant