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

Views: 696

Reply to This

Replies to This Discussion

I am currently downloading 

ardupilotone_mega-0.1.1-Arduino.zip — 1280 Plane HIL binary, can anyone confirm that this is correct for APM 1280

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

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

Thank you very much for the info,

The process I have taken thus far gives me compiling errors, maybe you can help me troubleshooting.

 

Loaded the Ardurover and libraries folder to the sketch (there are many more but I believe this is what is required)

Copiled with following errors

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

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

Thanks a lot!!! 

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?

I tried your suggestion, but it's not working for me. See the snapshot below, any suggestion ?:

I'm not sure if this is concerned with the new or old versions of the ArduRover code, but it does predate the current ArduRover development. The 'ArduRover' link in the navigation has been updated to point to a recent major change in ArduRover that is reportedly much better than the previous version.

I haven't had a chance to test it myself, but FYI for those in here that may not have noticed it yet.

RSS

Social Networking

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.

A list of all T3 contests is here

Groups

Advertisement

© 2013   Created by Chris Anderson.   Powered by

Badges  |  Report an Issue  |  Terms of Service