util.py
Go to the documentation of this file.
1 import rospy
2 
4  try:
5  rospy.wait_for_service(service_name, timeout=15)
6  except rospy.ROSException as exc:
7  rospy.logerr("The jogger service " + service_name + " is not available: " + str(exc))
8  return False
9 
10  return True
def wait_for_jogger_initialization(service_name)
Definition: util.py:3


moveit_jog_arm
Author(s): Brian O'Neil, Andy Zelenak , Blake Anderson, Alexander Rössler
autogenerated on Fri Jun 5 2020 03:53:46