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
!225
Update scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update scripts
update_scripts
into
master
Overview
0
Commits
31
Pipelines
1
Changes
14
Merged
Angel Santamaria-Navarro
requested to merge
update_scripts
into
master
6 years ago
Overview
0
Commits
31
Pipelines
1
Changes
14
Expand
FIX issues:
#169 (closed)
#170 (closed)
#171 (closed)
#174 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
01f36d02
31 commits,
6 years ago
14 files
+
602
−
520
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
src/captures/CMakeLists.txt
+
10
−
6
Options
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
# Forward var to parent scope
#=========================================
#=========================================
# Add in this section the CONDITIONAL CLUES [IF/ELSE]
# for external libraries and move inside them the respective lines from above.
#=========================================
#=========================================
SET
(
HDRS_CAPTURE
${
HDRS_CAPTURE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_velocity.h
@@ -12,11 +20,7 @@ SET(SRCS_CAPTURE ${SRCS_CAPTURE}
${
CMAKE_CURRENT_SOURCE_DIR
}
/capture_wheel_joint_position.cpp
)
# Forward var to parent scope
# These lines always at the end
SET
(
HDRS_CAPTURE
${
HDRS_CAPTURE
}
PARENT_SCOPE
)
SET
(
SRCS_CAPTURE
${
SRCS_CAPTURE
}
PARENT_SCOPE
)
Loading