Size: 3067
Comment:
|
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. |
![]() |
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
Contents
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.
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.
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.
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