Skip to content
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
2 changes: 1 addition & 1 deletion source/user_guide/getting_started/locomotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We start by creating a gym-style environment (go2-env).

The `__init__` function sets up the simulation environment with the following steps:
1. **Control Frequency**.
The simulation runs at 50 Hz, matching the real robot's control frequency. To further bridge sim2real gap, we also manually simulate the action latecy (~20ms, one dt) shown on the real robot.
The simulation runs at 50 Hz, matching the real robot's control frequency. To further bridge sim2real gap, we also manually simulate the action latency (~20ms, one dt) shown on the real robot.
2. **Scene Creation**.
A simulation scene is created, including the robot and a static plane.
3. **PD Controller Setup**.
Expand Down