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
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"
The text was updated successfully, but these errors were encountered:
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:
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"
The text was updated successfully, but these errors were encountered: