29098 Commits (a9bab81eb85129628b783963a75f74e092da781b)
 

Author SHA1 Message Date
Daniel Agar a01b598694
Update submodule mavlink v2.0 to latest Wed Mar 6 00:38:42 UTC 2019 (#11596) 6 years ago
Daniel Agar beca16fa37
ekf2 update setGpsData usage 6 years ago
mcsauder a97151feed Set default set_publlish() argument to true. 6 years ago
mcsauder 0bd5d6caff Refactor set_publish() logic so that a default false value is not (re)set each loop in simulator_mapvlink.cpp and provide a default argument to set_publish() in simulator.h. 6 years ago
mcsauder 6e0fc150c0 Create Simulator::set_publish() method and Simulator::_publish member variable to allow redefinition of the Simulator::handle_message() prototype to match MavlinkReceiver::handle_message(). 6 years ago
Daniel Agar 1221556515 RTL fix RTL_TYPE param metadata group 6 years ago
Paul Riseborough 6e0ca90852 ekf2: Minor parameter description edits 6 years ago
Paul Riseborough 643d8e968b ekf2: style fixes 6 years ago
Paul Riseborough 09da8e7dfc ekf2: Split static pressure correction into separate RH ad LH ellipsoids 6 years ago
Hamish Willee 1079ae3402 CONTRIBUTING:Fix up code.html link to goto master 6 years ago
Daniel Agar 468fb53459
navigator fix FW loiter to alt tangent exit (#11576) 6 years ago
Gabriel Moreno fc7c7ac206 simulator: fix to set system and component IDs as defined in params 6 years ago
Morten Fyhn Amundsen 951f33145f Fix link to code style guide 6 years ago
mcsauder 9f3937e2d2 Formatted and edited a few comments in mavlink_receiver.h. 6 years ago
mcsauder d60d802194 Correct board-config PIN1/PIN0 typo in fmu-v5/src/board_config.h. 6 years ago
mcsauder d42bb01e0c Standardize method definition newlines in mavlink_receiver.cpp. 6 years ago
David Sidrane dc50a564dd Revert "Jenkins hardware test temporarily disable px4_fmu-v5_stachcheck tests" 6 years ago
David Sidrane edd9f91a19 board:Set larger stack margin 6 years ago
David Sidrane 12d442e8dd px4_fmuv5:Stack Check build Increase to 2624 6 years ago
Daniel Agar e2bf4b1894 List container improvements and testing 6 years ago
Beat Küng 6c3e79f361 mc airframes: reduce I gains a bit 6 years ago
Beat Küng 2f72e93d6f fix mixer multicopter: do not clip for max/min throttle 6 years ago
bresch 684e2974ac mc_pos_control_main - Re-add updateVelocityControllerIO for glitch-free position unlock 6 years ago
mcsauder 1eced05359 Rename Simulator class private methods names to match snake case of other private class methods. 6 years ago
mcsauder b0a79996ae Cut case MAVLINK_MSG_ID_HIL_STATE_QUATERNION content and paste into handle_message_hil_state_quaternion() method. 6 years ago
mcsauder 8b42045546 Cut case MAVLINK_MSG_ID_HIL_OPTICAL_FLOW content and paste into handle_message_hil_optical_flow() method. 6 years ago
mcsauder 24e55e4d4d Cut case MAVLINK_MSG_ID_DISTANCE_SENSOR content and paste into handle_message_distance_sensor() method. 6 years ago
mcsauder 411db781eb Cut case MAVLINK_MSG_ID_LANDING_TARGET content and paste into handle_message_landing_target() method. 6 years ago
Daniel Agar 0df34af181 Jenkins hardware test temporarily disable px4_fmu-v5_stachcheck tests 6 years ago
Daniel Agar e7dfb375be
create jlink gdb upload script and use in Jenkins Hardware pipeline 6 years ago
TSC21 12d29fd093 navigator: mission_feasibility_checker: remove lazy comparison 6 years ago
TSC21 c9c86ae2ff navigator: mission feasibility checker: minor cleanup 6 years ago
TSC21 9fa7f341e4 mission_feasibility_checker: takeoff: fix init of mission item 6 years ago
TSC21 8bf9ec32dc mission_feasibility_checker: takeoff: add a different log message when there's a takeoff item but it's not the first waypoint 6 years ago
TSC21 468a002355 mission_feasibility_checker: takeoff: minor spelling mistakes fixing 6 years ago
TSC21 f6ab40d2dd mission_feasibility_checker: takeoff: fix logic to return as valid 6 years ago
TSC21 676e1eb224 mission_feasibility_checker: takeoff: accept mission when takeoff is not the first item but the previous items are not waypoints 6 years ago
TSC21 6bb84af1db mission_feasibility_checker: takeoff: change warning message 6 years ago
TSC21 5b151a5df7 navigator: mission feasibility checker: check for a takeoff waypoint on mission on specific conditions 6 years ago
Daniel Agar 26811978e1
Jenkins hardware test add px4_fmu-v2 and px4_fmu-v5 6 years ago
Daniel Agar f5a1146517
Jenkins hardware test add px4_fmu-v3 and px4_fmu-v4pro 6 years ago
Daniel Agar aec3ad5417
Jenkins hardware testing update to new configuration 6 years ago
David Sidrane 0846059646 fmuv5:Repurpose TIM5_SPARE_4 as nARMED 6 years ago
David Sidrane 477152a96d Commander:Support BOARD_INDICATE_ARMED_STATE for HW that supports external armed indiction 6 years ago
David Sidrane bf8a5e9652 board_common:Add BOARD_INDICATE_ARMED_STATE 6 years ago
Mark Sauder c04147c53c Mavlink receiver: Move most variable initializations out of the constructor to the variable declarations 6 years ago
Matthias Grob 20c2d66ba3 Makefile: add function to check if cmake rerun is necessary 6 years ago
Matthias Grob e8cbfab670 Makefile: help cleanup 6 years ago
Matthias Grob e7651c9c52 Makefile: streamline cmake-build and 6 years ago
mcsauder ca92b8016d Move member variable initialization out of the constructor list to variable declarations, format whitespaces/tabs in sf1xx.cpp. 6 years ago