paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/paparazzi] 0a65e1: [autopilot] compiling


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 0a65e1: [autopilot] compiling generated AP for fixedwing (...
Date: Sat, 06 May 2017 13:24:42 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 0a65e149031343b21c8e9a2dd9d78474b4f20859
      
https://github.com/paparazzi/paparazzi/commit/0a65e149031343b21c8e9a2dd9d78474b4f20859
  Author: Gautier Hattenberger <address@hidden>
  Date:   2017-05-06 (Sat, 06 May 2017)

  Changed paths:
    M conf/airframes/ENAC/hoops_gen_ap.xml
    M conf/airframes/airframe.dtd
    M conf/autopilot/fixedwing_autopilot.xml
    M conf/autopilot/rotorcraft_autopilot.xml
    M conf/modules/guidance_basic_fw.xml
    M conf/modules/guidance_full_pid_fw.xml
    M sw/airborne/arch/sim/sim_ap.c
    M sw/airborne/firmwares/fixedwing/autopilot_firmware.h
    M sw/airborne/firmwares/fixedwing/autopilot_generated.c
    A sw/airborne/firmwares/fixedwing/autopilot_rc_helpers.h
    M sw/airborne/firmwares/fixedwing/autopilot_static.c
    M sw/airborne/firmwares/fixedwing/autopilot_static.h
    M sw/airborne/firmwares/fixedwing/autopilot_utils.h
    M sw/airborne/firmwares/fixedwing/fixedwing_datalink.c
    M sw/airborne/firmwares/fixedwing/guidance/guidance_common.h
    A sw/airborne/firmwares/fixedwing/guidance/guidance_h.c
    A sw/airborne/firmwares/fixedwing/guidance/guidance_h.h
    M sw/airborne/firmwares/fixedwing/guidance/guidance_v.c
    M sw/airborne/firmwares/fixedwing/guidance/guidance_v_n.c
    M sw/airborne/firmwares/fixedwing/main_ap.c
    M sw/airborne/firmwares/fixedwing/nav.c
    M sw/airborne/firmwares/fixedwing/nav.h
    M sw/airborne/firmwares/fixedwing/stabilization/stabilization_adaptive.c
    M sw/airborne/modules/cam_control/cam.c
    M sw/airborne/modules/cam_control/point.c
    M sw/airborne/modules/datalink/mavlink.c
    M sw/airborne/modules/nav/takeoff_detect.c
    M sw/airborne/modules/switching/auto1_commands.c
    M sw/ground_segment/tmtc/fw_server.ml
    M sw/ground_segment/tmtc/server.ml
    M sw/ground_segment/tmtc/server_globals.ml
    M sw/lib/ocaml/gen_common.ml
    M sw/lib/ocaml/gen_common.mli
    M sw/misc/rctx/main_rctx.c
    M sw/tools/generators/gen_aircraft.ml
    M sw/tools/generators/gen_autopilot.ml
    M sw/tools/generators/gen_settings.ml

  Log Message:
  -----------
  [autopilot] compiling generated AP for fixedwing (#2055)

* [autopilot] compiling generated AP for fixedwing

* update some old variable names for autopilot mode

* prevent oscillation on the ground with real aircraft

* add guidance loop to 'new' control

all this guidance code should really be better factorized

* fix rotorcraft autopilot for new API

* read guidance RC if needed

* use generated autopilot as soon as an autopilot file is defined

* autopilot node at airframe, firmware or target level

The autopilot can be specific to one of the firmware, or one of the
target.
At the moment, it will fail at runtime if more than one autopilot in the
same airframe since server don't know which target is in use.



reply via email to

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