LinJieqiang
8a36f05c98
Clean:remove the eclipse temple files.
7 years ago
Randy Mackay
b2eeceb82d
AP_RSSI: add PH2 ADC to ANA_PIN param values
7 years ago
bnsgeyer
690e8fd3f4
AP_Motors: TradHeli - Changed RSC mode 3 to a spline fit throttle curve
7 years ago
bnsgeyer
600e0dac92
AP_Math: added support for cubic spline interpolation
7 years ago
Peter Barker
ca907a5078
AP_Notify: correct parameter documentation
...
This is causing parameter parsing to fail at the moment
7 years ago
Peter Barker
dca866c98d
Tools: make parameter generation failure clearer
7 years ago
Peter Barker
f8d5fe96d8
Copter: allow DataFlash to handle log sending
7 years ago
Peter Barker
4b12fab5f5
Sub: allow DataFlash to handle log sending
7 years ago
Peter Barker
8a75a804e7
Plane: allow DataFlash to handle log sending
7 years ago
Peter Barker
5f4838f3f2
Tracker: allow DataFlash to handle log sending
7 years ago
Peter Barker
57ed822db0
Rover: allow DataFlash to handle log sending
7 years ago
Peter Barker
96d7eb6bed
DataFlash: handle log sending as part of periodic function
7 years ago
Luis Vale Gonçalves
3b3341f23d
ReadMe: Updated TradHeli Maintainers
...
Updated TradHeli Maintainers
7 years ago
Andrew Tridgell
c311599e0a
HAL_ChibiOS: make DEFAULT_PARAMETERS relative to source root
7 years ago
Andrew Tridgell
98ab1c13db
Tools: fixed call to apj_tool in skyviper build
7 years ago
ChristopherOlson
c39a802655
SRV_Channel:Servo Library - set allowable min value to 500 pwm uS
...
Mostly for helicopter and airplane that may be using 760uS centered servos
7 years ago
kozinalexey
5df2b1a3ac
chibios hal config for F4BY
7 years ago
Peter Barker
cafa5382e9
Tools: Revert "Tools: autotest: use custom gcc for ChibiOS builds"
...
This reverts commit 78a3e1d07a
.
Apparently we can release with the existing compilers, it builds and
flies just fine
7 years ago
Andrew Tridgell
97565ef97f
Tools: added F412 bootloader
7 years ago
Bruno Camba
7b50517232
Copter: Moved commands_logic to mode_auto
...
Moved methods from commands_logic.cpp to
the mode_auto.cpp. Method order is
the same as declared in mode.h
7 years ago
Dr.-Ing. Amilcar do Carmo Lucas
580143d404
Copter: Add whitespaces to increase readability and consistency (NFC)
7 years ago
Dr.-Ing. Amilcar do Carmo Lucas
58480435bb
Copter: Add missing parameter units (NFC)
7 years ago
Peter Barker
fcc414c9d6
mk: include AP_VisualOdom in all vehicle builds
7 years ago
Peter Barker
6dfdb19711
Tools: include VisualOdom in common vehicle libraries
7 years ago
Peter Barker
3c58eca0ab
Rover: move handling of visual odometry messages up
7 years ago
Peter Barker
ed5140307a
GCS_MAVLink: move handling of visual odometry messages up
7 years ago
Peter Barker
41960704b0
Copter: move handling of visual odometry messages up
7 years ago
Dr.-Ing. Amilcar do Carmo Lucas
4f0cf6d334
Copter: Parameter ACRO_THR_MID is only used in ACRO flight mode
7 years ago
Karthik Desai
9de1813ae6
Autotest: Fix a race condition on the regression tests on Windows
7 years ago
Peter Barker
78a3e1d07a
Tools: autotest: use custom gcc for ChibiOS builds
7 years ago
Peter Barker
a396a0d0fd
Tools: build_binaries.py: copy more build products into output binaries directory
7 years ago
Peter Barker
53f4282458
Tools: include skyviper-v2450 in binaries produced
7 years ago
Peter Barker
2efd9341cd
AP_HAL_ChibiOS: copy the common linker script to outdir, use it from there
...
The directory we write the linker script to might not have the correct relative path to reference this common.ld script. So make it reference common.ld in the current directory and copy common.ld to the output directory
7 years ago
Peter Barker
44a063e818
Tools: ardupilotwaf: chibios: change directory before running make_abin.sh
...
Any waf build which is done outside of the git checkout will fail to create the abin without this, as it attempts to invoke git.
An example of this is the autotest system
7 years ago
Peter Barker
edd0f74ec0
Tools: ardupilotwaf: chibios: hand apj tool an absolute path to parameters
...
Any waf build specifying an --out which is not at the same level as the default "build" will fail without this
7 years ago
Andrew Tridgell
e02f753b01
AP_Notify: removed unused code
7 years ago
night-ghost
64c2e691f8
full system status on 2 LEDs + buzzer pin as parameter
7 years ago
Peter Barker
0a08bba437
GCS_MAVLink: eliminate AP_HAL::Print and AP_HAL::Stream
7 years ago
Peter Barker
6c7c916c78
AP_HAL: eliminate AP_HAL::Print and AP_HAL::Stream
...
Just *way* too many layers involved here
7 years ago
night-ghost
b54ac274f5
HAL_F4Light: added Revolution_SD board to rebuild script
7 years ago
night-ghost
d3bd5a5fb8
HAL_F4Light: Revolution_SD now works! Pinout in board's 1_read_me.md
...
also increased reliability of work with SD card on another boards
7 years ago
night-ghost
de9932f6e0
HAL_F4Light: latest fixes
7 years ago
night-ghost
b9dd569edd
HAL_F4Light: added support for DataFlash chips large than 128MBit
7 years ago
night-ghost
04dedd77d7
HAL_F4light: fixed 'instant reboot' modes
7 years ago
night-ghost
a3ebb5c069
HAL_F4Light: added support scripts for binaries with bootloader, fixed non-BL versions
7 years ago
night-ghost
a5934c721e
Bootloader: bl revo405_bl fixed reboot to DFU mode, also added "instant" reboot without delay
7 years ago
Lucas De Marchi
cf3a9cddc8
AP_HAL_Linux: fix build error with flexible array
...
Apparently this code came in part from libuavcan that defines this
struct Control. They also had the same issue detailed on
https://github.com/UAVCAN/libuavcan/issues/116 .
The solution here is much simpler though: stick to the design of cmsg()
even if it's C. As per cmsg(3), use a union together with CMSG_SPACE().
7 years ago
Randy Mackay
96ae9cef14
Rover: send correct mav-type for boats
7 years ago
Peter Barker
d5c57d949b
AP_Scheduler: eliminate goto update_spare_ticks
7 years ago
Peter Barker
badfde6f18
AP_Scheduler: use continue instead of nested-if (NFC)
7 years ago