Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Stack Of Tasks
jrl-walkgen
Commits
fe82f974
Commit
fe82f974
authored
8 years ago
by
mnaveau
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' of github.com:jrl-umi3218/jrl-walkgen into devel
Conflicts: tests/CMakeLists.txt
parents
17aa7e1c
bde8c5e9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/CMakeLists.txt
+7
-1
7 additions, 1 deletion
tests/CMakeLists.txt
with
7 additions
and
1 deletion
tests/CMakeLists.txt
+
7
−
1
View file @
fe82f974
...
...
@@ -152,6 +152,12 @@ ENDMACRO(ADD_JRL_WALKGEN_EXE)
# the following disabled test case are just useful code for offline
# motion generation using the specialized inverse kinmatics of a robot
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007ShortWalk TestMorisawa2007.cpp)
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007Climbing TestMorisawa2007.cpp)
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007GoingDown TestMorisawa2007.cpp)
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007SteppingStones TestMorisawa2007.cpp)
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007WalkingOnBeam TestMorisawa2007.cpp)
#ADD_JRL_WALKGEN_TEST(TestMorisawa2007GoThroughWall TestMorisawa2007.cpp)
ADD_JRL_WALKGEN_EXE
(
TestMorisawa2007ShortWalk TestMorisawa2007.cpp
)
ADD_JRL_WALKGEN_EXE
(
TestMorisawa2007Climbing TestMorisawa2007.cpp
)
ADD_JRL_WALKGEN_EXE
(
TestMorisawa2007GoingDown TestMorisawa2007.cpp
)
...
...
@@ -208,7 +214,7 @@ ADD_JRL_WALKGEN_EXE(TestMorisawa2007GoThroughWall TestMorisawa2007.cpp)
################
# Disabled as the test fail : random results oscillating around mean behaviour
ADD_JRL_WALKGEN_TEST
(
TestNaveau2015Online TestNaveau2015.cpp
)
#
ADD_JRL_WALKGEN_TEST(TestNaveau2015Online TestNaveau2015.cpp)
ADD_JRL_WALKGEN_EXE
(
TestNaveau2015Online TestNaveau2015.cpp
)
#####################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment