About

Gender

Male


Location

Ottawa, ON


Activity Feed

Clayton Jenkins commented on Robert Krogh (hooks)'s blog post First testflight UAV Seagull 2200
"You want something closer to this:
void setup_waypoints(void)
{
//0.000009 degrees is about 1 meter...

wp_alt[0]=50;
//wp_lat[0]=0;
//wp_lon[0]=0;
// You don't want to change this. It is set via GPS as the launch location.

// Set the relative…"
May 3, 2009
Clayton Jenkins commented on Robert Krogh (hooks)'s blog post First testflight UAV Seagull 2200
"In the original code (and in your original post at the top) wp_lat[0] and wp_lon[0] were commented out and so are not set to zero. They would be set in the Navigation function Save_Launch_Parameters as the actual GPS position of the launch point.…"
May 3, 2009
Clayton Jenkins commented on Robert Krogh (hooks)'s blog post First testflight UAV Seagull 2200
"Hooks,

First, I have been known to be wrong. Frequently. But I think you have a bit of a problem with your waypoints. The waypoints, as set in the code, are relative to the starting point of the airplane as determined by the GPS. So I think you may…"
May 3, 2009