Skip to content
Snippets Groups Projects
Commit baf7bf0f authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'devel' of...

Merge branch 'devel' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node into devel
parents c589d910 073e6e9b
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