Conversation
|
Travis fails, probably because the test cases are not configured to run ROS master. Choice is to either improve test cases or to drop testing phase in the proposed Travis config. I obviously am inclined to the former option. |
761d69e to
5fb162e
Compare
5fb162e to
e2b2db8
Compare
a1ac89e to
dd96acf
Compare
dd96acf to
31acfcc
Compare
|
Adding |
CMakeLists.txt
Outdated
| rostime | ||
| std_msgs) | ||
| if (CATKIN_ENABLE_TESTING) | ||
| find_package(catkin REQUIRED COMPONENTS rostest) |
There was a problem hiding this comment.
This will overwrite the variable starting with catkin_ which is likely not working since the packages found above won't be part of catkin_INCLUDE_DIRS and catkin_LIBRARIES anymore.
Instead use find_package(rostest REQUIRED).
9518a56 to
2951e5f
Compare
|
Closing in favor of #28 that is targetted to the correct branch. |
To address an existing issue like #22 (comment)
As noted in-file already, mongo hack is already implemented in the depended script.