unilab.visualization.interactive_playback.KeyboardCommander¶
- class unilab.visualization.interactive_playback.KeyboardCommander[source]¶
Bases:
objectMutable
[vx, vy, vyaw]velocity command driven by keyboard nudges.Per-axis nudges stack and are clamped to the task’s
commands.vel_limit.Methods
__init__(low, high[, step_lin, step_ang])describe()from_vel_limit(vel_limit, *[, step_lin, ...])nudge(axis, sign)zero()Attributes