28923 Commits (f794ee0c8a1ed033549e436ddd10031dc97839eb)
 

Author SHA1 Message Date
Matthias Grob f794ee0c8a FlightTaskManualAltitude: add slow upwards start 6 years ago
Matthias Grob 63a6ab34f7 FlightTaskManualAltitude: slow down when landing manually 6 years ago
Vasily Evseenko f8c50f442f Fix RSSI in on FMUv4 (pixracer) 6 years ago
mcsauder 2773fe6a54 Deprecate _hil_frames and _old_timestamp member vars and dead logic from MavlinkReceiver class. 6 years ago
BazookaJoe1900 8947cb5841 FlightTaskAuto: removed non used _getMaxCruiseSpeed 6 years ago
Anthony Lamping a9fc04b2f9 CI: SITL test run: select ROS version based on env variable 6 years ago
Daniel Agar d085afdf3a Jenkins re-enable Catkin and Colcon builds 6 years ago
mcsauder 1f65887982 Migrate a few more var initializations from the Mavlink class constructor list to the respective declarations. 6 years ago
mcsauder 7b3482adf0 Whitespace formatting in mavlink_main.cpp/h and begin work of some variable initialization at declaration in mavlink_main.h. 6 years ago
Daniel Agar a8808cc5cd Jenkins update SITL tests coverage to correct base container 6 years ago
Anthony Lamping 84c52439e9 jenkins: update all image tags to 2019-03-08 6 years ago
mcsauder cb49ed55fe Delete unnecessary #includes from mavlink_main.cpp and relocate a few #defines to mavlink_main.h for future variable initialization work. 6 years ago
dlwalter 77ab9b617e QMC5883 Magnetometer Driver (#11140) 6 years ago
Beat Küng 505b1aca2c lockstep_scheduler: work around a potential dead-lock for canceled threads 6 years ago
Beat Küng e999075ac7 lockstep_scheduler: fix system_sleep -> system_usleep 6 years ago
Beat Küng 08298ab3d0 drv_hrt: make lockstep_scheduler a pointer 6 years ago
Daniel Agar 27ad3178f8 Jenkins add SITL tests AddressSanitizer 6 years ago
mcsauder d12cec81ba Add const specifier to remaining methods utilizing mavlink_message_t and similar message pointer types. 6 years ago
mcsauder 278fddb585 Cut case MAVLINK_MSG_ID_ODOMETRY content and paste into handle_message_odometry() method. 6 years ago
mcsauder 3918d0ce0a Cut case MAVLINK_MSG_ID_VISION_POSITION_ESTIMATE content and paste into handle_message_vision_position_estimate() method. Add const specifier to publish_odometry_topic() method. 6 years ago
mcsauder c3acd3bad3 Delete unnecessary curly braces in simulator_mavlink.cpp 6 years ago
mcsauder e43a0bbf1d Cut case MAVLINK_MSG_ID_RC_CHANNELS content and paste into handle_message_rc_channels() method. 6 years ago
mcsauder 801cbc856e Cut case MAVLINK_MSG_ID_HIL_GPS content and paste into handle_message_hil_gps() method. 6 years ago
mcsauder b705bf6b1c Cut case MAVLINK_MSG_ID_HIL_SENSOR content and paste into handle_message_hil_sensor() method. 6 years ago
Daniel Agar 37cda4e264
Update submodule jMAVSim to latest Wed Mar 6 00:38:35 UTC 2019 (#11597) 6 years ago
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