All of this is open source and freely available for download. You can find the core autopilot here. We developed it using eclipse, but the environment is fully arduino compatible as well thanks to the hardwork of Mike!
http://code.google.com/p/ardupilotone/
This repository is for rover specific configuration files and a wiki site for ardupilotone based rovers.
http://code.google.com/p/ardurover/
To run the hardware in the loop you will need the mavsim scicoslab toolbox here.
https://github.com/openmav/mavsim
Comments
hello , I have test APM-ROVER2.42 CODE in a tank ,set SKID_STEER_IN=0;SKID_STEER_OUT=1; The throttle control is correct , but direction control only one side , what's wrong ,can some one tell me ,thanks very much
Hello:
Where can I find the ardurover code??? I want to do a small UGV with differecial guidance (like tanks), and I think that the ardurover code it´s a good start point!!!
So channel 0 is steering and channel 1 is throttle. Channel 7 is mode control. You can also change the channels within qgroundcontrol.
http://code.google.com/p/ardupilot-mega/wiki/Wireless
i'm basically trying to replicate your results that you had, you used the ardurover code right? whenever i try to connect to QGC the serial monitor keeps displaying :
load: 67% rate: 149.880100 Hz free ram: 3349 bytesload: 62% rate: 149.790300 Hz free ram: 3349 bytesload: 64% rate: 149.790300 Hz free ram: 3349 bytesload: 58% rate: 149.880100 Hz free ram: 3349 bytesload: 62% rate: 149.790300 Hz free ram: 33 etc.
however there is no mavlink connection. I used this code: http://code.google.com/p/ardupilotone/source/browse/#svn%2Ftrunk%2F...
Has anyone ever gotten ArduPilotOne to connect to QGroundControl? For some reason it isn't connecting, can someone please help me?