André Kjellstrup
aab22d7dad
Rover: Option to trig by distance only when in AUTO mode
7 years ago
André Kjellstrup
1a63fd85d8
AP_Camera: Option to trig by distance only when in AUTO mode
7 years ago
Jacob Walser
acb65b99ac
Frame_params: add file for BlueROV2 on Sub 3.5.2
7 years ago
Andrew Tridgell
bf1aa64345
Plane: updated release notes for 3.8.3
7 years ago
khancyr
4413ebab7b
AP_HAL_SITL: suppress output until initialization is finished
7 years ago
Jacob Walser
07fa65a88c
AP_HAL_SITL: Add current and voltage monitoring implementation for Sub
7 years ago
Andrew Tridgell
271373e1e8
Plane: added a not on min slew rate for throttle
7 years ago
khancyr
2a25011b14
AR_AttitudeControl: const local variables
7 years ago
ChrisBird
caaeae3d0a
Copter: Separate max ascent and descent speeds
...
Added equivalent parameters to WPNAV_SPEED_UP and WPNAV_SPEED_DN
New parameters named:
PILOT_SPEED_UP (technically renamed PILOT_VELZ_MAX)
PILOT_SPEED_DN
Removed parameter PILOT_VELZ_MAX (technically renamed to PILOT_SPEED_UP).
Flight Modes impacted:
ALTHOLD
AUTOTUNE
CIRCLE
LOITER
POSHOLD
SPORT
TAKEOFF
Update a section in GUIDED mode but I don't think it is ever used but update just in case.
It will use the PILOT_SPEED_UP for ascending max velocity. For down it will check if
it is 0, if so then it will PILOT_SPEED_UP instead, if non zero it will use PILOT_SPEED_DN.
This retains current behavior and gives the flexibility to change it if desired.
7 years ago
Michael du Breuil
767018b1d4
Plane: Support unlocking cruise heading with rudder
7 years ago
Peter Barker
23882aaab0
AP_Notify: only play not-ready-or-not-finished tone if we've been ready
7 years ago
Peter Barker
c436235b05
Sub: remove defaulting of report value in rc_calibration_checks
7 years ago
Peter Barker
450c8f4f3a
Sub: remove redundant call to ins_checks
...
pre_arm_checks in AP_Arming already makes this call
7 years ago
Peter Barker
3846da5e23
Copter: remove redundant terrain checks
...
Now taken care of by continuous prearm checks
7 years ago
Peter Barker
d537461934
Copter: remove redundant battery checks
...
Now taken care of by continuous prearm checks
7 years ago
Peter Barker
b3b1680e11
Copter: remove redundant fence checks
...
Now checked as part of continuous prearm
7 years ago
Peter Barker
04af1cb331
Copter: remove redundant baro checks
...
Now checked as part of continuous prearm checks
7 years ago
Peter Barker
b5c907312c
Copter: remove redundant gps checks
...
Now tested as part of continuous pre-arm checks
7 years ago
Peter Barker
d563a9dd5d
Copter: remove redundant INS checks
...
Now checked by continuous prearm checks
7 years ago
Peter Barker
d3b73f8557
Copter: correct notification of pre-arm-gps-check failure
7 years ago
Peter Barker
7961a8f5c8
Sub: rc calibration checks are called by AP_Arming
7 years ago
Peter Barker
818faa92d4
Copter: rc calibration checks are called by AP_Arming
7 years ago
Peter Barker
25a0e6378e
AP_Arming: manual transmitter checks call rc calibration checks
7 years ago
Peter Barker
9b52c9b670
Copter: prearm logging checks are called in parent class
7 years ago
Peter Barker
49dd5f4f80
Copter: prearm board voltage checks are called in parent class
7 years ago
Peter Barker
b8802ec5c2
Copter: prearm gps checks are called in parent class
7 years ago
Peter Barker
7c0869fa19
Copter: prearm ins checks are called in parent class
7 years ago
Peter Barker
cb8fa41cb1
Copter: prearm compass checks are called in parent class
7 years ago
Peter Barker
30c1a040d7
Copter: prearm baro checks are called in parent class
7 years ago
Peter Barker
c129445ff6
Copter: call common prearm checks
7 years ago
Peter Barker
901fe55d04
AP_Notify: play sad tone if prearm checks start to fail
7 years ago
Peter Barker
7b3e111f85
Copter: continuously run pre-arm checks
...
Stop "latching" the prearm checks, so if the checks start to fail
the craft becomes non-armable.
7 years ago
khancyr
76a6649a2d
AP_Autotune: remove unimplemented function
7 years ago
Randy Mackay
7e2214c2be
Rover: simplify logic for lateral-accel override during use-pivot-steering
...
It was theoretically possible that the lateral-acceleration would not be overwritten if the yaw-error-cd was exactly zero
7 years ago
khancyr
2b0645d6a1
Rover: get_throttle_out calls do not require skid-steering arg
7 years ago
khancyr
e9e1dac188
AR_AttitudeControl: remove unused skid_steering arg from get_throttle_out
7 years ago
khancyr
aa09541847
AR_AttitudeControl: const ahrs reference
7 years ago
khancyr
d226ffeeb2
AP_AttitudeControl: remove tabs
...
non-functional change
7 years ago
Daniel Widmann
bc7cf97b4e
Rover: don't use GPS speed to detect reversing
...
instead pass reverse to attitude controller based on desired speed
7 years ago
Daniel Widmann
49887235df
AR_AttitudeControl: get_steering_out methods accept reverse argument
7 years ago
Daniel Widmann
ac7e76cc43
Rover: enable pivot turns in auto mode
7 years ago
ravsrivera
f7641d7b01
Tools; Added name to Git_Success.txt
7 years ago
uavdlsu
8ba42480f7
Tools: Added Clarisse Crespo to GIT_Success.txt
7 years ago
marcsay
477a0af83c
Tools: added name to GIT_Success.txt
7 years ago
Randy Mackay
ef05281dc2
Copter: 3.5.4-rc1 release notes
7 years ago
bnsgeyer
63bafa2c7f
AP_Motors: Tradheli- fixes servo_test function for Dual Heli frame
7 years ago
Andrew Tridgell
0e71aa6f89
PX4Firmware: submodule update
...
auav 2.1 compatibility from Mark
7 years ago
Michael du Breuil
bd32b5deb7
Plane: update isFlying() landing check
...
When we are landing a sink_rate < -0.2f means the vehicle is climbing,
which should never happen during an approach for any supported landing
type (slope or deepstall), and on hard impacts with the ground its
common for the vehicle altitude to be projected to low and climb back to
the correct altitude slowly (but at a higher rate). This changes the
check to only consider sinks while on approach as acceptable.
7 years ago
proficnc
6a94d285de
AP_BoardConfig: fixed description to warn against
...
setting the wrong heater value in params
7 years ago
Peter Barker
ef00978662
Copter: add missing disarm-on-land parameter to rtl_land_run
...
Always disarm
7 years ago