Skip to content

Commit f7f4120

Browse files
Update README.md
1 parent 43d7040 commit f7f4120

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,7 @@ All motions support callbacks, which will be invoked in every control step at 1k
602602
Callbacks can be attached as follows:
603603

604604
```python
605-
def cb(
606-
robot_state: RobotState,
607-
time_step: Duration,
608-
rel_time: Duration,
609-
abs_time: Duration,
610-
control_signal: JointPositions):
605+
def cb(robot_state: RobotState, time_step: Duration, rel_time: Duration, abs_time: Duration, control_signal: JointPositions):
611606
print(f"At time {abs_time}, the target joint positions were {control_signal.q}")
612607

613608

0 commit comments

Comments
 (0)