Skip to content

Commit cc4bcfd

Browse files
committed
add ctrl freq to tiago python example
1 parent 6799bc5 commit cc4bcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/python/tiago.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
freq = int(1//dt)
1111
# @TIAGO_PYTHON@
12-
robot = rd.Tiago()
12+
robot = rd.Tiago(freq)
1313
# @TIAGO_PYTHON_END@
1414
print("the model used is [", robot.model_filename(), "]")
1515

0 commit comments

Comments
 (0)