![]() |
How to start autonomous?
I'm a noob programmer and i was searching for ways to start the robots at the beginning. Any suggestions? like should we start it with the sound at the beggining? :confused:
|
Re: How to start autonomous?
Are you using the simple robot template or command base template?
|
Re: How to start autonomous?
Command Base :)
|
Re: How to start autonomous?
You make a new command then call it in robotinit like so:
Code:
autonomousCommand = new *insertcommandhere*(); |
Re: How to start autonomous?
This can make the robot start without, like, pushing buttons?
|
Re: How to start autonomous?
If you mean that the robot moves/does the command you put in during the autonomous period without you touching the controller, then yes.
|
| All times are GMT -5. The time now is 08:25 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi