vscode-catkin-tools
vscode-catkin-tools copied to clipboard
Cannot run ROS integration tests
Hi,
Great plugin! :-)
I cannot run ros tests - i guess that's a feature not implemented?
Hi @bochen87,
thank you for the feedback! You're right, that is not yet implemented since we have not yet needed that. I'll try to work on this in the coming days.
Do you know of an open-source package I can use as a test bench?
Hi Sebastian, awesome, thanks for your super fast reply!
I think https://github.com/cra-ros-pkg/robot_localization might be a good package for this (I would hope all their tests work). The add_rostest_gtest()
macro is the one used to set them up.
For your reference: I'm using additionally to this extension the ROS extension that can start single nodes but also launch files (and debug all of the started nodes).