ethz-asl / cad-percept

Bringing meshes to robotics.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

[cpt_matching_algorithms] Investigate connection to rostest core. #82

Open hermannsblum opened 4 years ago

hermannsblum commented 4 years ago

The test cases seem to work now, just make sure that there is a roscore running in another terminal if using "catkin run_tests --no-deps --this". Otherwise catkin build ends up in a loop.

This should not be necessary. However, I am also not that experienced with rostest. Theoretically, rostest should launch isolated roscores for each test and connect to those automatically (http://wiki.ros.org/rostest/Writing).

Originally posted by @hermannsblum in https://github.com/ethz-asl/cad-percept/pull/77