Staroselskii Georgii
2b77bc02bf
build: add navio 2 target to build server
9 years ago
Staroselskii Georgii
1605e34f7d
Tools: added Navio 2 build to CI
...
This way Navio 2 will be built on Travis.
9 years ago
Tom Pittenger
1a9c574317
Readme: removed duplicate board
9 years ago
Peter Barker
53940e11c4
sim_vehicle.sh: tracker needs to be armed
9 years ago
Peter Barker
f4d8ddaf48
sim_vehicle.sh: remove unused variable sets
9 years ago
Peter Barker
47436b9680
sim_vehicle.sh: remove unused SIMIN variable
9 years ago
Peter Barker
4ee1e3d804
sim_vehicle.sh: remove useless variable set
...
Also correct initialisation of a variable
9 years ago
Peter Barker
47e037cada
sim_vehicle.sh: set options properly for heli-dual and heli-compound
9 years ago
Niti Rohilla
409a7e1c97
APMRover : Updated handle_guided_request() to report error.
9 years ago
Niti Rohilla
a03941ba02
ArduPlane : Updated handle_guided_request() to report error.
9 years ago
Niti Rohilla
867360c350
ArduCopter : Updated handle_guided_request() to report error.
9 years ago
Niti Rohilla
052fc6b85e
AntennaTracker : Updated handle_guided_request() to report error.
9 years ago
Niti Rohilla
8fcf5cf0c1
Changed the prototype of handle_guided_request() to report error
...
while setting guided points.
9 years ago
Lucas De Marchi
6839ee4f37
AP_OpticalFlow: remove trailing whitespaces
9 years ago
Lucas De Marchi
5a52533084
AP_OpticalFlow: move bus definition to AP_HAL header
9 years ago
Ricardo de Almeida Gonzaga
46fb57fcf1
AP_OpticalFlow: use I2CDevice interface
9 years ago
mirkix
106f26d204
Linux_HAL_Essentials: Add missing make command in README.md for aiopru
9 years ago
Michael du Breuil
731c68f273
Plane: Change mode to RTL on end of mission rather then staying in auto
...
Deleted commands_process as it had 2 lines of useful code left, and was cleaner to move the remaining two lines into the caller case
9 years ago
Peter Barker
a9940a8ca5
sim_vehicle.py: create from sim_vehicle.sh
9 years ago
Andrew Tridgell
ab5ca53e2f
Plane: lower default VTOL ANGLE_MAX to 30 degrees
...
we don't really want a quadplane at 45 degrees or the wing drag gets
far too high
9 years ago
Andrew Tridgell
19a1edcd2b
Plane: lower default velocity controller gains for quadplanes
...
we're getting too many XY velocity controller oscillations. Better to
start with smaller gains
9 years ago
Andrew Tridgell
68e17af070
SITL: allow for changing FlightAxis controller IP
9 years ago
Andrew Tridgell
6f4d66f346
Plane: support building quadplane with forced motors class
9 years ago
Andrew Tridgell
e3f5d4552e
autotest: added params for quadplane tricopter
9 years ago
Andrew Tridgell
9c0d984a4e
Plane: support forced motor class in quadplane
9 years ago
Andrew Tridgell
e428d1e72d
SITL: support tricopter quadplanes
9 years ago
Andrew Tridgell
ff96085bd3
AP_Motors: allow arbitrary motor mapping with tricopters
9 years ago
Andrew Tridgell
4908350ccb
AC_WPNav: limit WPNAV_ACCEL to that implied by ANGLE_MAX
...
this prevents an overshoot and backtracking in the navigation code
when WPNAV_ACCEL is unachievable due to an angle limit
9 years ago
Andrew Tridgell
c7664291f9
AC_AttitudeControl: fixed comment on function
9 years ago
Andrew Tridgell
23a64e1227
AC_AttitudeControl: fixed accel limit trigonometry
...
Leonard had mentioned the limit should be tan(angle) not sin(angle). I
noticed this one was wrong.
9 years ago
Andrew Tridgell
bec8bf8880
autotest: support multicopter frame variants
9 years ago
Andrew Tridgell
9e01d7de6c
SITL: added support for "quad-fast" frame
...
much more powerful copter for testing nav at high speed
9 years ago
Andrew Tridgell
00c2b4b30f
Plane: reload airspeed after VTOL landing
9 years ago
Staroselskii Georgii
60426faa52
AP_HAL_Linux: changed ADC logic a bit for Navio 2
...
- make voltage_average_ratiometric() the same as voltage_average()
- make read_latest() the same as voltage_average()
wip
9 years ago
Staroselskii Georgii
3feade792a
AP_Airspeed: changed default pin for Navio boards
...
Use channel 5 (i.e. /sys/kernel/adc/ch5) for Airspeed sensors instead of virtual 65 that doesn't
make sense on these boards.
9 years ago
Peter Barker
e83b10cbc5
AP_HAL: move definition of callbacks structure out of C linkage
...
This fixes all the examples which use the AP_HAL_MAIN macro.
9 years ago
Rustom Jehangir
4a10156b13
AP_HAL_Linux: Fix RCInput::read from stopping at any zero channel
...
This bug led to issues for us so it may help others to resolve it.
Currently, the AP_HAL_Linux RCInput::read(uint16_t*,uint8_t) function
only returns the first x nonzero channels. Once it hits a channel that
is set to zero, it stops and all remaining channels are returned as
zero, even if they are set. This causes discrepancies between the raw RC
input sent to the GCS and the RC input that is actually used on the
vehicle.
The fixes this issue and makes it behave exactly as it does on the
PX4_HAL code. We ran into this issue when sending rc_override messages
in which there were some channels set to zero.
9 years ago
Peter Barker
08e5959923
autotest: correct path to mavtogpx
9 years ago
Andrew Tridgell
197e72acc0
GCS_MAVLink: fixed null termination bug
...
found with ASAN
9 years ago
Andrew Tridgell
69e233a39d
AP_GPS: fixed init string for SBF GPS
...
coverity #125042
9 years ago
Andrew Tridgell
785ad0614a
SITL: fixed coverity 125055
9 years ago
Andrew Tridgell
ed4e8b635a
SITL: fixed fd leak
...
coverity #125056
9 years ago
Andrew Tridgell
97d27ce58f
AP_Math: fixed memory leak
...
found by coverity
9 years ago
Andrew Tridgell
847483d744
SITL: fixed coverity warning
9 years ago
Andrew Tridgell
909a46a33b
Replay: pass delta angle time if available
9 years ago
Andrew Tridgell
be41d402b5
AP_InertialSensor: added set of delta angle time for replay
9 years ago
Andrew Tridgell
bcefb45e0a
DataFlash: added DelaT to delta-angle logs
9 years ago
Andrew Tridgell
4401cbec72
AP_InertialSensor: cope with zero delta angle time from Replay
9 years ago
Andrew Tridgell
f367180f47
Replay: support 2 IMU EKF2
9 years ago
Peter Barker
c869516a0b
Replay: abort if field type not known; understand double
9 years ago