40360 Commits (4a6e9581001b31dd827e9487568a92616f6bf2f7)
 

Author SHA1 Message Date
Matthias Grob 7cd57b4415 FlightTaskOrbit: alert user about exceeded radius (mavlink_log) 3 years ago
Matthias Grob 3e8d2fea94 FlightTaskOrbit: alert user about exceeded radius (events) 3 years ago
Matthias Grob 8ad44ee128 FlightModeManager: remove needless space at the end of invalid task error string 3 years ago
Matthias Grob 9bdde98a68 FlightModeManager: refactor flight task switch result condition for vehicle commands 3 years ago
Matthias Grob ffaef906c4 FlightModeManager: don't ack with result failed when parameters are invalid 3 years ago
Matthias Grob fc0be6c4fc FlightModeManager: switch to failsafe task if orbit is rejected 3 years ago
RomanBapst 18074dec5a simulator: fix conversion from hPa to Pa 3 years ago
Daniel Agar 8a552fac78 uavcannode: publish RelPosHeading (from sensor_gnss_relative) 3 years ago
Daniel Agar 84e796c385 drives/gps: add new sensor_gnsss_relative msg 3 years ago
Daniel Agar dfe13e16e8
boards: px4_fmu-v2_multicopter disable distance_sensor/tfmini to save flash 3 years ago
Daniel Agar 67920f089b
boards: px4_fmu-v5x_rtps disable unused systemcmds and examples to save flash 3 years ago
Matthias Grob c7f114a26a FlightTaskOrbit: increase radius limit 3 years ago
Matthias Grob d0794c1189 FlightTaskOrbit: don't start Orbit if radius is not in range 3 years ago
Daniel Agar 0595efbd9b sensors/vehicle_magnetometer: publish sensors_status_mag and other minor updates to stay in sync with air data 3 years ago
Daniel Agar 0c31f63896 sensors: add baro calibration and cleanup 3 years ago
Daniel Agar 5800c417c8
boards: px4_fmu-v2_rover disable unused drivers to save flash 3 years ago
Daniel Agar 01eb27c703
Jenkinsfile-compile: skip px4_sitl_rtps for now 3 years ago
Daniel Agar eb666e94a4 bords: omnibus_f4sd move ekf2 from default to new ekf2 board variant 3 years ago
Daniel Agar bc26b73c07 px4io: only publish valid input_rc 3 years ago
Daniel Agar 3d08e031d2 rc_update: improve manual_switches simple protections 3 years ago
Daniel Agar 875a2cc423 commander: remove loop counters and update UI LED control to use monotonic time 3 years ago
Daniel Agar 879622547c commander: only process one vehicle_command/action_request per cycle 3 years ago
Daniel Agar e528eb5dc4
commander: fix status flags usage (condition_global_position_valid->global_position_valid) 3 years ago
Jaeyoung-Lim 106044be38 Initialize global local projection for rovers 3 years ago
Jonas Perolini e31304d7d5
Quadchute param update (#19351) 3 years ago
Jacob Schloss 5ae4cae073
orb_advertise_multi: might return nullptr (#19387) 3 years ago
Daniel Agar 6135bb384b cleanup module callback registration failed errors 3 years ago
Daniel Agar f4c3084c26 init adjustments to ensure used topics are advertised early (primarily for logging) 3 years ago
Matthias Grob e6ed595651 Commander: make last_fail_time_us parameter a reference instead of pointer 3 years ago
Matthias Grob eee4aaee4f Commander: remove dynamic position velocity probation period 3 years ago
David Sidrane 9fe2dfc2e3 px4_fmuv-6x Sensor set 3 3 years ago
Thies Lennart Alff f1ec6ea026 make mavlink atttitude setpoints non-exlusive for offboard setpoints 3 years ago
Daniel Agar 94e30f5efb
boards: delete unused px4_fmu-v2_test 3 years ago
Silvan Fuhrer a7ddaf08c4 vehicle_status_flags.msg: remove condition_ prefix to reduce message size 3 years ago
Silvan Fuhrer c30f2b9493 vehicle_status_flags.msg: remove unused condition_system_returned_to_home 3 years ago
Jaeyoung-Lim 194a281fae Project local coordinates for all fw landing states 3 years ago
Jaeyoung-Lim cb81c6ac8c Address review comments 3 years ago
Jaeyoung-Lim 71bfb9c0de Convert NPFG to local coordinates 3 years ago
Jaeyoung-Lim f804b3516f Remove local planar vector 3 years ago
Jaeyoung Lim 28d34bf095 Convert L1 controller to local coordinates 3 years ago
Matthias Grob 897506267d Sticks: name getThrottle() explicitly about range 3 years ago
Junwoo Hwang 0e5c305163 Stick Verbose Functinos : Make get functions for roll, pitch, yaw and throttle const to specify that it's not changing Sticks' internal variables 3 years ago
Junwoo Hwang f78465428c Stick Verbose Functions : Edit other FlightTasks using checkAndUpdateStickInputs() functions and correct Throttle returned value inverse issue 3 years ago
Junwoo Hwang 8266a4df98 Sticks : Add utility functions to get pitch, roll, throttle and yaw values intuitively and rename ambiguously named function checkAndSetStickInputs() 3 years ago
Matthias Grob db7430aa65 matrix helper: remove needless comment line 3 years ago
Matthias Grob 18629bb535 FlightTaskOrbit: fix tangential yaw stick input for rotation direction changes 3 years ago
Matthias Grob 74c0ae6e55 Functions: add sign from boolean function with unit tests 3 years ago
Matthias Grob e03585ca06 FlightTaskOrbit: remap stick input when vehicle faces tangential 3 years ago
Matthias Grob db1fb6acf7 Commander: no battery time based RTL when already landed 3 years ago
Matthias Grob 69f6092031 mavlink_receiver: remove unused land detection publication 3 years ago