Go to the documentation of this file.00001
00002
00003 import roslib
00004 roslib.load_manifest('pr2_ethercat')
00005 import rospy, sys
00006 import std_srvs.srv
00007 halt = rospy.ServiceProxy("pr2_ethercat/halt_motors", std_srvs.srv.Empty)
00008 halt()
00009