Skip to content

Commit 83a4cb1

Browse files
authored
Revert "Feature/npfg" (#32)
* Revert "ramp in curvature dependent lower period bound" This reverts commit 78d7ddb. * Revert "add option to disable use of wind estimates with npfg" This reverts commit b0dc3a4. * Revert "fix publish wind est valid" This reverts commit 493bae1. * Revert "multiply track error boundary by scale factor in calculation of waypoint switch distance" This reverts commit dd89665. * Revert "organze npfg member variables in header, rename min ground speed command -> desired" This reverts commit 0b40586. * Revert "new bearing feasibility for handling zero airspeed - simpler bearing feasibility function - get rid of wind ratio - replace wind ratio buffer with airspeed buffer" This reverts commit 4dce637. * Revert "update default gains for npfg (now that accel command bug was fixed)" This reverts commit 5398428. * Revert "npfg: fix incorrect extra multiplication of airspeed to acceleration reference" This reverts commit 8641cab. * Revert "npfg: rearrange eval method, handle case in front of starting point of path segment" This reverts commit c70df1e. * Revert "npfg: header formatting" This reverts commit 4d11b4e. * Revert "npfg: create const adaptPeriod method and update control params outside" This reverts commit e9b0a3e. * Revert "mavlink: add npfg_status, regenerate headers" This reverts commit 0b705c6. * Revert "fw_pos_control_l1: integrate optional use of npfg uorb: npfg_status msg" This reverts commit d240ee9. * Revert "add npfg lib" This reverts commit ef2cc9a. * Revert "switch back to standard dialect" This reverts commit cd6e2b7. * Revert "move sensor_airflow_angles to common xml, regenerate mavlink headers" This reverts commit 8928cb6.
1 parent 78d7ddb commit 83a4cb1

19 files changed

+70
-2062
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "mavlink/include/mavlink/v2.0"]
22
path = mavlink/include/mavlink/v2.0
3-
url = https://github.com/ethz-asl/fw_mavlink_c_library_v2.git
3+
url = https://github.com/mavlink/c_library_v2.git
44
branch = master
55
[submodule "src/drivers/uavcan/libuavcan"]
66
path = src/drivers/uavcan/libuavcan

mavlink/include/mavlink/v2.0

Submodule v2.0 updated from 7773fa8 to 9e07c7d

msg/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ set(msg_files
100100
mount_orientation.msg
101101
multirotor_motor_limits.msg
102102
navigator_mission_item.msg
103-
npfg_status.msg
104103
obstacle_distance.msg
105104
offboard_control_mode.msg
106105
onboard_computer_status.msg

msg/npfg_status.msg

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ add_subdirectory(mathlib)
5656
add_subdirectory(mixer)
5757
add_subdirectory(mixer_module)
5858
add_subdirectory(motion_planning)
59-
add_subdirectory(npfg)
6059
add_subdirectory(output_limit)
6160
add_subdirectory(perf)
6261
add_subdirectory(pid)

src/lib/npfg/CMakeLists.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)