|
| def | __call__ (self, value, step=1) |
| |
| def | __init__ (self, min_velocity, max_velocity, num_steps) |
| |
Definition at line 21 of file joystick_relay.py.
◆ __init__()
| def joystick_relay.Velocity.__init__ |
( |
|
self, |
|
|
|
min_velocity, |
|
|
|
max_velocity, |
|
|
|
num_steps |
|
) |
| |
◆ __call__()
| 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.
◆ _max
| joystick_relay.Velocity._max |
|
private |
◆ _min
| joystick_relay.Velocity._min |
|
private |
◆ _num_steps
| joystick_relay.Velocity._num_steps |
|
private |
◆ _step_incr
| joystick_relay.Velocity._step_incr |
|
private |
The documentation for this class was generated from the following file: