Randy Mackay
9f876dc7a0
AR_AttitudeControl: throttle and steering control library
...
Throttle controller has these advantages over existing controller:
based on velocity in vehicle's forward-back axis rather than ground-speed
straight-forward PID controller using speed error as input
speed control acceleration limts
stop control slows vehicle smoothly
configurable filtering
Steer controller has these advantages over existing controller:
output scaled properly for skid-steering vehicles
layered P and PID controller for angular error and rate control
configurable filtering
8 years ago
Randy Mackay
a5783939ef
AP_MotorsUGV: add limit flags
...
These flags become true when the steering servo or motors hit their
limits. used to stop I-term build-up in higher level controllers.
8 years ago
Peter Barker
d8e260874d
Tools: copyit must always be given fourth, src, parameter
8 years ago
Peter Barker
953eefa024
Tools: include Sub in the list of known vehicles for PrintVersion
8 years ago
Peter Barker
7173025b43
AP_Arming: warn about uncalibrated throttle but do not fail check
...
We can tighten this check up later, and will allow us to use
this common function for Plane and Rover in the future
8 years ago
Peter Barker
a2af13c17e
Tools: calibrate SITL sub RC in autotest's sub parameters
8 years ago
Peter Barker
a87328816a
Sub: use common RC checking code from AP_Arming
8 years ago
Peter Barker
0a2177de58
Copter: move Copter RC checking code into library
8 years ago
Peter Barker
b2459c67d5
AP_Arming: move Copter RC checking code into library
8 years ago
Randy Mackay
14f6d3e03e
Copter: 3.5.2 release notes
8 years ago
Daniel Orbach
3c66663880
Tools: autotest.py: Squashed the code for default.* steps in run_step().
8 years ago
Daniel Orbach
91e25bb937
Tools: autotest.py: Made use of shutil.copy2() where appropiate.
8 years ago
Daniel Orbach
befd8b028b
Tools: autotest.py: Moved all imports to top of file.
8 years ago
Daniel Orbach
e951df7d50
Tools: autotest.py: Simplified binary_path through lookup table
8 years ago
Daniel Orbach
29ab76e714
Tools: autotest.py: Slightly cleaned up run_tests.
8 years ago
Daniel Orbach
04791139c0
Tools: autotest.py: Separated function definitions and script code.
8 years ago
Peter Barker
e3599ab4f9
AP_Param: remove CLI
8 years ago
Peter Barker
90948bef05
Tracker: remove CLI
8 years ago
Peter Barker
233d49797e
Sub: remove CLI
8 years ago
Peter Barker
1a665280e9
Plane: remove CLI
8 years ago
Peter Barker
c6b9c84d1f
Copter: remove CLI
8 years ago
Peter Barker
fa2b500e93
Rover: remove CLI
8 years ago
Peter Barker
bff31e8b42
GCS_MAVLink: remove CLI
8 years ago
Andrew Tridgell
1a25087dd5
AC_AttitudeControl: fixed PIRO_COMP index
...
this is a new conflict due to stricter checking in AP_Param
8 years ago
Randy Mackay
59a1f260d1
Rover: remove unused compat.h
8 years ago
Randy Mackay
b895da64e1
Rover: minor comment fix to parameters list
8 years ago
Randy Mackay
e79e92a789
Rover: remove unused SPEED_TURN_DIST parameter
8 years ago
Randy Mackay
28d74722bd
AP_MotorsUGV: minor formatting fix
8 years ago
Randy Mackay
bff74115bc
Rover: remove unused distance_past_wp
8 years ago
Randy Mackay
a00c7e0acb
Rover: mode calc_reduced_speed_for_turn gets some const for local variables
8 years ago
Randy Mackay
66bb3e8ee0
Rover: minor formatting fix to parameters.cpp
8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas
eae76c69ce
Docs: Update coverty scan link
8 years ago
Michael du Breuil
58e784024f
AP_HAL_SITL: Add support for blocked pitot tube simulations
8 years ago
Michael du Breuil
4dbe282121
SITL: Add airspeed failure parameters
8 years ago
priseborough
2310cb6d19
AP_NavEKF3: Enable external control over use of GPS vertical velocity
8 years ago
priseborough
f2f3067326
AP_NavEKF2: Add interface to control GPS vertical velocity use
8 years ago
Mark Whitehorn
3642ecd9ef
AP_COMPASS: fix errors in addition of alternate LIS3MDL I2C address
...
testing shows ROTATION_YAW_90 is correct for mRo Neo M8N GPS/compass
8 years ago
Mark Whitehorn
a6e9baa8f6
AP_Compass: probe for LIS3MDL in mRo Neo-M8N GPS module
8 years ago
Andrew Tridgell
4c6922e413
Tools: fixed ardusub build
...
and manifest generation without PX4IO
8 years ago
Peter Barker
1c2e1eeaf8
Tools: provide dummy function to avoid linking the AP_Camera
8 years ago
Peter Barker
f78d50215c
Tracker: add new dummy function to avoid linking the AP_Camera
8 years ago
Peter Barker
1fc82442a0
GCS_MAVLink: remove dummy functions; examples are linked with all libs
8 years ago
Peter Barker
b15d72ddce
Sub: send gps messages as separate queued messages
8 years ago
Peter Barker
d33cd801a1
Plane: send gps messages as separate queued messages
8 years ago
Peter Barker
55af774e98
Copter: send gps messages as separate queued messages
8 years ago
Peter Barker
f27eeeff56
Tracker: send gps messages as separate queued messages
8 years ago
Peter Barker
edab526b01
Rover: send gps messages as separate queued messages
8 years ago
Peter Barker
7aaabea4ea
GCS_MAVLink: send gps messages as separate queued messages
8 years ago
Peter Barker
b14d99dc2c
Sub: move sending of gps_raw up
8 years ago
Peter Barker
c3e86840b2
Plane: move sending of gps_raw up
8 years ago