Skip to content

Fix rosdep dependencies when installing in Raspeberry Pi #201

Description

@agalbachicar

Environment

  • OS Version: Ubuntu 22.04 / Ubuntu Mate 22.04 - arm64/v8
  • Source build: 9f7793d

Description

  • 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

  1. Run rosdep as described above and in the readmes when running in the RPI.
rosdep install --from-paths src --ignore-src -i -y

Output

rosdep install --from-paths src --ignore-src -i -y
[...]
ERROR: the following rosdeps failed to install                                            
   apt: command [sudo -H apt-get install -y ros-humble-turtlebot3-gazebo] failed           
   apt: command [sudo -H apt-get install -y ros-humble-gazebo-ros-pkgs] failed             
   apt: command [sudo -H apt-get install -y ros-humble-gazebo-ros] failed                  
   apt: command [sudo -H apt-get install -y ros-humble-gazebo-ros2-control] failed         
   apt: Failed to detect successful installation of [ros-humble-turtlebot3-gazebo]         
   apt: Failed to detect successful installation of [ros-humble-gazebo-ros-pkgs]           
   apt: Failed to detect successful installation of [ros-humble-gazebo-ros]                
   apt: Failed to detect successful installation of [ros-humble-gazebo-ros2-control]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    🆕 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions