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-dynamic-pinocchio
Commits
92e882d0
Commit
92e882d0
authored
Sep 21, 2013
by
olivier stasse
Browse files
Correct the path for the unit test.
parent
79f1679a
Changes
1
Hide whitespace changes
Inline
Side-by-side
unitTesting/CMakeLists.txt
View file @
92e882d0
...
...
@@ -24,15 +24,15 @@ SET(tests
SET
(
test_dyn_plugins_dependencies dynamic
)
# getting the information for the robot.
SET
(
samplemodelpath
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/examples/data/
)
SET
(
samplemodelpath
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/
jrl-dynamics/
examples/data/
)
SET
(
samplespec
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/examples/data/sampleSpecificities.xml
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/
jrl-dynamics/
examples/data/sampleSpecificities.xml
)
SET
(
sampleljr
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/examples/data/sampleLinkJointRank.xml
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/
jrl-dynamics/
examples/data/sampleLinkJointRank.xml
)
SET
(
sampleinitconfig
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/examples/data/sampleInitConfig.dat
)
${
JRL_DYNAMICS_PKGDATAROOTDIR
}
/
jrl-dynamics/
examples/data/sampleInitConfig.dat
)
LIST
(
APPEND LOGGING_WATCHED_VARIABLES samplespec sampleljr
)
...
...
Write
Preview
Supports
Markdown
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