Skip to content
Snippets Groups Projects
Commit 2d6d738a authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

new message for external landmark detection

parent 5ac1737a
No related branches found
No related tags found
1 merge request!16Devel
......@@ -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 ##
......
geometry_msgs/PoseWithCovariance pose
int32 id
\ No newline at end of file
Header header
LandmarkDetection[] detections
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment