halt_motors.py
Go to the documentation of this file.
1 #! /usr/bin/env python
2 
3 import roslib
4 roslib.load_manifest('pr2_ethercat')
5 import rospy, sys
6 import std_srvs.srv
7 halt = rospy.ServiceProxy("pr2_ethercat/halt_motors", std_srvs.srv.Empty)
8 halt()
9 


pr2_ethercat
Author(s): Rob Wheeler
autogenerated on Tue Jun 1 2021 02:50:54