You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,11 @@ for _ in range(100):
92
92
93
93
94
94
### 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.
0 commit comments