-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels