Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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_ros
wolf_ros_node
Commits
2d6d738a
Commit
2d6d738a
authored
2 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
new message for external landmark detection
parent
5ac1737a
No related branches found
No related tags found
1 merge request
!16
Devel
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+14
-0
14 additions, 0 deletions
CMakeLists.txt
msg/LandmarkDetection.msg
+2
-0
2 additions, 0 deletions
msg/LandmarkDetection.msg
msg/LandmarkDetectionArray.msg
+2
-0
2 additions, 0 deletions
msg/LandmarkDetectionArray.msg
with
18 additions
and
0 deletions
CMakeLists.txt
+
14
−
0
View file @
2d6d738a
...
...
@@ -15,11 +15,25 @@ find_package(catkin REQUIRED COMPONENTS
tf
tf_conversions
tf2_ros
message_generation
)
## System dependencies are found with CMake's conventions
find_package
(
wolfcore REQUIRED
)
## Generate messages in the 'msg' folder
add_message_files
(
FILES
LandmarkDetection.msg
LandmarkDetectionArray.msg
)
## Generate added messages and services with any dependencies listed here
generate_messages
(
DEPENDENCIES
geometry_msgs
std_msgs
)
###################################
## catkin specific configuration ##
...
...
This diff is collapsed.
Click to expand it.
msg/LandmarkDetection.msg
0 → 100644
+
2
−
0
View file @
2d6d738a
geometry_msgs/PoseWithCovariance pose
int32 id
\ No newline at end of file
This diff is collapsed.
Click to expand it.
msg/LandmarkDetectionArray.msg
0 → 100644
+
2
−
0
View file @
2d6d738a
Header header
LandmarkDetection[] detections
\ No newline at end of file
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