Showing visual element in Gazebo that has no physics from ROS node?
Hello everybody
I'm wondering is there a way to add simple geometry shapes (e.g. sphere and line) from a running ROS node?
I have a humanoid robot that walks successfully and I want to visualize, COG, ZMP and support convex hull in gazebo GUI. Currently I have a node that computes the location of COG and ZMP in each time step, and all I want is to draw two sphere in gazebo that coincide with ZMP and COG location.
Thanks for your attention