ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
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
.github github: Add Sub vehicle to issues template 2017-08-17 14:17:21 -07:00
AntennaTracker Tracker: AP_AHRS no longer requires GPS in constructor 2017-12-27 00:58:02 +00:00
APMrover2 Rover: correct gps-is-healthy mode change check 2017-12-28 15:35:19 +00:00
ArduCopter Copter: remove argument to check() 2017-12-28 15:38:37 +00:00
ArduPlane Plane: AP_AHRS no longer requires GPS in constructor 2017-12-27 00:58:02 +00:00
ArduSub Sub: Separate max ascent and descent speeds 2017-12-28 15:16:08 -05:00
benchmarks waf: add gbenchmark Waf tool 2015-12-03 07:54:31 +11:00
docs docs: Fix typos 2016-05-13 19:20:07 -03:00
libraries AP_JSButton: Add servo toggle button function 2017-12-28 14:14:47 -05:00
mk mk: link AP_SbusOut 2017-11-30 10:20:04 +11:00
modules PX4Firmware: submodule update 2017-11-08 12:03:38 +11:00
tests tests: add macro for printing test parameter 2016-05-16 19:08:35 -03:00
Tools ardupilotwaf: add new board PocketPilot 2017-12-27 16:01:55 +00:00
.dir-locals.el emacs: add a .dir-locals.el 2016-10-24 09:41:31 -02:00
.editorconfig all: Change the editorconfig so that it won't want to reformat 2014-07-09 19:03:18 -07:00
.gitattributes Revert ".gitattributes: automatically clean up newlines in source files" 2015-04-20 11:04:59 +09:00
.gitignore ardupilot: update .gitignore 2017-11-22 10:10:21 -08:00
.gitmodules git: changed URLs for modules 2016-03-25 20:46:30 +11:00
.pydevproject AP_Relay: add -1:Disabled to list of param values 2014-05-15 17:13:37 +09:00
.travis.yml Travis: use a sourceline to specify a PPA for CMake 2017-12-14 19:33:00 +09:00
BUILD.md build: clarify --upload once again for Linux boards 2017-07-25 14:33:12 -07:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
Doxyfile.in cfg: Fix typos 2016-05-13 19:20:07 -03:00
eclipse.cproject Eclipse: template project files 2015-07-28 16:11:45 +09:00
eclipse.project Eclipse: template project files 2015-07-28 16:11:45 +09:00
Makefile Sub: add to the main makefile 2017-07-18 19:18:28 +01:00
Makefile.waf waf: Makefile.waf: use check-all command instead of --alltests 2016-02-01 14:08:39 -02:00
README.md README: add Mirko Denecke as PocketPilot maintainer 2017-12-27 16:01:55 +00:00
reformat.sh reformat: remove mention to .pde files 2016-05-07 22:55:48 -03:00
uncrustify_cpp.cfg cfg: Fix typos 2016-05-13 19:20:07 -03:00
uncrustify_headers.cfg cfg: Fix typos 2016-05-13 19:20:07 -03:00
Vagrantfile Tools: move Vagrant to zesty32 2017-08-26 23:02:22 +10:00
waf waf: let wrapper exit with error 2016-09-29 10:21:36 -03:00
wscript waf: added --disable-header-checks 2017-08-08 00:42:19 -07:00

ArduPilot Project

Gitter

Build SemaphoreCI

Build Travis

Coverity Scan Build Status

The ArduPilot project is made up of:

User Support & Discussion Forums

Developer Information

Contributors

How To Get Involved

License

The ArduPilot project is licensed under the GNU General Public License, version 3.

Maintainers

Ardupilot is comprised of several parts, vehicles and boards. The list below contains the people that regularly contribute to the project and are responsible for reviewing patches on their specific area. See CONTRIBUTING.md for more information.