Is there a way to test rviz plugin?
I would like to have unittests for rviz plugins. Want to check the number of visualization objects created and deleted. The idea is to instantiate the plugin and use dummy messages to then count number of visualization object being created and the destroyed.
I specifically want to test the booking of Ogre objects. Can this be done? Can someone point me to an example or something. Thank you!