Skip to content
Open
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 projects/week_7/Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ It will not move until you implement LQR or PID and the action client.

The second command that won't work until you implement your action client is
```bash
ros2 run controller controller_test_client --ros-args -p use_sim_time:=True
ros2 run controllers controller_test_client --ros-args -p use_sim_time:=True
```

This runs the action client and sets use_sim_time to true so that all nodes are using the same time source.
Expand Down