typedef ::PhidgetMotor::MoveRequest_<std::allocator<void> > PhidgetMotor::MoveRequest |
typedef boost::shared_ptr< ::PhidgetMotor::MoveRequest const> PhidgetMotor::MoveRequestConstPtr |
typedef boost::shared_ptr< ::PhidgetMotor::MoveRequest> PhidgetMotor::MoveRequestPtr |
typedef ::PhidgetMotor::MoveResponse_<std::allocator<void> > PhidgetMotor::MoveResponse |
typedef boost::shared_ptr< ::PhidgetMotor::MoveResponse const> PhidgetMotor::MoveResponseConstPtr |
typedef boost::shared_ptr< ::PhidgetMotor::MoveResponse> PhidgetMotor::MoveResponsePtr |
def PhidgetMotor.leftEncoderUpdated | ( | e | ) |
Definition at line 149 of file PhidgetMotor.py.
def PhidgetMotor.mcAttached | ( | e | ) |
Definition at line 131 of file PhidgetMotor.py.
def PhidgetMotor.mcCurrentChanged | ( | e | ) |
Definition at line 140 of file PhidgetMotor.py.
def PhidgetMotor.mcDetached | ( | e | ) |
Definition at line 134 of file PhidgetMotor.py.
def PhidgetMotor.mcError | ( | e | ) |
Definition at line 137 of file PhidgetMotor.py.
def PhidgetMotor.mcInputChanged | ( | e | ) |
Definition at line 143 of file PhidgetMotor.py.
def PhidgetMotor.mcVelocityChanged | ( | e | ) |
Definition at line 146 of file PhidgetMotor.py.
def PhidgetMotor.move | ( | request | ) |
Cause the CoroBot to move or stop moving Request a common acceleration, wheel directions and wheel speeds
Definition at line 52 of file PhidgetMotor.py.
def PhidgetMotor.rightEncoderUpdated | ( | e | ) |
Definition at line 166 of file PhidgetMotor.py.
def PhidgetMotor.setupMoveService | ( | ) |
Initialize the PhidgetMotor service Establish a connection with the Phidget HC Motor Control and then with the ROS Master as the service PhidgetMotor
Definition at line 183 of file PhidgetMotor.py.
def PhidgetMotor.stop | ( | ) |
Definition at line 38 of file PhidgetMotor.py.
string PhidgetMotor::__author__ = 'Bill Mania <bmania@coroware.com>' |
Definition at line 9 of file PhidgetMotor.py.
string PhidgetMotor::__version__ = '1' |
Definition at line 10 of file PhidgetMotor.py.
int PhidgetMotor::leftPosition = 0 |
Definition at line 35 of file PhidgetMotor.py.
int PhidgetMotor::leftWheels = 0 |
Definition at line 27 of file PhidgetMotor.py.
int PhidgetMotor::maxAcceleration = 0 |
Definition at line 30 of file PhidgetMotor.py.
int PhidgetMotor::maxSpeed = 100 |
Definition at line 32 of file PhidgetMotor.py.
int PhidgetMotor::minAcceleration = 0 |
Definition at line 29 of file PhidgetMotor.py.
int PhidgetMotor::minSpeed = 100 |
Definition at line 31 of file PhidgetMotor.py.
int PhidgetMotor::motorControl = 0 |
Definition at line 25 of file PhidgetMotor.py.
int PhidgetMotor::motorControlRight = 0 |
Definition at line 26 of file PhidgetMotor.py.
PhidgetMotor::motors_inverted = False |
Definition at line 22 of file PhidgetMotor.py.
PhidgetMotor::phidget1065 = False |
Definition at line 24 of file PhidgetMotor.py.
int PhidgetMotor::posdataPub = 0 |
Definition at line 34 of file PhidgetMotor.py.
int PhidgetMotor::rightPosition = 0 |
Definition at line 36 of file PhidgetMotor.py.
int PhidgetMotor::rightWheels = 1 |
Definition at line 28 of file PhidgetMotor.py.
int PhidgetMotor::timer = 0 |
Definition at line 33 of file PhidgetMotor.py.