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
Expected behavior: running rosdep as listed in the guide does not lead to any error.
Actual behavior: because the repository has the simulation packages, it fails to resolve all gazebo related dependencies and also one related to the turtlebot3 (potentially unused).
Steps to reproduce
Run rosdep as described above and in the readmes when running in the RPI.
I ran into same issue and as instructions suggest you can continue installing remaining packages by using rosdep with -r switch OR you can also add COLCON_IGNORE empty file in package root folder you want to ignore. In this case it would be gz_classic, nav and slam packages. Or you can simply delete those three package directories on robot/RPi. HTH.
@jballoffet I suppose we can also close this one, as using the -r flag with rosdep command solves the problem and also on Jazzy we have deprecated the simulation packages.
Environment
Description
Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: