Robotics StackExchange | Archived questions

Hi! I'm new to Ros trying to learn about gazebo simulated. But I can't run " sudo apt-get install ros-noetic-simulator-gazebo". Could anyone help me, thanks a lot !

Hi! I'm new to Ros trying to learn about gazebo simulated. But I can't run " sudo apt-get install ros-noetic-simulator-gazebo". Could anyone help me, thanks a lot !

Asked by quyetbui on 2021-06-28 06:54:41 UTC

Comments

Welcome to ROS answers! We are here to help, but need good questions to do that. First of all give your question a normal title, not the full text of the question. Secondly, tell us what you have done and which of the official guides/docs you have used until this point. Finally, it would also be helpful to provide details, such as the OS & ROS versions, so we don't have to infer them.

Asked by pvl on 2021-06-29 02:23:41 UTC

Answers

You could use the following command to install Gazebo:

sudo apt-get install ros-noetic-gazebo-ros-pkg

This will install gazebo and ros bindings for it. I am assuming that you are on Ubuntu Focal and have setup ROS noetic correctly. See also the official ROS instructions ros-org - ROS noetic installation guide .

Asked by pvl on 2021-06-29 02:28:35 UTC

Comments