X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=CMakeLists.txt;h=a46fdd1f358b280d1fb9366988df19902c743fc0;hp=2e21cc7e285fe803765f4fe467e2ca16e7e12dfd;hb=f1096738b1cb44e0abdb7e85ddd66cc44a48323a;hpb=54f503a6e7a839b1359a2cdc0241a1a77621bfab diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e21cc7..a46fdd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ add_message_files( FILES LedStripe.msg Led.msg + Sensor.msg ) ## Generate services in the 'srv' folder @@ -67,7 +68,8 @@ generate_messages( ) generate_dynamic_reconfigure_options( - cfg/path_following.cfg + config/path_following.cfg + config/wt_node.cfg ) ################################### @@ -93,7 +95,9 @@ catkin_package( ## Specify additional locations of header files ## Your package locations should be listed before other locations -# include_directories(include) +include_directories( + ${catkin_INCLUDE_DIRS} +) ## Declare a cpp library # add_library(wild_thumper