Get state of all links in a model in gazebo?
I know that I can get a list of all link states in gazebo by calling
rostopic echo -n 1 /gazebo/link_states
But what about getting link states for only a specific model I'm interested in?
Also, what is the syntax for specifying a link name? I used
rosservice call gazebo/get_link_properties '{link_name: link1}'
but got an error instead. Is there a way for me to specify the robot name as well?