James Goppert
66a890d428
Remove mode enum since not used and declare enum type.
8 years ago
James Goppert
9f20730d7e
Remove unused sdlog mode handle.
8 years ago
James Goppert
57e0051c42
Fix enum.
8 years ago
James Goppert
ac8ef5f338
Formatting.
8 years ago
James Goppert
16f46c15d3
Switch to class enum and cleanup log profiles.
8 years ago
James Goppert
034c0c702a
Remove estimator replay log profile.
8 years ago
James Goppert
82d7332f1a
Remove log profile set to thermal calibration for PX4FMU_V5.
8 years ago
Beat Küng
784cec1cae
logger: check if topic already added & if so only update the interval
8 years ago
James Goppert
15ae3a9eb7
Add estimator replay topics to default.
8 years ago
James Goppert
d10a491243
Add logging profiles to logger module.
8 years ago
Nicolae Rosia
2092770361
Integrator: fix comparison
...
Signed-off-by: Nicolae Rosia <nicolae.rosia@gmail.com>
8 years ago
Lorenz Meier
9bb3ab4a71
Update SITL module
8 years ago
Lorenz Meier
72e452ba32
Add missing Iris config
8 years ago
imcnanie
629844adff
Dodeca mixer using the AUX channels ( #7532 )
...
* Added Dodecarotor Mixer
* fixed formatting style
* Renamed dodeca mixers to top and bottom
8 years ago
Beat Küng
1e2ce51c6d
LandDetector: fix vehicle flight time
...
The problem was signed vs unsigned mixing together with 64bit conversion:
int32_t flight_time = ...;
uint64_t _total_flight_time = ...;
_total_flight_time |= flight_time;
When flight_time is negative, the last line would first extend the sign
bit to the upper 32bits of the 64bit uint and then apply the bitwise OR.
The fix is to use an unsigned 32 bit value.
8 years ago
Lorenz Meier
f54a6c2999
VTOL Controller: Always read ready topics
...
When poll returns a ready FD we have to read it, no matter which flight mode the system is in.
8 years ago
Lorenz Meier
1acf547e8b
POSIX: Move C/C++ separation
8 years ago
Lorenz Meier
ca7c71b759
Update SITL version
8 years ago
Lorenz Meier
5724bef14d
VTOL att controller: Code style fix
8 years ago
Lorenz Meier
792b03628f
CMake: more clear instructions for python dependencies
8 years ago
Lorenz Meier
5a4714fef2
Track Gazebo submodules more closely
8 years ago
Lorenz Meier
4cae86dc1a
Update jMAVSim
8 years ago
Lorenz Meier
82bd13bfe0
Update SITL Gazebo interface version
8 years ago
Lorenz Meier
6ea9c1877b
Add version command to PX4 tools directory
8 years ago
Hamish Willee
071cfc2d31
Ensure groups have unique names in TOC
8 years ago
Hamish Willee
6f3b6bf55b
Update parser to get class information and create separate groups for each class
8 years ago
Hamish Willee
50140b3d90
Group by vehicle type and add headings
8 years ago
Hamish Willee
d88e387013
Fix typo in exported text
8 years ago
Daniel Agar
af5256c454
GPS ublox add dynamic model parameter
8 years ago
Daniel Agar
c8189b9c23
navigator mission_block check range for loiter exit
...
- fixes #7510
8 years ago
Beat Küng
6fcd7d9529
estimator_status.msg: fix documentation of innovation_check_flags
8 years ago
Daniel Agar
40d40330b8
delete unused pio
8 years ago
David Sidrane
fc25213811
auav-x21:Delete PX4_I2C_BUS_ONBOARD
8 years ago
Mohammed Kabir
0bda4a7edd
rc.sensors : correctly start up sensors on AUAV-X2.1
8 years ago
Daniel Agar
cd8c8ea5de
FW default PWM_RATE 50
8 years ago
Jan Liphardt
d5eab23f53
airspeed error message clarification ( #7497 )
...
In day to day practice, there are two reasons for fabsf(airspeed.differential_pressure_filtered_pa) > 15.0f
1/ The sensor has not been calibrated. In this case, the sensor needs to be calibrated.
2/ It's a windy day, and the operator has powered up the system without covering the pitot tube. In that case, you need to reboot with the pitot cover in place.
The original message ('Check calibration') is ok, but why not be more direct? The user does not have to "check the calibration" - the user has to (a) either calibrate the system in the first place, or (b) not forget the pitot tube cover when powering up the system.
8 years ago
Lorenz Meier
a6ef6c6e33
SITL Launcher: gzserver must be running when gzclient connects
8 years ago
Lorenz Meier
dea467bdbd
POSIX: Make sure we do not run out of PX4 file descriptors
8 years ago
Beat Küng
0cfa99436f
fix 13001_caipirinha_vtol: class should be VTOL
8 years ago
Lorenz Meier
04f9b0400e
Add airframe class to hexa
8 years ago
Lorenz Meier
f5ff283f17
Quad: Add vehicle class
8 years ago
Lorenz Meier
2ba65a0dcc
Various experimental configs: Add class field
8 years ago
Lorenz Meier
51c7d01a19
Plane configs: Add class field
8 years ago
Lorenz Meier
01c074d9e5
Rover configs: add class field
8 years ago
Lorenz Meier
86acaf0159
Quad configs: add class field
8 years ago
Lorenz Meier
49d6853219
VTOL Configs: Add class field
8 years ago
Lorenz Meier
ccc4f24ae8
Wing configs: Add class field
8 years ago
Lorenz Meier
b78a138f16
Multicopter configs: Add class field
8 years ago
Lorenz Meier
53cda2de79
HIL configs: Add HIL field
8 years ago
Lorenz Meier
968fa39158
Copter configs: Add airframe class field
8 years ago