|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Dear experts, scholars, mentors
I am volunteering to help a local team with the loading of code for a robot in this years competition. I am more of a network and security guy but am a little familiar with C. Our team would like to operate pneumatics and possibly the camera on the robot. Out of the box, the robot is functioning fine even with two joysticks although one is a little jumpy. My question is about default user code. Is the code loaded now just fine? We got the robot January 15th 2005. Do I need to load newer master code and then user code again? It does not really seem like I need to do any programming for the basic functionalities we need. Do you agree ? Thanks for any help. Sincerely George Murphy Mentor Team #1696 |
|
#2
|
||||
|
||||
|
Re: Need Advice On Code Out Of Box...New To This
Quote:
If you are using last season's controller, you will need to load the new version of both the master and the user code. |
|
#3
|
||||
|
||||
|
Re: Need Advice On Code Out Of Box...New To This
I'm thinking that the new RC came with the newest master code already loaded, but I'd do it anyway, just to be safe. It's not that big of a deal. As far as just running the default code, so long as you understand where to hook things up, it should work just fine.
|
|
#4
|
|||
|
|||
|
Re: Need Advice On Code Out Of Box...New To This
The 'out of the box' code lets you do everything basic. You will have to change it a little if you want to get more advanced, like changing the default buttons, having more functions, and autonomous etc.
Probably the toughest part will be the autonomous programming, which I think is true for most teams ![]() |
|
#5
|
||||
|
||||
|
Re: Need Advice On Code Out Of Box...New To This
Their is a new master code ( I believe it was mentioned in update 4) I dont know if you will ned it but it only takes 5 or so minutes to put it on the bot so you mine as well do it.
As for the jumpy joystick divide your input value by 2 and add 64, like this pwm01 = (p1_y/2)+64; pwm02 = ((254-p2_y)/2)+64; That was a quick fix for ours and every one on our team agrres it is now easier to drive |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Example gyro code released. | Kevin Watson | Programming | 60 | 17-03-2005 18:32 |
| Kevin Watson's Kick-off Demo Code! | Mr. Lim | Programming | 27 | 22-01-2005 03:38 |
| Sourceforge for Code Repository and other stuff | SilverStar | Programming | 9 | 15-01-2005 21:16 |
| A Centralized Code Dump? | colt527 | Programming | 29 | 01-01-2005 16:07 |
| heres the code. y this not working | omega | Programming | 16 | 31-03-2004 15:18 |