Peter Barker
1ba0901e51
Sub: minimal support for inheritting from RC_Channel
2018-08-01 12:11:30 +09:00
Michael du Breuil
5a0a8a6705
Sub: Remove software type param
2018-06-05 09:14:12 +10:00
Peter Barker
0a0e11ba21
Sub: correct compilation when features disabled
...
Gripper
Mount
2018-05-10 17:55:13 +09:00
Randy Mackay
defdeaed95
Sub: integrate AC_Loiter
2018-04-04 10:45:10 +09:00
Michael du Breuil
6ebe954d51
Sub: Support new battery failsafes
2018-03-27 22:12:21 +01:00
Dr.-Ing. Amilcar Do Carmo Lucas
f63388cb07
Sub: Obey RANGEFINDER_ENABLED and AC_TERRAIN build macros
2018-03-15 15:03:22 +00:00
Randy Mackay
6a701b2412
Sub: move pos-control pids to pos-control library
2018-01-23 12:00:43 +09:00
Randy Mackay
cef50d8a30
Sub: velocity pi moved to position control library
2018-01-23 12:00:43 +09:00
ChrisBird
0fb679b2b2
Sub: Separate max ascent and descent speeds
...
This is to match a change made to Copter.
It might be relevant to sub in that users may wish to have asymmetrical descent and ascent rates.
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).
Modes impacted:
ALT_HOLD
CIRCLE
POSHOLD
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.
The above behavior is less of a concern for Sub but to keep it consistent its been implemented it the same way.
2017-12-28 15:16:08 -05:00
Jacob Walser
1998cf93d2
Sub: JS_LIGHTS_STEP -> JS_LIGHTS_STEPS
2017-10-26 15:45:57 -04:00
Jacob Walser
15658f1526
Sub: rework camera tilt input and slew limiting
2017-10-26 10:44:23 -04:00
Eugene Shamaev
7314b515c0
ArduSub: move of CAN parameters into separate group
2017-07-03 11:44:32 +01:00
Jacob Walser
785f774887
Sub: Rework pilot input failsafe, add enable and timeout params
2017-04-16 14:25:13 -04:00
Jacob Walser
d629d4ba9e
Sub: Change mode button function implementation
2017-04-05 13:29:06 -04:00
Jacob Walser
69c9dbc286
Sub: Remove deprecated/unused CLI and AP_Menu
2017-04-05 13:29:06 -04:00
Jacob Walser
0e180f88ad
Sub: Remove unused parameter enum values
2017-04-05 13:29:06 -04:00
Jacob Walser
fab139ecce
Sub: Remove unused WP_NAVALT_MIN parameter
2017-04-05 13:29:06 -04:00
Jacob Walser
1a68fce2d0
Sub: Remove auto_disarm_check
...
There isn't a good set of conditions to determine if we should
automatically disarm
2017-03-24 16:31:09 -04:00
Jacob Walser
0b080c78d8
Sub: Remove unused gps_hdop_good parameter
2017-03-23 14:16:41 -04:00
Jacob Walser
3934281b43
Sub: Remove esc calibration
2017-03-23 11:59:30 -04:00
Jacob Walser
15a117dfb4
Sub: Remove ch6 tuning
2017-03-23 01:36:17 -04:00
Jacob Walser
fae6c084ac
Sub: Add camera slew rate parameter
2017-03-22 15:53:38 -04:00
Jacob Walser
7c552d3545
Sub: Remove unsused aux switch code
2017-03-10 15:46:30 +11:00
Jacob Walser
ca38a344f8
Sub: Remove unsupported autotune
2017-03-07 09:35:41 +11:00
Jacob Walser
d21cd513cd
Sub: Add AP_Arming_Sub class
2017-03-01 10:57:27 -05:00
Jacob Walser
840521ac8c
Sub: Remove transect mode
...
This experimental mode is no longer relevant
2017-02-21 11:26:14 +11:00
Jacob Walser
4112fd1316
Sub: Remove mode header
2017-02-21 11:26:14 +11:00
Jacob Walser
5233b25910
Sub: Format all C++ with Tools/CodeStyle/astylerc
2017-02-21 11:26:14 +11:00
Jacob Walser
029cf3b388
Sub: Update to library changes
2017-02-21 11:26:14 +11:00
Jacob Walser
6b3610ea70
Sub: Set frame configuration with parameter instead of make target
...
Now only one firmware is required for ArduSub
2017-02-21 11:26:14 +11:00
Jacob Walser
10ff379938
Sub: Change software type to 40 to identify as Sub instead of copter
2017-02-21 11:26:14 +11:00
Jacob Walser
9ec79ab654
Sub: Remove RC radio failsafe
2017-02-21 11:26:14 +11:00
Jacob Walser
23122f4b90
Sub: Add camera tilt servo center parameter
2017-02-21 11:26:14 +11:00
Jacob Walser
5bd2af6b77
Sub: Add throttle channel gain scalar parameter
2017-02-21 11:26:14 +11:00
Jacob Walser
45de3b1163
Sub: Disable Avoidance and Proximity by default
2017-02-21 11:26:14 +11:00
Jacob Walser
d11b07bd4f
Sub: Remove PILOT_THR_BEHAVIOR parameter and disable auto_disarm_check()
2017-02-21 11:26:14 +11:00
Jacob Walser
d83898db8c
Sub: Change EEPROM format version to 1
...
This will cause eeprom to be wiped, and defaults loaded when flashing
firmware from earlier versions.
2017-02-21 11:26:14 +11:00
Jacob Walser
538e3f9c8f
Sub: Reorganize parameters
...
Parameter enum indices reordered
Also removed unused input_manager
2017-02-21 11:26:14 +11:00
Jacob Walser
0d575681de
Sub: Remove RTL
2017-02-21 11:26:14 +11:00
Jacob Walser
3010114adb
Sub: Disable CH6 Tuning
2017-02-21 11:26:14 +11:00
Jacob Walser
69d89c5871
Sub: Remove LAND parameters
2017-02-21 11:26:14 +11:00
Jacob Walser
19afd7a3dd
Sub: Remove simple mode parameters, and disable simple modes
2017-02-21 11:26:14 +11:00
Jacob Walser
9aa05e1195
Sub: Remove (unused) PHLD parameters
2017-02-21 11:26:14 +11:00
Jacob Walser
f10f1a0bae
Sub: Remove throw mode
2017-02-21 11:26:14 +11:00
Jacob Walser
cfaf08ad31
Sub: Remove frame_orientation parameter
2017-02-21 11:26:14 +11:00
Jacob Walser
eeadfa0d92
Sub: Disable TRANSECT parameters
2017-02-21 11:26:14 +11:00
Jacob Walser
57013583ac
Sub: Remove TELEM_DELAY parameter
2017-02-21 11:26:14 +11:00
Jacob Walser
4cb9ee947b
Sub: Disable autotune parameters
2017-02-21 11:26:14 +11:00
Jacob Walser
9c5b304626
Sub: Remove RSSI
2017-02-21 11:26:14 +11:00
Jacob Walser
7e1c63aba3
Sub: Remove sprayer
2017-02-21 11:26:14 +11:00