You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Manual Aim command allows the shooter to take over rotational control (but
NOT forward/back and strafe control) of the driver system. When the Manual Aim
command is active, the twist value from the shooter joystick will be used to
rotate the drive robot. During the Manual Aim command, the driver joystick
will still be able to manipulate the forward/back and strafe axes of the drive
system..
Original issue reported on code.google.com by [email protected] on 31 Jan 2014 at 8:10
The text was updated successfully, but these errors were encountered:
The Manual Aim command *also* allows the user to manually adjust the distance
that the ball will be kicked, by adjusting:
(a) tension
(b) ankle angle
The tension and the ankle angle should probably move together - but this is
worth a discussion w/James.
Assuming the tension and the ankle angle do move together, the user will adjust
them via a "slider" with a continuous range. The value of the joystick slider
is logically a continuous value along an axis, and can be read as follows:
double throttle_value = stick.getRawAxis(5);
Original issue reported on code.google.com by
[email protected]
on 31 Jan 2014 at 8:10The text was updated successfully, but these errors were encountered: