Skip to content

Commit 719cd1e

Browse files
committed
docs: adapted readme with new example structure
1 parent 30f9521 commit 719cd1e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ for _ in range(100):
9292

9393

9494
### Examples
95-
Checkout the python examples in the [examples](examples) folder:
96-
- [fr3_direct_control.py](examples/fr3_direct_control.py) shows direct robot control with RCS's python bindings
97-
- [fr3_env_joint_control.py](examples/env_joint_control.py) and [fr3_env_cartesian_control.py](examples/env_cartesian_control.py) demonstrates RCS's high level [gymnasium](https://gymnasium.farama.org/) interface both for joint- and end effector space control
98-
All of these examples work both in the MuJoCo simulation as well as on your hardware FR3.
95+
Checkout the python examples in the [examples](examples) folder. For example
96+
[fr3_direct_control.py](examples/fr3/fr3_direct_control.py) shows direct robot control with RCS's python bindings.
97+
And [fr3_env_joint_control.py](examples/fr3/fr3_env_joint_control.py) and [fr3_env_cartesian_control.py](examples/fr3/fr3_env_cartesian_control.py) demonstrates RCS's high level [gymnasium](https://gymnasium.farama.org/) interface both for joint- and end effector space control
98+
Checkout the other sub folders for other robot-specific examples.
99+
Most of these examples work both in the MuJoCo simulation as well as on hardware.
99100

100101

101102
### Hardware Extensions

0 commit comments

Comments
 (0)