Quad

General discussions on the Gluon-project that don't fit elsewhere. If required, I will create more subforums.

Moderator: lukasz

Re: Quad

Postby lukasz » Thu Jul 29, 2010 10:26 am

Tom, does this mean that UAV navigation is finished?
lukasz
 
Posts: 214
Joined: Wed Feb 24, 2010 10:58 pm

Re: Quad

Postby Tom » Thu Jul 29, 2010 11:09 am

Not all, navigation will be a small scripting language.
For now, only FLY_TO, CIRCLE and GOTO statements implemented (with both absolute coordinates and coordinates in meter relative to the starting position) in the SVN code.
I'm planning to also implement WHILE and IF. This would make statements such as
WHILE (height < 150m)
CIRCLE(0,0,150m)

possible.
I'm also planning to include a first navigation buffer that will be always evaluated. This can contain code such as:
IF (GPS_SATELLITES < 4)
FLY_STRAIGHT
IF (DISTANCE_TO_HOME > 1000m)
FLY_TO(0,0,100) // to home position at 100m height)

But first, I'm going to do some more tests with the current code :-)
User avatar
Tom
Site Admin
 
Posts: 1016
Joined: Fri Nov 13, 2009 6:27 pm
Location: Belgium

Re: Quad

Postby Mitch » Thu Jul 29, 2010 6:50 pm

Good stuff Tom!
User avatar
Mitch
 
Posts: 118
Joined: Sat Dec 05, 2009 1:59 pm
Location: Florida, USA

Re: Quad

Postby lukasz » Thu Jul 29, 2010 7:36 pm

yes, can't wait to get my hand on it ;)
lukasz
 
Posts: 214
Joined: Wed Feb 24, 2010 10:58 pm

Re: Quad

Postby Maximus » Fri Jul 30, 2010 4:01 pm

Tom wrote:Quad development has been on a low level. I have been focussing on UAV navigation in the meantime. Now this is as good as finished, I can start focussing on quadrocopters again :-)


Interesting fonctionnalities for quads (except stability of course) is autolovel (means the quad comes back horintal when you let the stick), altitude hold (with a switch on radio - thanks to barometer) and GPS flight (fix the quad in the space and return home function).
Cheers ;)
Maximus
Maximus
 
Posts: 3
Joined: Wed Jun 16, 2010 7:37 pm

Re: Quad

Postby Tom » Sat Jul 31, 2010 5:08 pm

Auto level is already working. Altitude hold for quadrocopters will be the next step to work on...
User avatar
Tom
Site Admin
 
Posts: 1016
Joined: Fri Nov 13, 2009 6:27 pm
Location: Belgium

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 21 guests

cron