Robotics StackExchange | Archived questions

Unable to install gazebo

I try to install gazebo but it's not working. I get following error after I run the command curl -ssl http://get.gazebosim.org | sh

E: Unable to locate package libgazebo9-dev

I always get this when I try to install gazebo

If I try to install ros-kinetic-gazebo-dev it says that I have broken packages and that I can't install it

Asked by S. Yildiz on 2019-05-07 04:04:24 UTC

Comments

Answers

It looks like we're discouraged from installing any gazebo later than 7 with kinetic; that's the version that ships with ros-kinetic-desktop-full. Trying to install a later version with kinetic has led me to a frustrating week of dependency hell.

Asked by fozzy-b on 2019-09-20 11:12:08 UTC

Comments

By default, Kinetic uses Gazebo 7. Here's a tutorial on how to use other version combinations:

http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros

Asked by chapulina on 2019-09-20 11:29:25 UTC

Comments