• Diff for "virtualplume/Tutorials/Download and install VirtualPlume"
Differences between revisions 9 and 10
Revision 9 as of 2011-02-17 12:47:25
Size: 2667
Comment:
Revision 10 as of 2011-02-17 12:47:55
Size: 2666
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
## next.0.link= [[plumesim/Tutorials/Using PlumeSim with virtual_nose | DUsing PlumeSim with virtual_nose]] ## next.0.link= [[plumesim/Tutorials/Using PlumeSim with virtual_nose | Using PlumeSim with virtual_nose]]

Note: This tutorial assumes that you have installed ROS and completed the ROS Tutorials.
(!) 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.

Downloading and installing VirtualPlume

Description: This tutorial guides you through the process of downloading and installing VirtualPlume.

Keywords: VirtualPlume, Download, Install

Tutorial Level: BEGINNER

Next Tutorial: Using VirtualPlume with virtual_nose

Download PlumeSim

1. Open a terminal window and cd into a directory that is on your ROS_PACKAGE_PATH. 2. Now you'll checkout PlumeSim using svn. In your terminal window run the following:

svn co http://isr-uc-ros-pkg.googlecode.com/svn/trunk/unstable/simulator_plumesim

3. Next you'll download the missing dependencies for PlumeSim, lse_messages.

svn co http://isr-uc-ros-pkg.googlecode.com/svn/trunk/unstable/lse_messages

Install PlumeSim

Now all you need to do is compile PlumeSim using rosmake:

rosmake plumesim

Testing PlumeSim

To make sure everything is working properly let's try PlumeSim out!

1. Launch a roscore on a terminal window and open a new terminal window to go to the plumesim directory.

roscd plumesim

2. Next load a test params file and start plumesim. You can have a look at the full params listing on the plumesim page.

rosparam load settings/gaussian_settings.yaml
rosrun plumesim plumesim

3. Now open rviz to see the plume. Add a new Markers display. The plume should be on a topic called /plumesim/plumesim_markers. You should be able to see something like this:

Screenshot.png

Congratulations! You have successfully downloaded and installed PlumeSim for ROS!

Wiki: virtualplume/Tutorials/Download and install VirtualPlume (last edited 2013-04-16 14:04:04 by Gonçalo Cabrita)