- Mar 12, 2019
-
-
Claudio Micheli authored
Added COM_ONB_LOSS_T and COM_ONB_REG_T parameters to specify thresholds that triggers "onboard link lost" and "onboard link regained". Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Major changes: - Prevent "HIGH LATENCY DATA LINK LOST" message to appear if iridium telemetry is not used. - Prevent "DATA LINK LOSS" mavlink messages flooding when QGC is open and then closed. - Changed "DATA LINK REGAINED" condition (use _datalink_last_heartbeat_gcs insthead of _datalink_lost) Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
baumanta authored
-
baumanta authored
-
baumanta authored
-
Daniel Agar authored
-
- Mar 11, 2019
-
-
Matthias Grob authored
when still close to ground
-
Matthias Grob authored
-
Vasily Evseenko authored
-
mcsauder authored
-
- Mar 10, 2019
-
-
BazookaJoe1900 authored
-
- Mar 09, 2019
-
-
mcsauder authored
Migrate a few more var initializations from the Mavlink class constructor list to the respective declarations.
-
mcsauder authored
Whitespace formatting in mavlink_main.cpp/h and begin work of some variable initialization at declaration in mavlink_main.h.
-
mcsauder authored
Delete unnecessary #includes from mavlink_main.cpp and relocate a few #defines to mavlink_main.h for future variable initialization work.
-
dlwalter authored
-
- Mar 07, 2019
-
-
mcsauder authored
Add const specifier to remaining methods utilizing mavlink_message_t and similar message pointer types.
-
mcsauder authored
-
mcsauder authored
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.
-
mcsauder authored
-
mcsauder authored
-
mcsauder authored
-
mcsauder authored
-
- Mar 06, 2019
-
-
Daniel Agar authored
-
- Mar 05, 2019
-
-
mcsauder authored
-
mcsauder authored
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.
-
mcsauder authored
Create Simulator::set_publish() method and Simulator::_publish member variable to allow redefinition of the Simulator::handle_message() prototype to match MavlinkReceiver::handle_message().
-
Daniel Agar authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
- Mar 04, 2019
-
-
Daniel Agar authored
- fixes #11317
-
- Mar 03, 2019
-
-
Gabriel Moreno authored
The simulator had hardcoded component ID and system ID (sysID was 0), ignoring what was set up in the params MAV_SYS_ID and MAV_COMP_ID. This caused an issue with multi-vehicle simulations that that rely on sysID to identify the vehicles. Signed-off-by:
Gabriel Moreno <gabrielm@cs.cmu.edu>
-
mcsauder authored
-
- Mar 02, 2019
-
-
mcsauder authored
-
Daniel Agar authored
- support range based for loops - add remove() method to remove a node - add clear() to empty entire list and delete nodes - add empty() helper
-
- Mar 01, 2019
-
-
Beat Küng authored
Except for the lower end with disabled airmode. Otherwise the rate controller would disable the integrals, which can lead to severe tracking loss in acro. It is noticeable when flying in FPV, e.g. simply when throttling straight up. Relevant part in the rate controller: https://github.com/PX4/Firmware/blob/master/src/modules/mc_att_control/mc_att_control_main.cpp#L702
-
- Feb 28, 2019