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
cfdb3d80
Commit
cfdb3d80
authored
Sep 17, 2013
by
Francois Keith
Browse files
Correct use of pkgdatarootdir.
parent
95f6e1dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cfdb3d80
...
...
@@ -37,7 +37,7 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
SETUP_PROJECT
()
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY
(
"romeo >= 1.1"
)
ADD_REQUIRED_DEPENDENCY
(
"romeo >= 1.1
.1
"
)
# Those packages are not directly linked, but are used in the
# python scripts
...
...
src/dynamic_graph/sot/romeo/robot.py.in
View file @
cfdb3d80
...
...
@@ -27,7 +27,7 @@ import numpy as np
from dynamic_graph.sot.dynamics.humanoid_robot import AbstractHumanoidRobot
from dynamic_graph.sot.dynamics import Dynamic
romeo_pkgdatarootdir = "@ROMEO_PKGDATAROOTDIR@"
romeo_pkgdatarootdir = "@ROMEO_PKGDATAROOTDIR@
/romeo
"
class Robot (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