Where can I get the full ArduRover code for upload to Ardupilot Mega, I wish to try my hand at an autonomous ground vehicle
Kind Regards
Tags:
Permalink Reply by Petrus Botha on January 11, 2012 at 2:05pm I am currently downloading
Permalink Reply by Petrus Botha on January 11, 2012 at 2:59pm I have downloaded the complete file but cannot make any sense from the wiki as to compile and upload the code to APM, can anyone provide some more info please
Permalink Reply by Petrus Botha on January 12, 2012 at 12:45am Is there any support for Ardurover?

If you want to load the code into your APM you just connect it via USB (or via FTDI cable if you are not using IMU board) Then you will need to use arduino IDE to upload the code, more details on this can be found http://code.google.com/p/ardupilot-mega/wiki/Code
If you are not using windows 7, you will probably also need to install the FTDI drivers, more infor is on the ardupilot mega wiki
Regards
UnmannedTech Shop
Permalink Reply by Petrus Botha on January 12, 2012 at 5:23am
Permalink Reply by Jesus on February 7, 2012 at 1:04am Hi Petrus:
Where did you get the ardurover code??? Because I´ve looking for in the wiki but I dont founf it, only some code that there is in the Rover configuration page.
Thanks
Permalink Reply by Petrus Botha on February 7, 2012 at 1:36am The code is available from https://github.com/arktools/ardupilotone
select the zip button from the top of the page to download the code as a zip file, follow the install instructions.
I have placed my ardurover project on the side for now.
To compile you must use the Arduino relaxpatch available from http://code.google.com/p/ardupilot-mega/downloads/detail?name=ardui...=
You will also need to delete all your libraries in the Ardurover.pde and replace with the following
// Libraries
#include <DataFlash.h>
#include <FastSerial.h>
#include <SPI.h>
#include <Wire.h>
#include <AP_Common.h>
#include <APM_RC.h>
#include <AP_RangeFinder.h>
#include <GCS_MAVLink.h>
#include <AP_ADC.h>
#include <AP_DCM.h>
#include <AP_Compass.h>
#include <Wire.h>
#include <AP_GPS.h>
#include <AP_IMU.h>
#include <APM_BMP085.h>
#include <ModeFilter.h>
#include <APO.h>
#include <AP_AnalogSource.h>
#include <AP_InertialSensor.h>
#include <AP_PeriodicProcess.h>
#include <Arduino_Mega_ISR_Registry.h>
Hope this helps, there is not a lot of support for ardurover
Permalink Reply by Daniel Farley on February 28, 2012 at 4:32am hi .
im new to the forums and trying to get a boat working using the rover code,
i have one esc and one servo just like the rover so it should work ,
i have done everything you just mentioned above,
how can i get it to connect to the ground station ? any ideas?
Season Two of the Trust Time Trial (T3) Contest has now begun. The third round was a reliablilty/aerial photography round for both planes and copters, which is now closed. Stay tuned for the next round, beginning soon.18 members
58 members
26 members
41 members
1 member
© 2012 Created by Chris Anderson.
