| Public Member Functions | |
| def | __call__ | 
| def | __init__ | 
| Private Attributes | |
| _max | |
| _min | |
| _num_steps | |
| _step_incr | |
Definition at line 21 of file joystick_relay.py.
| def joystick_relay.Velocity.__init__ | ( | self, | |
| min_velocity, | |||
| max_velocity, | |||
| num_steps | |||
| ) | 
Definition at line 23 of file joystick_relay.py.
| def joystick_relay.Velocity.__call__ | ( | self, | |
| value, | |||
| step = 1 | |||
| ) | 
Takes a value in the range [0, 1] and the step and returns the velocity (usually m/s or rad/s).
Definition at line 34 of file joystick_relay.py.
| joystick_relay.Velocity::_max  [private] | 
Definition at line 23 of file joystick_relay.py.
| joystick_relay.Velocity::_min  [private] | 
Definition at line 23 of file joystick_relay.py.
| joystick_relay.Velocity::_num_steps  [private] | 
Definition at line 23 of file joystick_relay.py.
| joystick_relay.Velocity::_step_incr  [private] | 
Definition at line 23 of file joystick_relay.py.