Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!278
Resolve "Revisit demos (formerly called examples) and update them"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Revisit demos (formerly called examples) and update them"
209-revisit-demos-formerly-called-examples-and-update-them
into
devel
Overview
1
Commits
29
Pipelines
8
Changes
2
Merged
Joan Vallvé Navarro
requested to merge
209-revisit-demos-formerly-called-examples-and-update-them
into
devel
6 years ago
Overview
1
Commits
29
Pipelines
8
Changes
2
Expand
Closes
#209 (closed)
Edited
6 years ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
b3dfbd9b
Prev
Next
Show latest version
2 files
+
120
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b3dfbd9b
working on gtest_map_yaml
· b3dfbd9b
Joan Vallvé Navarro
authored
6 years ago
test/CMakeLists.txt
+
4
−
1
Options
@@ -166,11 +166,14 @@ target_link_libraries(gtest_factor_pose_2D ${PROJECT_NAME})
wolf_add_gtest
(
gtest_factor_pose_3D gtest_factor_pose_3D.cpp
)
target_link_libraries
(
gtest_factor_pose_3D
${
PROJECT_NAME
}
)
# MakePosDef function test
wolf_add_gtest
(
gtest_make_posdef gtest_make_posdef.cpp
)
target_link_libraries
(
gtest_make_posdef
${
PROJECT_NAME
}
)
# Map yaml save/load test
wolf_add_gtest
(
gtest_map_yaml gtest_map_yaml.cpp
)
target_link_libraries
(
gtest_map_yaml
${
PROJECT_NAME
}
)
# Parameter prior test
wolf_add_gtest
(
gtest_param_prior gtest_param_prior.cpp
)
target_link_libraries
(
gtest_param_prior
${
PROJECT_NAME
}
)
Loading