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
jrl-walkgen
Commits
59e9e99f
Commit
59e9e99f
authored
Apr 18, 2020
by
Guilhem Saurel
Browse files
Merge branch 'devel' into 'devel'
[CMake] use exports from talos_data See merge request
stack-of-tasks/jrl-walkgen!2
parents
fea5899c
9ab39a82
Pipeline
#9139
passed with stage
in 59 minutes and 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
59e9e99f
...
...
@@ -31,7 +31,7 @@ ADD_PROJECT_DEPENDENCY(LAPACK REQUIRED)
ADD_PROJECT_DEPENDENCY
(
pinocchio REQUIRED PKG_CONFIG_REQUIRES pinocchio
)
IF
(
BUILD_TESTING
)
ADD_
REQUIRED
_DEPENDENCY
(
"talos_data
>= 1.2.1"
)
ADD_
PROJECT
_DEPENDENCY
(
"talos_data
"
REQUIRED
)
ENDIF
(
BUILD_TESTING
)
# Handle OS specificities
...
...
tests/CMakeLists.txt
View file @
59e9e99f
...
...
@@ -185,6 +185,7 @@ ENDIF(BUILD_TESTING)
# Disabled as the test fail : random results oscillating around mean behaviour
IF
(
BUILD_TESTING
)
ADD_JRL_WALKGEN_TEST
(
TestNaveau2015Online TestNaveau2015.cpp
)
SET_TESTS_PROPERTIES
(
"TestNaveau2015Online
${
BITS
}
"
PROPERTIES TIMEOUT 7200
)
ENDIF
(
BUILD_TESTING
)
#ADD_JRL_WALKGEN_EXE(TestNaveau2015OnlineSimple TestNaveau2015.cpp)
...
...
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