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-romeo
Commits
c2d4c617
Commit
c2d4c617
authored
Apr 16, 2013
by
Francois Keith
Browse files
Update dependencies list, and correct the python script.
parent
68db062a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c2d4c617
...
...
@@ -39,6 +39,12 @@ SETUP_PROJECT()
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY
(
"romeo >= 1.1"
)
# Those packages are not directly linked, but are used in the
# python scripts
ADD_REQUIRED_DEPENDENCY
(
"sot-core >= 2.7"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-tools"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-dynamic >= 2.6"
)
# Add subdirectories.
ADD_SUBDIRECTORY
(
src
)
...
...
src/dynamic_graph/sot/romeo/romeo.py.in
View file @
c2d4c617
...
...
@@ -17,12 +17,11 @@
from __future__ import print_function
import numpy as np
from dynamic_graph.sot import SE3, R3, SO3
from dynamic_graph.sot.core import \
FeatureGeneric, FeatureJointLimits, Task, Constraint, GainAdaptive, SOT
from dynamic_graph.sot.dynamics import AngleEstimator
from dynamic_graph import enableTrace, plug
from dynamic_graph.sot.se3 import
R
3,
SO
3, S
E
3
from dynamic_graph.sot.
tools.
se3 import
SE
3,
R
3, S
O
3
import numpy as np
from dynamic_graph.sot.dynamics.humanoid_robot import AbstractHumanoidRobot
...
...
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