mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
Gvf for rotorcrafts (#3197)
* Core GVF changes * Update GVF module conf file for rotorcrafts * Integration of acceleration in guidance rotorcraft firmware * Update command chain in guidance for ACCEL command integration * [guidance] select guidance sp mode with enum instead of bitmask * [guidance] reset ref if input type has changed --------- Co-authored-by: Mael FEURGARD <mael.feurgard@laas.fr> Co-authored-by: Gautier Hattenberger <gautier.hattenberger@enac.fr>
This commit is contained in:
@@ -83,6 +83,14 @@ For more details we refer to https://wiki.paparazziuav.org/wiki/Module/guidance_
|
||||
<file name="trajectories/gvf_ellipse.c"/>
|
||||
<file name="nav/nav_survey_polygon_gvf.c"/>
|
||||
</makefile>
|
||||
|
||||
<makefile firmware="rotorcraft">
|
||||
<file name="gvf.c"/>
|
||||
<file name="gvf_low_level_control.c"/>
|
||||
<file name="trajectories/gvf_line.c"/>
|
||||
<file name="trajectories/gvf_sin.c"/>
|
||||
<file name="trajectories/gvf_ellipse.c"/>
|
||||
</makefile>
|
||||
|
||||
<makefile firmware="rover">
|
||||
<file name="gvf.c"/>
|
||||
@@ -94,4 +102,3 @@ For more details we refer to https://wiki.paparazziuav.org/wiki/Module/guidance_
|
||||
</makefile>
|
||||
|
||||
</module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user