Embedded Motion Control 2013/Simulator: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with '== Installation == If you followed all steps specified on the installation page , you will already have downloaded the Jazz simu…')
 
No edit summary
Line 1: Line 1:
== Installation ==
== Installation ==


If you followed all steps specified on [[ Embedded_Motion_Control_2013#Installation | the installation page ]], you will already have downloaded the Jazz simulator. To be able to use it, you first have to ''compile'' the downloaded ROS packages:
If you followed all steps specified on [[ Embedded_Motion_Control_2013#Installation | the installation page ]], you will already have downloaded the simulator Gazebo and our specific Jazz simulator. To be able to use the Jazz simulator, you first have to ''compile'' the downloaded ROS packages:


# Open a terminal ''(ctrl-t)''
# Open a terminal ''(ctrl-t)''

Revision as of 16:48, 30 August 2013

Installation

If you followed all steps specified on the installation page , you will already have downloaded the simulator Gazebo and our specific Jazz simulator. To be able to use the Jazz simulator, you first have to compile the downloaded ROS packages:

  1. Open a terminal (ctrl-t)
  2. Navigate to the jazz_gazebo ROS package:
    roscd jazz_gazebo
  3. And build and compile it and its dependencies:
    rosmake

Usage