![]() | 1 | initial version |
/gazebo/get_link_state
service is offered, according to rosservice list
. As written above, the node will be waiting for a service that will never start. The last three lines should be:
model_info_prox = rospy.ServiceProxy('/gazebo/get_link_state', GetLinkState)
rospy.wait_for_service('/gazebo/get_link_state')
print "Link 7 Pose:" , endl , model_info_prox( "lbr4_allegro::lbr4_7_link" , "world" )