We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6799bc5 commit cc4bcfdCopy full SHA for cc4bcfd
src/examples/python/tiago.py
@@ -9,7 +9,7 @@
9
10
freq = int(1//dt)
11
# @TIAGO_PYTHON@
12
-robot = rd.Tiago()
+robot = rd.Tiago(freq)
13
# @TIAGO_PYTHON_END@
14
print("the model used is [", robot.model_filename(), "]")
15
0 commit comments