-
Notifications
You must be signed in to change notification settings - Fork 30
Gazebo and Gazebo ROS Installation
Giuseppe Silano edited this page Apr 7, 2019
·
3 revisions
Gazebo version 7.x gets directly installed with the ros-kinetic-desktop-full
package.
If you want a more recent version you can install it directly according to the documentation on:
http://gazebosim.org/tutorials?tut=install_ubuntu&cat=install
and for the ros binding:
http://gazebosim.org/tutorials/?tut=ros_wrapper_versions#UsingaspecificGazeboversionwithROS
In the first terminal start the roscore:
roscore
Second terminal launch both gazebo server and client with:
rosrun gazebo_ros gazebo
You should see the graphical interface pop-up after a while.
In a third terminal you can check if gazebo is publishing any ROS related topics:
rostopic list
You should see something like this:
user@machine: rostopic list
/clock
/gazebo/link_states
/gazebo/model_states
/gazebo/parameter_descriptions
/gazebo/parameter_updates
/gazebo/set_link_state
/gazebo/set_model_state
/rosout
/rosout_agg
How to add
- Adding a Camera to BebopS
- Adding a Custom wind field to your world
- Adding an IMU to BebopS
- Adding an 1D Laser
How to create
- Creating ROS Plugins for Gazebo
- Gazebo and Gazebo ROS Installation
- Gazebo Topic Naming Conventions
- ROS Interface Plugin
How to install
How to generate
How to set
How to develop
- Include ordering in cpp and header files
- Interfacing BebopS through MATLAB
- Interfacing BebopS with TravisCI
- Package Versioning
- Software Specifications
- Specifying constants and default values
- Working With Meshes in Gazebo
More information