Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Aim #39

Open
GoogleCodeExporter opened this issue Jul 17, 2015 · 3 comments
Open

Manual Aim #39

GoogleCodeExporter opened this issue Jul 17, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 31 Jan 2014 at 8:25

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 31 Jan 2014 at 8:52

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 31 Jan 2014 at 8:56

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant