• Diff for "husky_gazebo/Tutorials/Simulating Husky"
Differences between revisions 5 and 6
Revision 5 as of 2015-02-20 19:17:14
Size: 1965
Editor: PaulBovbel
Comment:
Revision 6 as of 2015-02-20 19:18:09
Size: 1947
Editor: PaulBovbel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
  i. Pick your [[http://gazebosim.org/tutorials/?tut=ros_roslaunch#UsingroslaunchtoOpenWorldModels|own world]] in which to simulate Husky.
  {{{
 3. Pick your [[http://gazebosim.org/tutorials/?tut=ros_roslaunch#UsingroslaunchtoOpenWorldModels|own world]] in which to simulate Husky.
 {{{
Line 43: Line 43:
  }}}
 3. asfasdfas
 }}}

(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Simulating Husky

Description: How to bring up a simulated Husky robot using the Gazebo simulator.

Keywords: Clearpath Husky

Tutorial Level: BEGINNER

Next Tutorial: Interfacing with Husky

Husky can be simulated in several environments using the husky_gazebo packages. To start a simulation:

  1. Make sure the simulation package is installed:
    $ sudo apt-get install ros-indigo-husky-gazebo
  2. Run either one of the provided simulation environments:
    1. Simulate Husky in an empty world. You can add new objects to this world using the Gazebo controls (Gazebo Tutorial - Building a World.

      $ roslaunch husky_gazebo husky_empty_world.launch
    2. Simulate Husky in a Clearpath designed world. This is the base environment for the navigation tutorials. It will take some time to start, as the simulator will need to download resources from the Gazebo servers.

      $ roslaunch husky_gazebo husky_playpen.launch
  3. Pick your own world in which to simulate Husky.

    $ roslaunch husky_gazebo husky_empty_world.launch world_name:=worlds/willowgarage.world

Wiki: husky_gazebo/Tutorials/Simulating Husky (last edited 2018-02-08 07:50:46 by DominicJud)