paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Rotocraft horizontal speed limiting in flight plan


From: Felix Ruess
Subject: Re: [Paparazzi-devel] Rotocraft horizontal speed limiting in flight plan?
Date: Tue, 11 Mar 2014 12:40:28 +0100

Merged to master and also added to guidance settings.


On Tue, Mar 11, 2014 at 1:01 AM, Luke Ionno <address@hidden> wrote:

Thanks so much, that will be very useful for what I’m working on!

 

-Luke

 

From: paparazzi-devel-bounces+nsknews=address@hidden [mailto:paparazzi-devel-bounces+nsknews=address@hidden] On Behalf Of Felix Ruess
Sent: Monday, March 10, 2014 7:45 PM


To: Paparazzi UAV devel list
Subject: Re: [Paparazzi-devel] Rotocraft horizontal speed limiting in flight plan?

 

Hi Luke,

 

I quickly implemented a dynamic max_speed in the gh_max_speed branch, see pull 664.

I haven't tested it, but you should be able to #include "guidance/guidance_h_ref.h" in your flight plan and call gh_set_max_speed(2.5) to set the current speed limit to 2.5m/s.

 

Cheers, Felix

 

On Tue, Mar 11, 2014 at 12:14 AM, Felix Ruess <address@hidden> wrote:

Hi Luke,

 

for position/waypoint mode it can currently only be set at compile time, feel free to open an issue with a feature request for that so it can be tracked...

Shouldn't be much work to make it changeable via settings or from the flight plan...

 

Cheers, Felix

 

On Tue, Mar 11, 2014 at 12:00 AM, Luke Ionno <address@hidden> wrote:

Felix,

 

Is there any way to change the maximum speed dynamically (i.e. with a SET command in a flight plan block), or can it only be changed at build-time?

 

-Luke

 

From: paparazzi-devel-bounces+nsknews=address@hidden [mailto:paparazzi-devel-bounces+nsknews=address@hidden] On Behalf Of Felix Ruess
Sent: Friday, March 7, 2014 5:23 PM
To: Paparazzi UAV devel list
Subject: Re: [Paparazzi-devel] Rotocraft horizontal speed limiting in flight plan?

 

Hi Mark,

 

you should be able to set the max speed by defining GUIDANCE_H_REF_MAX_SPEED in meters/second (defaults to 5 m/s) in your airframe file.

 

Cheers, Felix

 

On Fri, Mar 7, 2014 at 10:54 PM, Mark Schnittman <address@hidden> wrote:

Hello,

I'm new to Paparazzi and have been banging my head a little too much in trying to figure out how to limit the speed of my quadrotor.  I've been working in the simulator with the Quad_Lisa_M2 AC, and also in the real world using an AR Drone as the platform.

I'm trying to get the AR Drone to do some automatic waypoint navigation through a flight plan.  It works, but it looks like the quadrotor is flying with maximum horizontal speed as it goes.  I'd like to be able to set a maximum horizontal speed in the flight plan.

I'd appreciate any suggestions on how to do this and/or pointers on what topics I should read up on.

Thanks a lot,
Mark


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

 


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

 

 


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]