Andrew Tridgell
57cef63b94
autotest: enable submodule build for binaries
10 years ago
Andrew Tridgell
28ffd9d4ed
travis: setup for git submodules
10 years ago
Andrew Tridgell
9698cae971
PX4: fixed copy of template build for PX4
10 years ago
Andrew Tridgell
4036a2e19b
px4: show warning if old PX4 subdirectories exist
10 years ago
Andrew Tridgell
01a330e3c5
PX4Firmware: update submodule
10 years ago
Andrew Tridgell
3ec1a0ca84
modules: show wiki URL on all submodule errors
10 years ago
Andrew Tridgell
0e6f6c49c6
build: fixed subdirectory for NUTTX_SRC
10 years ago
Andrew Tridgell
9440bdceaf
PX4Firmware: update submodule
10 years ago
Andrew Tridgell
f54d1bba0a
PX4Firmware: removed .gitmodules
10 years ago
Andrew Tridgell
3b886cd966
modules: show an error if config.mk specifies PX4 paths
10 years ago
Andrew Tridgell
a6d34c208d
modules: throw an error message on submodule init
10 years ago
Andrew Tridgell
cf21cc8132
build: removed check for existance of PX4 subdirs
...
this prevents modules from initialising
10 years ago
Andrew Tridgell
fc3b75710f
modules: check also for modules/.git
10 years ago
Andrew Tridgell
02aa6983a7
APM_Control: fixed FF handling in steering controller
10 years ago
Andrew Tridgell
5a6ac461d1
PX4: build using submodules
10 years ago
Andrew Tridgell
a203dd2660
modules: added check_modules in PX4 build
10 years ago
Andrew Tridgell
8f41e32767
modules: added initial submodule versions
10 years ago
Andrew Tridgell
1ad468d014
modules: added git submodules for PX4 build
10 years ago
Andrew Tridgell
6b9854457d
Plane: added PID tuning logging for ground steering
10 years ago
Andrew Tridgell
5105d510b8
APM_Control: added pid_info and FF to steering controller
...
used for realtime ground steering tuning
10 years ago
Andrew Tridgell
bc6a52f8db
Plane: fixed handling of OVERRIDE_CHAN on arming
...
When arming we need to ensure that we don't enable any channels
otherwise PX4IO will think that FMU is active and will stop running
the internal RC mixer
10 years ago
Andrew Tridgell
c44ab01be8
AP_HAL: use noreturn attribute on panic
...
should reduce coverity warnings
10 years ago
Randy Mackay
aa7a151fe5
AC_WPNav: init flags
...
Resolves Coverity warning
10 years ago
Randy Mackay
bb382a65e8
AC_Circle: init members and flags
...
Removed unused dir flag
Resolves Coverity warning
10 years ago
Randy Mackay
1bf0139162
AC_Sprayer: init flags
...
Resolves warning from Coverity
10 years ago
Randy Mackay
d2f93dd379
AC_PosControl: init flags
...
Resolves warning from Coverity
10 years ago
Randy Mackay
5f53937c6a
Tracker: init member variables
...
Resolves Coverity warnings
10 years ago
Randy Mackay
6e23d05140
Copter: add member init
...
Resolves Covarity warnings
10 years ago
Randy Mackay
a0d97f1160
Copter: acro_level_mix becomes local variable
...
Coverity uncovered this as an uninitialised member defect
10 years ago
Randy Mackay
d366c30358
AP_RangeFinder: fix potential out-of-bounds read
...
Issue found by Coverity
10 years ago
Randy Mackay
7613964ecb
Copter: fix bug in which do-parachute command could start motor test
...
bug found by Coverity
10 years ago
Randy Mackay
2849430341
AP_Motors: init flags
...
resolves coverity issue
10 years ago
Randy Mackay
ac76562638
RangeFinder: init state and drivers
...
resolves a coverity defect
10 years ago
Randy Mackay
7bbaeac55f
OpticalFlow: init _last_update_ms member
...
This resolves a defect found with coverity
10 years ago
Eugene Shamaev
ca482cf44a
StorageManager: added example sketch
10 years ago
Eugene Shamaev
c6c6e2dc13
AP_GPS: add comments to example sketch
10 years ago
Grant Morphett
f314b243ee
Rover: Make guided operate the same way as Plane/Copter.
...
This is a safety change. Lets say you have a GCS which is in
followme mode which is really GUIDED mode with continually updated
waypoints. If the user then changes mode with the RC transmitter to
HOLD or anything else then the Rover should STOP listening to the
updated guided mode waypoints. This is how Plane/Copter work.
10 years ago
Max Basescu
32994a5b1e
AP_HAL_AVR: Changed constrain_period to use RC_OUTPUT bounds instead of RC_INPUT
...
Done in order to get full range of motion for servo output
10 years ago
Max Basescu
de50217809
AP_HAL: Added RC_OUTPUT_MIN_PULSEWIDTH set to 400 and RC_OUTPUT_MAX_PULSEWIDTH set to 2100
...
For use in AP_HAL_AVR in RCOutput_APMx
10 years ago
Randy Mackay
382f5d087f
AC_PosControl: explicitly set set_alt_target_from_climb_rate params
10 years ago
Randy Mackay
ee3ba48097
Copter: set Brake speed to 250
10 years ago
Randy Mackay
6ea60aa662
AC_PosControl: remove default from set_alt_target_from_climb_rate
10 years ago
Randy Mackay
362a43c126
Copter: explicitly set alt_target_from_climb_rate parameter
10 years ago
Randy Mackay
11fee21f06
AC_PosControl: init accel_last_z_cms
10 years ago
Randy Mackay
b8e3fe8f26
Mount: AlexMos fix to stop crashing before init
10 years ago
Randy Mackay
66d2328163
Mount: Alexmos save 4 bytes of RAM
10 years ago
Randy Mackay
7a8fe5f4d4
Mount: Alexmos formatting fixes
10 years ago
Michael Oborne
7dcd24137e
Plane: add bitmask documentation
10 years ago
Randy Mackay
fbec1e63ad
autotest: fix typo in Bitmask keyword for autodocs
10 years ago
Michael Oborne
ebeb2b7ebb
Copter: add bitmask documentation
10 years ago