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
!161
Wolf scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Wolf scripts
wolf_scripts
into
master
Overview
1
Commits
53
Pipelines
1
Changes
77
Merged
Joan Solà Ortega
requested to merge
wolf_scripts
into
master
7 years ago
Overview
1
Commits
53
Pipelines
1
Changes
77
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cc79ad79
53 commits,
7 years ago
77 files
+
986
−
161
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
77
Search (e.g. *.vue) (Ctrl+P)
src/captures/CMakeLists.txt
+
6
−
4
Options
@@ -3,9 +3,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
# Forward var to parent scope
SET
(
HDRS_CAPTURE
${
HDRS_CAPTURE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_velocity.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_wheel_joint_position.h PARENT_SCOPE
)
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_velocity.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_wheel_joint_position.h
PARENT_SCOPE
)
SET
(
SRCS_CAPTURE
${
SRCS_CAPTURE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_velocity.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_wheel_joint_position.cpp PARENT_SCOPE
)
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_velocity.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_wheel_joint_position.cpp
PARENT_SCOPE
)
Loading