Jonathan Challinger's Discussions (20)

Sort by

Questions about X8 wing

I'm writing a proposal for a $2000 summer stipend from my university, for development on an APM UAV.

For the project, I'm looking at the X8 wing. However, I foresee a couple issues:

Most layouts I see have the (3 or 4s) batteries mounted in front, with

Read more…

Anyone use QGroundControl?

I can't get qgroundcontrol to connect. I built it from the v1.0 branch and it is getting data but it isn't displaying anything.

Does anyone here use it? I'm trying to ditch mission planner because it's a .net application and it doesn't run properly in

Read more…

Is the rudder used for auto T/O?

I'm grepping through the arduplane code, and I don't see anywhere that yaw is used to hold the course on takeoff. It looks like it uses ailerons to try to correct its course on the ground.

Since ailerons apply a yawing force opposite of their intended

Read more…

How can I add a parameter?

I'd like to add a parameter to arduplane that I can change during flight. How do I go about doing that?

I don't understand how the Parameters.h file works at all. I guess I don't have a full understanding of the C constructs used in it. Can someone ex

Read more…

Long endurance with electric?

What would you guys recommend for a high-endurance electric? Airframe, esc, motor, prop, battery?

I currently have an e-flite apprentice, which gets something like 20 minutes on a battery. I'm looking to move to a different airframe and I'm hoping to

Read more…

Implement another FBW mode?

I would like to see an FBW mode with the following characteristics:

Throttle stick: changes throttle directly.

Rudder stick: changes rudder directly like FBW-A, but does not wind up turn coordination integrator (kind of a separate issue)

Aileron stick:

Read more…

How do you get these cool maps?

Everyone always seems to be posting these google earth maps with their flight path displayed in 3d.

I managed to get a KMZ file from ardupilot and map it on google earth, but I cannot get it to display in 3d. It just shows a line.

I don't see any docum

Read more…

Plane doesn't fly on track

I'm trying to get my plane to fly the centerline of my neighbor's 1200ft (400m) runway.

So far, I've done all I can to tweak crosstrack, nav pid, etc., but it still gets way too far off for me to consider attempting an autonomous landing.

I've been rea

Read more…

Redesign?

I feel like a redesign of the code to be more object-oriented would be a good idea.

I've spent a while looking at it, trying to make changes that would make it follow a track better (mainly estimating wind from the difference between the ground speed/

Read more…

YAW PID has almost no effect

I'm trying to set up yaw PID to keep the plane coordinated.

I've set rudder mix to 0 to isolate the yaw PID, and I have to set P to some insane value like 500 for it to have any appreciable effect when I tilt the plane on it's side (thus applying late

Read more…

Need help understanding failsafe

My setup:

DX5e 6-channel radio

AR600 6-channel receiver.

AR600 channel 6 connected to APM channel 8. AR600 channel 5 connected to APM channel 7. APM channel 7 set to mode select. This way I can engage the hardware failsafe to go to manual mode by holdin

Read more…

Crosstrack error

I just started tuning my new ardupilot in an e-flite apprentice. I got the servo pids tuned up well, but I was flying in a lot of wind so the nav pids seemed hard to tune. I didn't get to experiment a lot, because I ran out of batteries 2 or 3 flight

Read more…

Cannot get logs

I try to look at logs from my ardupilot mega, and all I ever get is "No logs available for download"This is with whatever version of the firmware that would've been downloaded by the mission planner a week ago.Anyone know why?

Read more…

Ardupilot tuning

I've installed my ardupilot into my plane and flown in stabilization mode. I've looked at the tuning instructions in the wiki, and it says to tune the 'P' values for everything. What do the 'I' and 'D' and "INT_MAX" values do?Also, does the ardupilot

Read more…

E-flite apprentice

I'm planning on getting an ardupilot mega. My plane is an e-flite apprentice, will it install into it and is the 0.7A BEC sufficient for the ardupilot? If not, what do I need and how do I connect it?

Read more…