Magnus's Discussions (16)

Sort by

APMrover -> APMsail

Some of you might have read my blog posts about ny autonomous sailboat. It is now time to implement my control algorithms on the APM. 

My plan is to start with the APMrover code and replace some parts with my code. There are a few changes that i need

Read more…

Wind vane angular sensor

Hi,
I need to build a wind vane to measure wind angle on a autonomous sailing boat. To do that i need a way to measure the angle of a rotating shaft with very little friction. I just got a continuously rotating potentiometer but the friction in it is

Read more…

Entering ClI mode on arduplane 2.5?

I am having problems entering terminal mode on the latest build of Arduplane and mission planner. Regardless how the slider on the oilpan i set the board "boots" in mvlink mode. I can see readable initialization messages in the terminal window. but i

Read more…

Waypoint drawing issue in MP 01.0.69

When displaying a flight plan with non WP commands these are drawn as waypoints with position lon 0 lat 0 in the Fligt Data tab. In the Flight Planner window it looks ok. See the attached images.

 

3690889761?profile=original

3690889778?profile=original

I have also attached my waypoint file.

 

/Magnus

 

rösjön

Read more…

Mission Planner Issue and ideas

First my problem:

When running Mission Planner 1.0.54 (Windown Vista) Nothing is drawn on the maps. Not in the Planning tab or the Flight data tab. I can create WPs etc. but no waypoints shows up on the map. In the Flight data tab the plane symbol and

Read more…

Navigation PID tuning question

I did some testflights with my Twinstar setup yesterday and ran into a strange behaviour when doing waypoint navigation in AUTO mode.

 

Stabilizing mode and FBW works great after som tuning of Roll PID.  Waypoint navigation was not that successful. The

Read more…

Fried 328 chip an APM board

After turning myself inside out trying to find out what is wrong with my APM setup i finally realized that my ATMega328 chip is fried. Fortunately i have a spare APM so i will still be able to take part in testing. :)

My question is how this could hap

Read more…

APM PPM encoder problem

I have run into some problems with the PPM encoder on my APM. The trouble begun when iinstalled the APM in my Twinstar II.

After installation i could not switch autopilot modes reliable and afterinstallation of all servos i the yellow LED started to

Read more…

APM IMU axis?

In which direction should the APM be installed to get correct imu readings. Servo connectors pointing forward or backward?

I think this information should be added in the manual. (If it's not already in there)

/Magnus

Read more…

Altitude, pitchangle and speed relationships

I just want to get you input on the following idea. Until i have a airspeed pressure sensor i have decided to not attempt to control speed using SOG from the GPS. Instead my idea is do define a fixed "cruising power" that gives my plane a safe cruisi

Read more…

Navigation formulas and ideas

I have been working on some navigation formulas and below you can see the results running in a small simulator i wrote. The algorithm makes the plane follow a line between two wayoints by minimizing XTE in a PD-loop. If the angle to the target WP is

Read more…