• Diff for "webots_ros/Tutorials/Sample Simulations"
Differences between revisions 4 and 5
Revision 4 as of 2019-07-12 15:33:58
Size: 3067
Comment:
Revision 5 as of 2019-07-12 15:35:52
Size: 3266
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

For each simulation, the simplest solution is to use the associated launch file, but of course, if you prefer you can start Webots, open the corresponding world and then launch the node yourself.

(!) 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.

Sample Simulations

Description: This tutorial presents the sample simulations included in this package.

Keywords: Webots, simulation, pioneer, e-puck, slam, line following, video recording

Tutorial Level: BEGINNER

For each simulation, the simplest solution is to use the associated launch file, but of course, if you prefer you can start Webots, open the corresponding world and then launch the node yourself.

Simulation Pionneer 3 AT

This simulation shows a Pionneer 3 AT robot equipped with a Sick lidar sensor. The robot is performing slam using the gmapping package, the resulting map can be seen using rviz.

thumb

You can launch this simulation with the following launch file:

roslaunch webots_ros pioneer3at

Simulation E-Puck Line

This simulation shows an e-puck robot performing line-following.

thumb

You can launch this simulation with the following launch file:

roslaunch webots_ros e_puck_line

Simulation Keyboard Tele-operated

This simulation shows how to use the keyboard to control a robot.

thumb

You can launch this simulation with the following launch file:

roslaunch webots_ros keyboard_teleop

Simulation Panoramic View Recorder

This simulation shows how to record a movie and move the viewpoint from a node.

You can launch this simulation with the following launch file:

roslaunch webots_ros panoramic_view_recorder

Simulation Catch the Bird

This simulation shows how to use a range-finder device.

You can launch this simulation with the following launch file:

roslaunch webots_ros catch_the_bird

Simulation Robot Information Parser

This simulation is the most basic one, the node only parses the robot and show the list of devices. It is a good base to start building your own node.

You can launch this simulation with the following launch file:

roslaunch webots_ros robot_information_parser

Simulation Complete Test

This simulation doesn't show any particular application but contains an almost exhaustive list of the services and topics available from the Webots-ROS interface.

You can launch this simulation with the following launch file:

roslaunch webots_ros complete_test

Wiki: webots_ros/Tutorials/Sample Simulations (last edited 2022-06-28 06:44:13 by YannickGoumaz)