39338 Commits (ce10dd90e726cb949bd589f3eedfeef3238ef9ef)
 

Author SHA1 Message Date
Beat Küng 2ff6baa250 actuator params: use module_name as prefix to channel label 3 years ago
Beat Küng 6537f480b1 module.yaml: make long param description optional 3 years ago
Daniel Agar 1b7f4b6003 Jenkins HIL test loading all airframes 3 years ago
Matthias Grob 0153c870d2 Commander: make sure yaw airmode is not possible while arm gesture is enabled 3 years ago
Matthias Grob 572890f8c0 ManualControl: add parameter to disable arm/disarm stick gesture 3 years ago
Matthias Grob 468022abba ManualControl: correct arm hysteresis parameter name 3 years ago
Matthias Grob c84b1c6566 ManualControl: ignore unassigned mode slots 3 years ago
Jaeyoung-Lim af7fa63480 Remove kconfig-frontends installation from setup.sh 3 years ago
Silvan Fuhrer e596607e2e minor comments update 3 years ago
Daniel Agar 7ff72304b4
sensors/vehicle_imu: improve disabled sensor handling 3 years ago
Daniel Agar 3140bf167c
NuttX submodule update with work_usrthread.c fixes 3 years ago
Daniel Agar 1c6b1f7554 pwm_out: parameter failure error messages 3 years ago
Daniel Agar c95dbfd7ac boards: px4_fmu-v5_debug disable debug fs errors 3 years ago
Daniel Agar c2cbf74351 vscode: cmake variants add px4_fmu-v5_debug for convenient debugging 3 years ago
Daniel Agar 577d926639 commander: improve angular velocity validity and message 3 years ago
Daniel Agar f058cbd0e0 boards: px4_fmu-v5_debug disable CONFIG_DEBUG_I2C 3 years ago
Daniel Agar 25846f48c4 boards: px4_fmu-v2/v3 use SPI bus power off rather than full reset 3 years ago
Daniel Agar c4de9f67a1 Jenkins: HIL add simple reboot script that fails on any ERROR 3 years ago
PX4 BuildBot 643002bd86 Update submodule sitl_gazebo to latest Mon Nov 22 12:39:01 UTC 2021 3 years ago
PX4 BuildBot 88d9ade4d7 Update submodule mavlink to latest Mon Nov 22 12:39:21 UTC 2021 3 years ago
Daniel Agar 8fc3b05491 mavlink: param_get proper type to silence errors 3 years ago
Daniel Agar cbb743c64d parameters: param type checking use PX4_ERR and enable in PX4_SITL 3 years ago
Beat Küng 7faaad79d0 generate_params.py: add PWM_AUX_* for boards w/o IO and >8 channels 3 years ago
Igor Mišić c73028bb1b iridiumsbd: discard all pending data for flow control enabled 3 years ago
Daniel Agar 7653bd1757 cmake fix NuttX config import for 0 values 3 years ago
wangwwno1 7a1a4ea7a6 Format fix & Remove redundant lines 3 years ago
wangwwno1 51ce8306ee Remove redundant code out of hil_lpos 3 years ago
wangwwno1 b2c5919d29 Update src/modules/simulator/simulator_mavlink.cpp 3 years ago
wangwwno1 160fec5f25 Update simulator_mavlink.cpp 3 years ago
wangwwno1 6e2060ddb6 Add accel to vehicle_local_position_groundtruth 3 years ago
Daniel Agar 505f963dd0 mavlink: receiver fix SENS_FLOW_ROT type 3 years ago
Max Elfgen 7f5fa3d1f7 Using RTPS as a label resulted in the PX4 instance crashing. Removing the label fixed the problem. 3 years ago
Matthias Grob f912ee2c8b Commander: send out parachute MAVLink command when kill switch engaged 3 years ago
Matthias Grob 3193b554ca Add optional preflight check for healthy MAVLink parachute system 3 years ago
Matthias Grob 43c529f294 Add MAVLink parachute system heartbeat detection 3 years ago
Thomas Debrunner fb54324f56 gyro-fft: Disable asm-operand-widths warning on apple silicon. The warning is caused by unused functions only. As with compiling for x86, the functions containing assembly never get used, but since the apple silicon is also an ARM target, they trigger a warning. 3 years ago
Daniel Agar 24090b724c cmake: px4_add_module improve unity build dependencies to avoid unnecessary work 3 years ago
Matthias Grob 4c6621f6cf Commander: Allow arming a rover with the throttle stick in the middle 3 years ago
Jani Paalijarvi 02336acd61 Improve SPI bus implementation 3 years ago
Matthias Grob 35d4986ea7 FlightTasks: remove updateFinalize() concept because it got obsolete 3 years ago
Matthias Grob 9eac0edbc0 FlightTaskAuto: remove generateSetpoints function, replace by implementation 3 years ago
Matthias Grob ece8fdddec FlightTaskAuto: simplify early setpoint preparation based on triplet type 3 years ago
dagar 9646b49b60 [AUTO COMMIT] update change indication 3 years ago
Daniel Agar bffd88ad81 ekf2: don't inhibit accel bias when not in air 3 years ago
Daniel Agar f3472385da sensors/vehicle_imu: fix accel/gyro learned bias calibration updates 3 years ago
bresch fc155bc57e Ekf2Selector: declare filter unhealthy when high test ratio 3 years ago
bresch 43fb076828 AngularAcceleration: explicitly disable filter when cutoff <= 0 3 years ago
bresch 4a14a8bc7f AutoLineSV: Always publish a valid yaw setpoint 3 years ago
bresch f751dd2242 FlightTask: set yaw_setpoint to NAN when yaw should not be controlled 3 years ago
bresch 2213343240 ft altitude: use longerThan to save a sqrt operation 3 years ago