19701 Commits (ddd4181b39a0447c4d713dfc112c5472130dbbb0)

Author SHA1 Message Date
Julian Kent 63140f1d61 Do a single setup of uORB/Parameters instead of once every test 6 years ago
Jaeyoung-Lim 914417f580 Enable offboard local position setpoints for fixed wing position control 6 years ago
Silvan Fuhrer 8a8cc3b52b Navigator: VTOL: set heading of transition of a VTOL_TAKEOFF to the VTOL_TAKEOFF waypoint (and enforce heading) 6 years ago
Silvan Fuhrer b1d38ee050 Navigator: VTOL: fix mission yawing timeout (MIS_YAW_TMT) 6 years ago
Silvan Fuhrer ab28f1e4f7 Navigator: VTOL: disable weather vane during yaw aligning before front transition 6 years ago
baumanta af0d63250c check velocity_setpoint instead of sticks in altitude mode 6 years ago
baumanta d168d5049f check vel_setpoint instead of stick input for position lock 6 years ago
Daniel Agar 5d813224c8 PX4 SPI default to thread locking mode 6 years ago
Daniel Agar 7d248e0f45
px4fmu: move to WQ with uORB callback scheduling (#12224) 6 years ago
Daniel Agar b439e08e24 tone_alarm move to uORB::Subscription 6 years ago
Daniel Agar 5ae408382b
led drivers and controller move to uORB::Subscription 6 years ago
Daniel Agar 41dee3875e
VTOL: only run on actuator publications corresponding to VTOL mode 6 years ago
Tanja Baumann be233f6bc7 Collision Prevention: don't allow moving outside sensor FOV (#12741) 6 years ago
Daniel Agar d38dfcfcd3
uORB::Subscription fix initialization but not yet published case 6 years ago
Daniel Agar 737f5d4e3d
px4io fix code style 6 years ago
dlwalter 310fd80405 added logic to encode NAN as INT16_MAX to transfer to IO from FMU 6 years ago
Hamish Willee c1c253d9be TRIG_PINS: clarify TRIG_PINS on FMU (#12714) 6 years ago
garfieldG 1958275495 drivers/boards/common: now checks if board has "px4-io" in its name instead of just "io" 6 years ago
Beat Küng a7eed520b4 commander: refactor module usage output 6 years ago
Beat Küng d64d3170c0 commander unit tests: enable preflight checks 6 years ago
Beat Küng 878ed8136c commander: add 'commander arm -f' command to force arming 6 years ago
Beat Küng b8dba34fd0 commander arming_state_transition: do not call prearm_check if !fRunPreArmChecks 6 years ago
Daniel Agar 76b9198522 kinetis/adc move to new WQ 6 years ago
Daniel Agar 746f13d2d4 stm32/adc move to new WQ 6 years ago
fghanei b28dda3926 rpi_rc_in: fix typo that was causing build to fail rpi 6 years ago
Daniel Agar dacaabe92e
introduce sensor_gyro_control message for vehicle_angular_velocity (#12145) 6 years ago
Daniele Pettenuzzo be3d09c700 uavcan: add optical flow support (Here Flow) 6 years ago
Mathieu Bresciani dab66e92d3 Fix typo 6 years ago
Dennis Mannhart bf25c462b2 Orbit failsafe: switch internal_state to Posctrl such that Manual-Positionctrl is activated after failsafe recovery. This is needed because Orbit can only be invoked via vehicle_command msg. 6 years ago
Daniele Pettenuzzo 82ecf4d942 motor_ramp: set fmu in test mode and cleanup (#11249) 6 years ago
mcsauder d4fedca1ee Rename _accel_horz_lp -> _xy_accel_filtered to standardize naming, use time literal, and delete unneeded #includes in the FixedwingLandDetector class. 6 years ago
Martina 0414d59ee9 mavlink_main: stream OBSTACLE_DISTANCE to GCS 6 years ago
Julian Oes 82bee2bf54 mavlink: match commands aimed at any sysid/compid 6 years ago
Julian Oes a4fb18a6c4 commander: fix arming auth param translation 6 years ago
Daniel Agar b7f0db62ba
mRo Control Zero F7 initial board support 6 years ago
mcsauder 9e055e9b21 Implement ModuleParams inheritance in the VtolLandDetector class. Requires PR #12356. 6 years ago
Jimmy Johnson 9e3493bd6e Update commander_params.c 6 years ago
Jimmy Johnson 3ab5932adf updating pre-takeoff and landding values to defaults 6 years ago
Jimmy Johnson 963467b4df splitting preflight and land disarm times into 2 parameters 6 years ago
Mark Owen e25db01620 Mavlink: Fix forwarding of messages with target system/component id (#12559) 6 years ago
Beat Küng 166639be3a logger: unconditionally call _writer.notify() 6 years ago
Mark Sauder 6abf2203a3 sensors: uniform initialization and whitespace formatting in voted_sensors_update.h 6 years ago
Daniel Agar 6413525645
uORB::PublicationQueued don't unadvertise on destruction (#12674) 6 years ago
Daniel Agar b5a01532ae
vtol_att_control move to WQ with uORB callback scheduling (#12229) 6 years ago
jie.zhang decb9a8982 mc_pos_control_main: Fixed missing semicolon 6 years ago
Julian Kent d70b024ec7
GTest functional tests that include parameters and uORB messaging (#12521) 6 years ago
bresch 4eb9c7d812 Create TrajMath library and move waypoint speed calculations in it 6 years ago
bresch b1698b78bc AutoSmoothVel - scale down acc_hor using traj_p parameter in the computation of the maximum waypoint entrance speed 6 years ago
bresch de10f1e04d MC auto - Modify yaw_sp_aligned to take mis_yaw_error tolerance. 6 years ago
Dennis Mannhart 9e9b2ab9e8 FlightTaskAutoLine/SmoothVel: stop at waypoint if altitude is has not been reached yet 6 years ago