![]() |
Autonomous
Where do I place the arm movement code for our autonomous? I know its in the autonomous vi but where and/or how do I place it?
|
Re: Autonomous
You use constant values in place of where you would normally wire the joystick axis
|
Re: Autonomous
Where and how you place your arm control depends on what you want the arm to do, when you want the arm to do it, and what else is happening in autonomous.
What do you want the arm to do? When do you want the arm to do it? What else is happening in autonomous? |
Re: Autonomous
Or you could use variables that vary based on how many times a loop has cycled.
I don't know labview stuff but in c++ it would look something like this. Code:
double virtualStick; |
Re: Autonomous
If the autonomous code you received from FIRST followed the line and stopped after a while, try creating a sequence structure. The first frame should be around the autonomous code given while the second frame will be where your arm code will be.
|
| All times are GMT -5. The time now is 09:20. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi