Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-talos
Commits
36ed668b
Commit
36ed668b
authored
Feb 22, 2019
by
Olivier Stasse
Browse files
[python] Set timeStep in the constructor of the python Talos class.
parent
52979dc3
Pipeline
#2955
failed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/talos/talos.py
View file @
36ed668b
...
...
@@ -104,7 +104,7 @@ class Talos(AbstractHumanoidRobot):
# Initialize device
self
.
device
=
device
self
.
timeStep
=
self
.
device
.
getTimeStep
()
self
.
device
.
resize
(
self
.
dynamic
.
getDimension
())
# TODO For position limit, we remove the first value to get
# a vector of the good size because SoT use euler angles and not
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment