Iampete1
f541653502
SRV_Channel: fix override timeout without repeated calls
3 years ago
Bob Long
84a89b0b94
Plane: fix units in Plane::get_wp_distance_m()
3 years ago
Bob Long
728d1e76fe
Plane: clean up cm-to-m conversion in nav_control_output
3 years ago
Bob Long
f2d32fc800
Plane: quadplane: fix wp_dist reporting for VTOL landings
...
After hitting the approach stage of a VTOL landing in auto, nav_controller_output sends zero as the distance to waypoint.
3 years ago
Iampete1
db6490818f
AP_Button: update FUNx values
3 years ago
Iampete1
52a805e978
Tools: autotest: update arming swich option number
3 years ago
Iampete1
524ea39dfa
RC_Channel: add convert_options function
3 years ago
Iampete1
c67705b02d
RC_Channel: do_aux_function_armdisarm no longer needs to be virtual
3 years ago
Iampete1
39ca7dae1c
RC_Channel: add two new ARMDISARM options and deprecate old
3 years ago
Iampete1
df36853da2
Plane: support ARMDISARM_AIRMODE
3 years ago
Iampete1
cc89a8cc48
Plane: remove airmode Q_OPTION
3 years ago
Iampete1
07824fc963
Copter: support ARMDISARM_AIRMODE
3 years ago
Iampete1
db416bbeef
Plane: convert to new ARMDISAM based on quadplane param
3 years ago
Iampete1
456d57c28f
Copter: rename armed_with_switch to armed_with_airmode_switch
3 years ago
Iampete1
1eb26c83e2
Rover: convert to new ARMDISARM
3 years ago
Iampete1
be99a8a0bc
Blimp: convert to new ARMDISARM
3 years ago
Iampete1
7e1eb970bc
Sub: convert to new ARMDISARM
3 years ago
Iampete1
5002abcea6
Copter: convert to new ARMDISARM_AIRMODE
3 years ago
Iampete1
e6d2e8340c
Tracker: convert to new ARMDISARM
3 years ago
Josh Henderson
96cabfc423
SITL: add unit tests for SIM_MS5525
3 years ago
Josh Henderson
18a0632276
SITL: MS5XXX drivers use check_conversion_accuracy
3 years ago
Josh Henderson
2a2399c8f1
SITL: airspeed DLVR add atmosphere temperature model
3 years ago
Josh Henderson
c454cea401
AP_Airspeed: fix MS5525 driver to allow copying driver to 64bit SITL
3 years ago
Josh Henderson
5e90649a6e
SITL: fix MS5525 for temp <20C and negative pressures
3 years ago
Hwurzburg
aa402d9a55
AP_Tuning: add options to prevent spamming tuning error messages
3 years ago
Hwurzburg
502aff27da
AC_AttitudeControl: add options to prevent spamming tuning error messages
3 years ago
Andrew Tridgell
d5aa3ac27e
Tools: fixed uploader for apj files without a extf image
3 years ago
Randy Mackay
dafdf26c74
Rover: 4.1.0 release notes
3 years ago
Peter Barker
1e1e8010e3
autotest: remove APM references
3 years ago
Iampete1
804efb51e0
Copter: Only run AP_ARMING throttle arming check if PILOT_THR_BHV bit "Feedback from mid stick" is not set
3 years ago
Iampete1
169375d14f
RC_Channel: arming_check_throttle to virtual
3 years ago
Shiv Tyagi
cdb4ec8ad0
Plane : Improved LAND_THEN_NEUTRL to work on all control surfaces
...
This fixes the issue #18593
Co-Authored-By: Peter Hall <33176108+IamPete1@users.noreply.github.com>
3 years ago
Michelle Rossouw
9eb3a063d8
autotest: Add usable default parameters for Blimp's position and velocity PIDs
3 years ago
Michelle Rossouw
c9a3b16aa7
SITL: Blimp SITL add initial dynamics
3 years ago
Andrew Tridgell
aa643e5637
autotest: Fixed blimp default params
3 years ago
Andrew Tridgell
f77e64ac83
HAL_SITL: Fixed default PWMs for blimp
3 years ago
Andrew Tridgell
608f316698
Rover: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
65c878c06f
Blimp: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
dbe0bef58b
Sub: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
baec0d83f2
Plane: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
ab36dc0ed9
Copter: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
39b4825442
Tracker: moved accel cal update to vehicle code
3 years ago
Andrew Tridgell
5dcfa95444
GCS_Mavlink: allow setting of AHRS_TRIM_Z
3 years ago
Andrew Tridgell
3715ce6d1a
AP_AHRS: allow setting of AHRS_TRIM_Z
3 years ago
Andrew Tridgell
fd86cb0591
AP_Vehicle: moved accel cal update handling from vehicles
3 years ago
Andrew Tridgell
fefade783b
AP_InertialSensor: allow accelcal with a rotation
3 years ago
Andrew Tridgell
3f043dd933
AP_AHRS: added get_view_rotation()
3 years ago
Andrew Tridgell
63fcb804b3
AP_UAVCAN: added CAN_Dn_UC_OPTION parameter
...
this allows for 2 ways of controlling conflicts in the UAVCAN DNA
database. The first is to set CAN_Dn_UC_OPTION to 1, which resets the
DNA database, thus clearing any node conflicts.
The second is to set CAN_Dn_UC_OPTION to 2, which ignores node
conflicts in the DNA database
These options are useful for vehicles with UAVCAN smart batteries
where the node ID is fixed but the hwid changes and you want to do
battery swapping (possibly without rebooting)
3 years ago
Andrew Tridgell
7547ad53d3
Plane: allow for new guided destination during guided takeoff
...
if you set a very high alt for takeoff this is useful
3 years ago
Andrew Tridgell
8bee839931
Plane: fixed overshoot in guided takeoff of quadplanes
3 years ago