-
Notifications
You must be signed in to change notification settings - Fork 84
Gazebo and Gazebo ROS Installation
Giuseppe Silano edited this page Oct 31, 2018
·
1 revision
Gazebo version 2.2.3 gets directly installed with the ros-indigo-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
How to create
- Creating ROS Plugins for Gazebo
- Gazebo and Gazebo ROS Installation
- Gazebo Topic Naming Conventions
- ROS Interface Plugin
- Setup virtual keyboard joystick
How to install
How to generate
How to set
- Setting up CrazyS as Fixed Wing HiL Simulation (Pixhawk, Mavros, Mavlink, QGC)
- Setting up the CrazyS Simulator
How to develop
- Include ordering in cpp and header files
- Interfacing CrazyS through MATLAB
- Interfacing CrazyS with TravisCI
- Interfacing CrazyS with GitHub Action
- Package Versioning
- Software Specifications
- Specifying constants and default values
- Working With Meshes in Gazebo
More information