Log in

View Full Version : Joystick value in autonmous


XXShadowXX
27-02-2009, 23:53
Its not really a LabVIEW question, but it still stands, can you inputs in from the driver station in autonomous?

Samuel H.
28-02-2009, 01:51
I am not absolutely sure, but it would be counter to the purpose of autonomous to allow input when the robot should be acting on its own, so I am almost certain you can't.

- Sam

nathanww
28-02-2009, 02:00
From what I've heard, you can't, although you can read the value during the disabled period immediately preceding autonomous(so you can still set mode switches and such)

Garii
08-03-2009, 12:43
Its not really a LabVIEW question, but it still stands, can you inputs in from the driver station in autonomous?

You Can't
Actually the drivers aren't even allowed at the station during autonomous, so it wouldnt matter if u programmed it in

Greg McKaskle
08-03-2009, 21:16
Are you wanting to read DS switches? If so, you can do this during auto-disabled. If using the advanced template, this is very easy. If basic, there are a few more steps. This has already been described before, but if you can't find it, ask specifically for what you are looking for.

Greg McKaskle