Lucas De Marchi
|
79b004cf6a
|
AP_HAL_Linux: add prototype for handling SoloLink
This allows to use a Solo controller to control Linux-based flight
controllers. The protocol has been derived by analyzing a tcpdump
trace: some fields are ignored. Example trace of RC data (obtained
with `tshark -T fields -e data -n -c 5 -r rc.pcap`
unkonwn seq ch1 ch2 ch3 ... ch8
5fa8 f441 3414 0500 73d7 dc05 dc05 dc05 db05 e803 e803 e803 f401
73f6 f441 3414 0500 74d7 dc05 dc05 dc05 db05 e803 e803 e803 f401
dc44 f541 3414 0500 75d7 dc05 dc05 dc05 db05 e803 e803 e803 f401
bc92 f541 3414 0500 76d7 dc05 dc05 dc05 db05 e803 e803 e803 f401
dfe0 f541 3414 0500 77d7 dc05 dc05 dc05 db05 e803 e803 e803 f401
|
8 years ago |
Peter Barker
|
8c8fe4b1bb
|
Sub: move serial_control case to base class
|
8 years ago |
Peter Barker
|
9732b19f04
|
Plane: move serial_control case to base class
|
8 years ago |
Peter Barker
|
19e409f7f4
|
Copter: move serial_control case to base class
|
8 years ago |
Peter Barker
|
cdb6c083a3
|
Tracker: move serial_control case to base class
|
8 years ago |
Peter Barker
|
ee39ec3751
|
Rover: move serial_control case to base class
|
8 years ago |
Peter Barker
|
154b212545
|
GCS_MAVLink: move serial_control case to base class
|
8 years ago |
Peter Barker
|
c7c9cb9b0f
|
Sub: move play_tune and led_control handling to base class
|
8 years ago |
Peter Barker
|
4321abd477
|
Plane: move play_tune and led_control handling to base class
|
8 years ago |
Peter Barker
|
6db348bab3
|
Copter: move play_tune and led_control handling to base class
|
8 years ago |
Peter Barker
|
92becb2875
|
Rover: move play_tune and led_control handling to base class
|
8 years ago |
Peter Barker
|
b17c0482fb
|
GCS_MAVLink: move play_tune and led_control handling to base class
|
8 years ago |
Peter Barker
|
23d91c93c8
|
AP_HAL_Linux: correct compilation warning
../../../libraries/AP_HAL_Linux/RCInput_RPI.cpp:129:35: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
::read(file, &pageInfo, 8);
|
8 years ago |
Randy Mackay
|
222dd0c9be
|
AC_WPNav: correct comments
all position vectors are offsets from the ekf origin (not from the ahrs home)
|
8 years ago |
Randy Mackay
|
bbb1329116
|
Rover: remove unused definitions
|
8 years ago |
khancyr
|
e116ec4eb0
|
Rover: update SITL parameters
|
8 years ago |
khancyr
|
2ceb29e9da
|
Rover: use abs for int within calc_speed_nudge
same issue resoled for log-write-nav-tuning
|
8 years ago |
khancyr
|
ed19db7188
|
Rover: set_mode arg name to match implementation
definition and implementation used different argument name
|
8 years ago |
khancyr
|
a035950a22
|
Rover: minor format fix
|
8 years ago |
khancyr
|
58b643c458
|
Rover: replace divide with multiply in calc_throttle
non functional change
|
8 years ago |
Randy Mackay
|
6eceaef484
|
Rover: remove redundant SYS_NUM_RESETS
this is handled by AP_Stats library
|
8 years ago |
Randy Mackay
|
e2d4182c75
|
Rover: fix parameter conversion
|
8 years ago |
Randy Mackay
|
c9927e6af6
|
Rover: bug fix to steering mode top speed
Also non-functional change to calc_throttle to make call to calc_speed_nudge consistent
|
8 years ago |
Randy Mackay
|
7df73c50e8
|
SITL: remove unnecessary THR_MAX parameter default
|
8 years ago |
Randy Mackay
|
167a856cdb
|
Rover: remove THR_MIN, THR_MAX parameters from vehicle
enforcing these limits is now handled by AP_MotorsUGV class
|
8 years ago |
Randy Mackay
|
c0fe1b7ec8
|
AP_MotorsUGV: minor comment fix
|
8 years ago |
Randy Mackay
|
c8eceeabb6
|
AP_MotorsUGV: add THR_MIN, THR_MAX parameters
|
8 years ago |
Randy Mackay
|
c61f965828
|
AP_MotorsUGV: re-order implementation to match declaration
non-functional change
|
8 years ago |
Lucas De Marchi
|
47968cda09
|
scripts: don't set PKG_CONFIG_PATH globally
It was done only for Bebop, but we build it statically so it has
actually no effect.
|
8 years ago |
Lucas De Marchi
|
8a9a08ed9b
|
build: generalize link fix
|
8 years ago |
Miguel Arroyo
|
a2f327678b
|
waf: Fix for lttng linking
|
8 years ago |
Jacob Walser
|
8121091fb6
|
Sub: Don't configure RC params in SITL
|
8 years ago |
Jacob Walser
|
589416451f
|
Sub: Don't check min/max configured for RC prearm check
|
8 years ago |
Jacob Walser
|
b8e7d23cc4
|
AP_Arming: Add bool check_min_max parameter for Copter/Sub RC checks
|
8 years ago |
Peter Barker
|
5a9af5bc28
|
Sub: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
947bae2f86
|
Tracker: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
8eeae45300
|
Plane: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
aa06fc499c
|
Copter: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
f3a0d2b02b
|
Rover: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
2a07a077d9
|
GCS_MAVLink: use GCS_MAVLINK subclasses to handle set_mode
|
8 years ago |
Peter Barker
|
48c4e48225
|
AP_HAL_PX4: send statustext for RC input decoding type
|
8 years ago |
Grant Morphett
|
2463bfd2ec
|
Rover: fix SITL Make build on Windows
PE linker can't remove unused methods so we add the necessary libraries
|
8 years ago |
Francisco Ferreira
|
d41dd7e7e7
|
waf: add workaround for PE linker not removing unused methods
|
8 years ago |
Mateusz Sadowski
|
eb56a010b3
|
AP_RangeFinder: TeraRangerI2C: use address from parameter instead of hardcoded
|
8 years ago |
Mateusz Sadowski
|
0993300506
|
AP_Rangefinder: rename trone to TeraRangerI2C
|
8 years ago |
Peter Barker
|
b6076bcb77
|
GCS_MAVLink: adapt to new rangefinder method name
|
8 years ago |
Peter Barker
|
30c4ea8123
|
AP_RangeFinder: stop storing sensor type as a variable
And change method name
|
8 years ago |
Peter Barker
|
c79cbd71af
|
GCS_MAVLink: use rangefinder backend accessors
|
8 years ago |
Peter Barker
|
f1d350bbb1
|
DataFlash: use rangefinder backend accessors
|
8 years ago |
Peter Barker
|
63440800fc
|
AP_NavEKF3: use rangefinder backend accessors
|
8 years ago |