You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
458 B

cmake_minimum_required(VERSION 2.8.3)
project(champ_msgs)
find_package(catkin REQUIRED COMPONENTS message_generation message_runtime std_msgs geometry_msgs)
add_message_files(
DIRECTORY msg
FILES
Velocities.msg
PID.msg
Imu.msg
Point.msg
PointArray.msg
Joints.msg
Contacts.msg
ContactsStamped.msg
Pose.msg
)
generate_messages(DEPENDENCIES std_msgs geometry_msgs)
catkin_package(CATKIN_DEPENDS message_runtime std_msgs geometry_msgs)