sociallyassistiverobotics / sar_game_command_msgs

MIT License
0 stars 2 forks source link

Fix package.xml and CMakeLists.txt to actually compile msgs #3

Closed jakory closed 8 years ago

jakory commented 8 years ago

When running catkin_make, the messages in sar_game_command_msgs are not generated. The issue is that the package.xml and CMakeLists.txt files do not list the correct dependencies or list of message files to generate.

This fix will:

cmhuang commented 8 years ago

Merged. thanks.