![]() |
autonomous programming
hey im tryin to program autonomous.
I want our robot to move forward and track the opposite alliance's robot's trailer. I am clueless in programming autonmous mode. I need some help please. Can you guys show me how to use the default autonomous vi to accomplish this????? Please start from the beginning... we are running two motors for the drivetrain they are controlled by controller1 of the ds the left side wheels are run by axis 2 and the right side wheels are ran by axis 4. |
Re: autonomous programming
Quote:
Quote:
and please explain your drive system |
Re: autonomous programming
we have 4wd and each side is controlled by one sim motor each.we have a playstatin 2 controller controlling our drivetrain. the left side is controlled by axis 2 of the ps2 controller and the right side is controlled by axis four of the controller. iwant the robot to jus move around the field in auton mode...
|
Re: autonomous programming
Quote:
|
Re: autonomous programming
Quote:
If you have four seperate motors liek i think your saying, then open all four on the seperate PWMs assuming you havent done so already [I would assume yes if you have teleop working] Then i would suggest using a series of WHILE loops, use the set time VI and input a value you want to wait in seconds. Then wire the boolean out [itll be green] to the STOP if TRUE loop node [its a stop sign] then open your drive type in the while loop [this will be in your WPI robotis library]. i suggest arcade style. wire the RobotDrivedevRef into your drive style VI. just repeat these steps in a few more loops and wire the drivedevref from one VI to anouther. Remember that the drive devref is found by taking the ROBOTDATA [or something of the sort] and ungrouping by name[which is in the cluster library] then slecting it when the finger shows up as an icon select "RobotDriveDevRef" from the list. or follow alans suggestion, both work and that will get your robot at least moving hope it helps. |
| All times are GMT -5. The time now is 10:33. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi