how to run gtest unit in groovy
I have built laser_geometry with catkin, no error. as discription in ros wiki about gtest. It will generate a runable test. But there is nothing. How do I test the package? Someone has used this package? Help me please. Thanks a lot!
in the CMakeList.txt , has added catkin_add_test()
Is there a test_depend for gtest in your package.xml?