Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(panda): update worlds description #220

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions panda_gazebo/docs/source/get_started/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The :panda-gazebo:`panda_gazebo <>` package contains three types of launch files

World launch files start Gazebo and load a world where the Panda robot can be trained. *They don't spawn the robot*.

- ``start_reach_world.launch``: World that can be used for training a reaching task.
- ``start_push_world.launch``: World that can be used for training a push task.
- ``start_pick_and_place_world.launch``: World can be used for training a puck and place task.
- ``start_slide_world.launch``: World that can be used for training a sliding task.
- ``start_reach_world.launch``: Provides a clear environment for reach task training with the robot.
- ``start_push_world.launch``: Positions the Panda robot and a box on a table for push task simulations.
- ``start_pick_and_place_world.launch``: Includes a table and cube, creating a scenario for pick-and-place exercises.
- ``start_slide_world.launch``: Contains a puck and a designated target area to practice precision sliding tasks.

**Robot launch file**

Expand Down