19944 Commits (2bfac7ff4fdfe28f6ad2f2d187cc6b489f9f9b57)
 

Author SHA1 Message Date
Julian Oes 62603bee45 simulation: SITL outputs from 0..1 8 years ago
Julian Oes 0a043365ec rename gazebo_tailsitter to tailsitter 8 years ago
Carlo Wood 90f3e3b5d3 Do not include headers inside __BEGIN_DECLS ... __END_DECLS blocks. 8 years ago
Carlo Wood baf89f4398 Clean up of px4_defines.h (remove math.h) 8 years ago
Carlo Wood e29b9b5d39 Remove fake config targets. 8 years ago
Erik Jähne ae2aeab5e4 HIL_STATE: publish control_state_msg when receive mavlink_hil_state_quaternion message 8 years ago
Carlo Wood 5b52cd0fe6 Compile fixes for old/unused targets. 8 years ago
Andreas Antener 1999ed2601 Testing: use return value to check if controllib tests failed 8 years ago
Beat Küng a2c493efc7 fix vmount: initialize manual control for mavlink inputs 8 years ago
Paul Riseborough d37a927cdb ROMFS: enable use of px4flow sensor with pixracer 8 years ago
David Sidrane 7ae749090b Update NuttX submodule to use backport of ctype.h & cctype 8 years ago
Mark Whitehorn 4cc97aa705 fix another bug in fmu mode 8 years ago
Beat Küng 95f5ba9635 fix mavlink_shell.py: python3 compat for octal numbers 8 years ago
Beat Küng cbbee30e48 log_writer_file: add include px4_posix.h (needed for stack size macro) 8 years ago
Beat Küng c8a79d2443 mc_pos_control_main: remove <functional> include 8 years ago
Beat Küng 3029555016 uORBUtils: remove #include <string> 8 years ago
Beat Küng d0dace7c23 uavcan: use math::min instead of std::min 8 years ago
Lorenz Meier f466913a32 Update MAVLink headers and adapter header to current master 8 years ago
Lorenz Meier f9abe39c3a DSM parser: Keep local copy of channel data 8 years ago
Lorenz Meier 3bed398a1e FMU: scan longer 8 years ago
Lorenz Meier 8d51e4ade1 MAVLink shell: Fix OS X default path 8 years ago
Lorenz Meier 05bc9acfb7 navigator: Wrap get time inside into function call and set time inside to zero 8 years ago
Lorenz Meier 5ddd69c872 Dataman: Make versioning define more explicit 8 years ago
Lorenz Meier c7cdef2a4b Clarify version flag for dataman 8 years ago
Lorenz Meier 0a4fedd778 Dataman: Use single method to infer file compatibility 8 years ago
Lorenz Meier 9e7d5f088e dataman: Ensure compat field is set and read correctly 8 years ago
Lorenz Meier ff0d7613b1 Add manual seed to dataman hash to allow later incrementing the seed number for incompatible changes 8 years ago
Lorenz Meier db774798fa Dataman: Store sizes of all containers and reset file if any of them changes. 8 years ago
Lorenz Meier c340974991 Ensure pitch min param is correctly handled 8 years ago
Lorenz Meier eaae1abdaf Simplify use of pitch_min 8 years ago
Lorenz Meier 9821499113 navigator / mission item: Compress fields into bitfield 8 years ago
Lorenz Meier 5899ce715d Navigator: Leverage overlapping fields in logic to save RAM by makeing them overlap in memory as well 8 years ago
Julian Oes 4160b65edb navigator: change default min takeoff alt to 2.5m 8 years ago
Julian Oes 82f27884df navigator: fix wrong altitude after takeoff 8 years ago
Julian Oes 032f4df3de mc_pos_control: revert gain change 8 years ago
Julian Oes dcd0df7d02 navigator: fix typo 8 years ago
Julian Oes 4f5fa50efb navigator: fix takeoff jump edge case 8 years ago
Julian Oes 72e46e7ed0 mc_pos_control: jump quicker 8 years ago
Julian Oes ff415a4f1d mc_pos_control: correctly initialize landed state 8 years ago
Pavel Kirienko 3a332bb11a Printing all online nodes within UAVCAN status output. This feature increased memory footprint by about 150 bytes. 8 years ago
Pavel Kirienko 9b0ab83f9b Fixed misuse of the preprocessor 8 years ago
Pavel Kirienko eff6a7b5d0 get_next_active_node_id() - starting from 0 8 years ago
Beat Küng 9448e0d673 vdev: remove wrong comment 8 years ago
Beat Küng f7d8612bc9 logger: enable all backends by default 8 years ago
Beat Küng 7c6d99d30f BlockParam: remove _extern_address and create a new class BlockParamExt for this 8 years ago
Beat Küng 09d8e4fd8c logger: reduce stack size, which got freed in 05a771152520 8 years ago
Beat Küng 1bdad65849 uorb: reduce RAM usage by avoiding string copies 8 years ago
Beat Küng 4da2ae2302 MavlinkOrbSubscription: optimize fields for size 8 years ago
Beat Küng c50e4a6e21 uORB::DeviceNode: reduce the size of some members 8 years ago
Beat Küng 03c12c4c78 Device: use uint16_t for _open_count instead of int (save space) 8 years ago