Embedded Motion Control 2013/Simulator: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
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:
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-alt-t)''
# Navigate to the ''jazz_gazebo'' ROS package: <pre>roscd jazz_gazebo</pre>
# Navigate to the ''jazz_gazebo'' ROS package: <pre>roscd jazz_gazebo</pre>
# And build and compile it and its dependencies: <pre>rosmake</pre>
# And build and compile it and its dependencies: <pre>rosmake</pre>


== Usage ==
== Usage ==

Revision as of 16:52, 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-alt-t)
  2. Navigate to the jazz_gazebo ROS package:
    roscd jazz_gazebo
  3. And build and compile it and its dependencies:
    rosmake

Usage