Francisco Ferreira
fbae9b41cf
travis: remove px4-v1 and px4-v4pro that are moved to Semaphore
8 years ago
Francisco Ferreira
c95d8ae258
travis: merge some jobs
8 years ago
Francisco Ferreira
84efe7e6f5
Tools: ci: reduce ccache sizes
8 years ago
Francisco Ferreira
be88b5a6e8
Tools: ci: get ccache statistics for SITL test
8 years ago
Francisco Ferreira
129fde128a
Tools: ci: let waf decide number of jobs for building SITL test
8 years ago
Francisco Ferreira
aa6b997a0b
Tools: ci: use number of CPUs to choose number of jobs on Make builds
8 years ago
Francisco Ferreira
c073263c8d
Tools: ci: disable ccache for Make builds
8 years ago
Francisco Ferreira
80e784c93d
Tools: ci: only do Make builds in some special cases
...
build using Make system for PX4-v3 or, if it is a cron job, for all PX4 boards and SITL
8 years ago
davidaroyer
ad18e99bef
AP_Compass: add support for Aerotenna OcPoC-Zynq hardware
8 years ago
davidaroyer
7d2e44862f
AP_HAL_Linux: add support for Aerotenna OcPoC-Zynq hardware
8 years ago
davidaroyer
8862e76284
AP_HAL: add support for Aerotenna OcPoC-Zynq hardware
8 years ago
davidaroyer
bde8252359
waf: add support for Aerotenna OcPoC-Zynq hardware
8 years ago
Georgii Staroselskii
e79fc893fa
AP_HAL_Linux: HAL_Linux_Class: delay SPIUARTDriver static initialization
...
There's an implicit (apart from the name) dependency between SPI and
SPIUARTDriver which results in a crush on a restart or a shutdown.
By moving the initialization we're making sure that all objects are
deleted in the right order.
8 years ago
Georgii Staroselskii
226eeeb738
AP_HAL_Linux: RCOutput_Sysfs: fix deleting _pwm_channels array
...
delete [] should be called rather than delete.
8 years ago
Georgii Staroselskii
f6858821a6
AP_HAL_Linux: PWM_Sysfs: remove unneeded free() in ~PWM_Sysfs_Base
...
_export_path and _duty_path will have been already long time gone by the
time dtors kick in.
Probably better to use OwnPtr around those. But it's better to be done
in a separate PR.
8 years ago
Peter Barker
2738fc34f0
Tools: autotest.py: exit if step not matched
...
Also, stop shadowing a variable
8 years ago
VikingDai
9f0e8a64d5
Update HAL_PX4_Class.cpp
...
"ttys5" used both for console and common usart ,it should be initialized by AP_SerialManager ;
8 years ago
Michael du Breuil
1f5743e900
Plane: Report the primary magnetometer health rather then the first
8 years ago
Michael du Breuil
fb77d0739e
AP_Compass: Remove unused time calls, stash the time in the read loop
8 years ago
Andrew Tridgell
a88e663191
Plane: adjust target altitude slowly in QRTL mode
...
this fixes a sudden throttle drop when starting the descent in QRTL mode
thanks to Marco for finding this issue
8 years ago
Peter Barker
85ebe923b6
SITL: avoid FPE when running fly.ArduPlane
...
Program received signal SIGFPE, Arithmetic exception.
__expf_finite () at ../sysdeps/x86_64/fpu/e_expf.S:132
132 ../sysdeps/x86_64/fpu/e_expf.S: No such file or directory.
(gdb) u
8 years ago
Peter Barker
b5e206f72f
Replay: print some statistics on exit
8 years ago
Peter Barker
97b6ca218b
AP_AHRS: send ekf status reports even when EKF inactive
8 years ago
Michael du Breuil
be371e09f9
AP_GPS: SBF: Reject short packets early, allow 256 byte long messages to be decoded
8 years ago
Andrew Tridgell
048dfee68a
AP_GPS: make SBF driver more robust
...
this fixes a crash bug in the SBF GPS driver where a badly formed packet
could cause crc16_ccitt to reference invalid memory
8 years ago
Andrew Tridgell
87e52a9f0f
Plane: prepare for 3.8.1 release
8 years ago
Lucas De Marchi
b62e8909c4
AP_GPS: add missing fallthrough
8 years ago
Lucas De Marchi
cb9c626577
AP_ADSB: fix getting a copy rather than a reference
...
These have been caught by making constructors private and enforcing
calling a create() method to create objects are supposed to be
statically allocated only.
The Vector3f reference was just nearby and was a change copied from
similar PR from Peter Barker (#6873 ).
8 years ago
Lucas De Marchi
9d64811428
PX4Firmware: update with new aerofc baud
8 years ago
Lucas De Marchi
2c72fc94ba
AP_HAL: change aerofc baud to 921600
8 years ago
Peter Barker
6928618de8
Tools: autotest.py: allow specification of a buildlogs directory
8 years ago
Peter Barker
681a5b5c2c
Tools: initvagrant: allow autotest to run
8 years ago
Peter Barker
698f18566b
AP_Terrain: cast to int32_t to avoid warning about signedness
...
../../libraries/AP_Terrain/TerrainIO.cpp: In member function ‘void
AP_Terrain::open_file()’:
../../libraries/AP_Terrain/TerrainIO.cpp:176:46: warning: format ‘%u’
expects argument of type ‘unsigned int’, but argument 5 has type
‘__gnu_cxx::__enable_if<true, double>::__type {aka double}’ [-Wformat=]
abs((uint32_t)block.lon_degrees));
^
../../libraries/AP_Terrain/TerrainIO.cpp:176:46: warning: format ‘%u’
expects argument of type ‘unsigned int’, but argument 7 has type
‘__gnu_cxx::__enable_if<true, double>::__type {aka double}’ [-Wformat=]
8 years ago
Peter Barker
6ad3541a24
DataFlash: clean up public interface
8 years ago
Luis Vale Gonçalves
c046824ce7
Added our testing location
...
Added testing location at Tagus Park, Oeiras, Portugal
8 years ago
Jacob Walser
19086e34f0
Frame_params: update BlueROV2 defaults for 3.5.1
8 years ago
Peter Barker
f0096d3c7a
Tools: apmrover2.py: add a test for MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES
8 years ago
Peter Barker
324d9f3c7d
Tools: apmrover2.py: add a test for MAV_CMD_DO_GET_BANNER
8 years ago
Peter Barker
1928dcb784
Sub: move handling of do_send_banner up
8 years ago
Peter Barker
3f67dfe4fe
Copter: move handling of do_send_banner up
8 years ago
Peter Barker
ac806b650f
GCS_MAVLink: move handling of do_send_banner up
8 years ago
Peter Barker
3da70f19c1
Copter: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
1544a92f8b
GCS_MAVLink: factor out a send_banner
8 years ago
Peter Barker
b5d234aa64
Rover: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
3df3b25c1f
Sub: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
0c7c2a41c4
Plane: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
2e078f7c5e
GCS_MAVLink: send fw_string, px4 git hash and nuttx hash on param request
8 years ago
Peter Barker
a2132f7b72
Tracker: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
8a7a1b77dd
GCS_MAVLink: handle param_request_list in GCS_MAVLINK base class
8 years ago
Peter Barker
640b2b7a13
Rover: handle param_set in GCS_MAVLINK base class
8 years ago