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
!208
Vision utils
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vision utils
vision_utils
into
master
Overview
10
Commits
79
Pipelines
1
Changes
113
Merged
Joan Solà Ortega
requested to merge
vision_utils
into
master
6 years ago
Overview
10
Commits
79
Pipelines
1
Changes
113
Expand
Temporal merge. All works but the vision part is however not finished yet.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
84f55d37
79 commits,
6 years ago
113 files
+
1362
−
972
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
113
Search (e.g. *.vue) (Ctrl+P)
src/captures/CMakeLists.txt
+
11
−
2
Options
@@ -5,9 +5,18 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
SET
(
HDRS_CAPTURE
${
HDRS_CAPTURE
}
${
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
)
)
# These lines always at the end
SET
(
HDRS_CAPTURE
${
HDRS_CAPTURE
}
PARENT_SCOPE
)
SET
(
SRCS_CAPTURE
${
SRCS_CAPTURE
}
PARENT_SCOPE
)
Loading