bugobliterator
3569435531
AP_UAVCAN: ensure that we publish allocation messages in STD CAN format
3 years ago
bugobliterator
47e710c21a
waf: enable tao option for sitl_periph_gps
3 years ago
bugobliterator
1f6c380f69
AP_Bootloader: add value for extra argument in encode methods
3 years ago
bugobliterator
e996392671
GCS_MAVLink: disable CANTester by default
3 years ago
bugobliterator
c0188fbf0e
AP_CANManager: disable CANTester by default
3 years ago
bugobliterator
47dd964e63
AP_HAL_ChibiOS: add init method to take in separate canfd bitrate
3 years ago
bugobliterator
cb1bc4e613
AP_CANManager: add support for enabling CANFD
3 years ago
bugobliterator
1f43c79bfd
AP_HAL: add support for taking in canfd bitrate in caniface
3 years ago
bugobliterator
79f55e7aad
waf: enable option for setting TAO state
3 years ago
Siddharth Purohit
8a8de73d89
AP_Periph: add support for CANFD trx
3 years ago
Siddharth Purohit
72090d10da
AP_HAL_ChibiOS: add hwdef config to enable CANFD support
3 years ago
Siddharth Purohit
5bc65bb54e
AP_HAL: set CANFrame max data length based on CANFD availability
3 years ago
Siddharth Purohit
563e69e64c
AP_CANManager: add support for trx CANFD frames over SLCAN
3 years ago
Siddharth Purohit
5e54871d82
ardupilotwaf: set flags for CANFD support as applicable
3 years ago
Siddharth Purohit
ef1bdc2e5f
AP_UAVCAN: add support for optionally publishing CANFD frames
3 years ago
Siddharth Purohit
8aa047d876
AP_HAL_ChibiOS: add support for CANFD for H7 and G4
3 years ago
Siddharth Purohit
e9f426f8fd
AP_HAL: update CANFrame to include CANFD details
3 years ago
Siddharth Purohit
153834465b
AP_HAL: add HAL_CANFD_SUPPORTED define
3 years ago
Siddharth Purohit
287151a858
AP_CANManager: add support for CANFD tests
3 years ago
bugobliterator
068208e4d7
AP_Periph: add debug option for hold in bootloader after 15s
3 years ago
Peter Barker
e94f28c81d
Tools: build_options.py: make and assert it flake8-clean
3 years ago
Peter Barker
bac20bd876
autotest: board_list.py: correct autobuild target name for Tracker
...
We're using the shortened name throughout
3 years ago
Peter Barker
ee138e6b3c
Tools: remove Solo Cubes and skyvipers from blacklist
3 years ago
Peter Barker
9eb5c93c55
Tools: board_list.py: build Sub binaries
3 years ago
Peter Barker
a2057b752d
Tools: build_options.py: fix syntax error
3 years ago
Andrew Tridgell
0ca48fa9da
Plane: added release notes for 4.2.0beta2
3 years ago
Andrew Tridgell
55c46cd868
Plane: protect against short stop_distance
3 years ago
MallikarjunSE
c690efb033
Tools: Rename board
3 years ago
MallikarjunSE
228796d55b
AP_HAL_ChibiOS: Add Sierra-F9P support
3 years ago
Andrew Tridgell
cdd63a239e
AP_Scripting: fixed radius selection for ship landing
3 years ago
Andrew Tridgell
5e14b9efe6
Plane: use pos control for most of LAND_FINAL
...
this gives more accurate landing with some velocity drift
3 years ago
Andrew Tridgell
3f0110e924
AP_Scripting: fixed beacon lost in ship landing
3 years ago
Andrew Tridgell
ba57e0a9d8
AP_Scripting: review fixes
3 years ago
Andrew Tridgell
cc9b9813cb
Plane: review fixes
...
thanks Pete!
3 years ago
Andrew Tridgell
c658f170cb
SITL: fixed ship offset velocity correction
3 years ago
Andrew Tridgell
8973519232
AP_Common: improved accuracy of get_bearing()
...
make base function ftype, then convert to int32_t for get_bearing_to()
3 years ago
Andrew Tridgell
3d9086b460
AP_Scripting: update lua docs
3 years ago
Andrew Tridgell
f09c715d7a
Plane: wait till motors are fully up before takeoff in guided mode
...
this allows for guided mode takeoff in tilt-rotors. Otherwise motors
till be pointing forward and takeoff will go very badly
3 years ago
Andrew Tridgell
3659669409
Plane: cope with high angle error in airbrake state
...
if we are flying too far off the target vector then exit airbrake
state. This prevents flying for a long distance away from the landing
point in airbrake mode
3 years ago
Andrew Tridgell
f9ecf15973
Plane: setup target accel in POSITION1 state
3 years ago
Andrew Tridgell
2864e21b31
Plane: allow for a trans decel margin
...
so if we are behind the velocity curve we are less likely to overshoot
landing
3 years ago
Andrew Tridgell
b9d96ad148
Tools: update runplanetest.py
...
added prearm check and cope with python3
3 years ago
Andrew Tridgell
3dca7f08b7
AP_Scripting: plane ship landing script
3 years ago
Andrew Tridgell
5c94be1d72
AP_Scripting: added rotate_xy for Vector3f
3 years ago
Andrew Tridgell
197ccda408
AP_Scripting: added follow API
3 years ago
Andrew Tridgell
711ecb45ab
AP_Vehicle: added update_target_location()
3 years ago
Andrew Tridgell
18782c4990
SITL: added ship offset and ATTITUDE
3 years ago
Andrew Tridgell
33bc067edf
Plane: fix NAV_CONTROLLER_OUTPUT in Q modes
...
Q modes don't always use wp_nav, but do use pos_control
AUTO and QRTL setup the plane navigation as well, so can use the L1
data
3 years ago
Andrew Tridgell
3fe9a55269
Plane: added APIs for lua ship landing
3 years ago
Andrew Tridgell
c54fb0f51b
Plane: link in AP_Follow
...
ready for ship landing
3 years ago