diff --git a/CMakeLists.txt b/CMakeLists.txt index c608790..fc5de76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ project(ac_msgs) find_package(catkin REQUIRED COMPONENTS rospy std_msgs + message_generation ) ## System dependencies are found with CMake's conventions @@ -105,7 +106,8 @@ catkin_package( # INCLUDE_DIRS include # LIBRARIES ac_msgs # CATKIN_DEPENDS rospy std_msgs -# DEPENDS system_lib + DEPENDS message_runtime + DEPENDS std_msgs ) ########### diff --git a/msg/drive_param.msg b/msg/drive_params.msg similarity index 100% rename from msg/drive_param.msg rename to msg/drive_params.msg diff --git a/package.xml b/package.xml index e638d8b..f93eff3 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ ac_msgs - 0.0.0 + 0.0.1 The ac_msgs package @@ -50,12 +50,13 @@ catkin rospy + message_generation std_msgs rospy std_msgs rospy std_msgs - + message_runtime