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
Commits
f614d59a
Commit
f614d59a
authored
8 years ago
by
Jeremie Deray
Browse files
Options
Downloads
Patches
Plain Diff
add test_wolf_root
parent
3de044cf
No related branches found
No related tags found
Tags containing commit
1 merge request
!96
Wolf macro cmake conftime
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/examples/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/examples/CMakeLists.txt
src/examples/test_wolf_root.cpp
+19
-0
19 additions, 0 deletions
src/examples/test_wolf_root.cpp
with
20 additions
and
0 deletions
src/examples/CMakeLists.txt
+
1
−
0
View file @
f614d59a
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
# Complete Wolf tree skeleton with smart pointers
# Complete Wolf tree skeleton with smart pointers
ADD_EXECUTABLE
(
test_sh_ptr test_sh_ptr.cpp
)
ADD_EXECUTABLE
(
test_sh_ptr test_sh_ptr.cpp
)
ADD_EXECUTABLE
(
test_wolf_root test_wolf_root.cpp
)
IF
(
Ceres_FOUND
)
IF
(
Ceres_FOUND
)
# test_processor_odom_3D
# test_processor_odom_3D
...
...
This diff is collapsed.
Click to expand it.
src/examples/test_wolf_root.cpp
0 → 100644
+
19
−
0
View file @
f614d59a
/**
* \file test_wolf_root.cpp
*
* Created on: Apr 12, 2016
* \author: Jeremie Deray
*/
//Wolf
#include
"wolf.h"
//std
#include
<iostream>
int
main
(
int
/*argc*/
,
char
**
/*argv*/
)
{
std
::
cout
<<
"Your wolf root directory is (_WOLF_ROOT_DIR) : "
<<
_WOLF_ROOT_DIR
<<
std
::
endl
;
return
1
;
}
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