Unable to install gazebo_simulator for ROS kinetic

asked 2017-12-10 00:22:20 -0500

shivak singh gravatar image

updated 2017-12-10 00:27:14 -0500

Hi All

I'm using ROS kinetic on Ubuntu 16.04. I pushed the following command through my terminal and got following output.

$ sudo apt-get install ros-kinetic-simulator-gazebo

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package ros-kinetic-simulator-gazebo

I even read related poss on ROS answers yet nothing helped.

SIncerely

edit retag flag offensive close merge delete

Comments

Try sudo apt install ros-kinetic-gazebo-ros-pkgs; this will also bring in ros-kinetic-gazebo-dev, ros-kinetic-gazebo-msgs, ros-kinetic-gazebo-plugins and ros-kinetic-gazebo-ros.

clyde gravatar image clyde  ( 2017-12-10 10:38:00 -0500 )edit

t ishowed Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.

shivak singh gravatar image shivak singh  ( 2017-12-10 22:12:45 -0500 )edit

Sounds like your apt sources aren't set up correctly. Did you execute all of the steps from the install instructions? http://wiki.ros.org/kinetic/Installat...

clyde gravatar image clyde  ( 2017-12-20 18:01:42 -0500 )edit

Yes Clyde I have done it all

shivak singh gravatar image shivak singh  ( 2018-02-11 22:32:55 -0500 )edit