Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
sot-talos-balance
Commits
f96ce7e6
Unverified
Commit
f96ce7e6
authored
Aug 19, 2021
by
Guilhem Saurel
Committed by
GitHub
Aug 19, 2021
Browse files
Merge pull request #24 from nim65s/devel
[Python] format
parents
ee3d756e
90e67fb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake
@
a689714c
Compare
f4997a81
...
a689714c
Subproject commit
f4997a81cebfa2dfb69733bc088c55688965dfe8
Subproject commit
a689714c0d0890ffff5649ba25cbaed44dd6e660
src/dynamic_graph/sot_talos_balance/test/appli_dcmCoupledAndSingleAnkleControl.py
View file @
f96ce7e6
...
...
@@ -532,6 +532,7 @@ robot.sot.push(robot.keepWaist.task.name)
# --- Fix robot.dynamic inputs
plug
(
robot
.
device
.
velocity
,
robot
.
dynamic
.
velocity
)
from
dynamic_graph.sot.core
import
Derivator_of_Vector
robot
.
dvdt
=
Derivator_of_Vector
(
"dv_dt"
)
robot
.
dvdt
.
dt
.
value
=
dt
plug
(
robot
.
device
.
velocity
,
robot
.
dvdt
.
sin
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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