It hasn't been tested in the field yet and only elevator and aileron have any function...right now. I'm hoping to incorporate the $H speed command in as well.
Just as an FYI, you want the numbers to go higher to turn right or go up. Lower for left or down. I also put a hard coded limit of 35 degrees on the pitch and roll....
http://code.google.com/p/happykillmore-gcs/downloads/list
Good luck!
Disclaimer: HappyKillmore takes no responsibility for trying to fly your plane with a joystick. Are you nuts? You've got a R/C controller in your hand. It's right there! I can see it! Fly with that thing...not a joystick!
Comments
What about the long white wire shown here? If you add the short white wire too you can power your board through the FTDI cable for testing. I don't remember what the green wire was for, but I don't have it on my board anymore (what an awful soldering job!). That's all I can see different between your setup and mine. I downloaded and compiled the same code as you http://code.google.com/p/happykillmore-gcs/downloads/detail?name=Ar... and mine worked.
Wires also shown in the ArduPilot manual: http://code.google.com/p/ardupilot/wiki/SolderingBoard
This is a great thread, I just found my green board ardupilot so that I can replace all the EZosd and tracker stuff and just run it from the GCS. Johann thanks for posting all the great pics as it will help me get my own ardutracker running.
And ofcoarse, hats off to you happy for a great GCS!
1) Yes, ArduTracker must be connected. Otherwise there is nothing to calibrate. Set home takes a second for me. What do you have your data rates set to on the Serial tab and what rate do you have Google Earth set to in the settings window? Here's what I use: 5Hz for Attitude, 3Hz for GPS and 2Hz for Waypoints. I typically have my Google Earth set to 3Hz. These settings might need to be turned down based on your computer's performance.
2) Should be fixed in latest build. There was a bug in the "center" button. http://code.google.com/p/happykillmore-gcs/downloads/list
Not sure what to tell you on that. I did find a bug when you hit the reload port button on the tracking tab that would disconnect you from your main serial connection. Can you duplicate this issue?
Actually, I see the problem as to why your servos aren't moving. Hit the "Set Home" button on the GCS.
No, that's not the command I thought Doug was going to use. I suspect it will be MANUAL_CONTROL (#69)
Thanks!