263 Commits (36ed12073ce132169f1d087c196000b7fafc6992)

Author SHA1 Message Date
Peter Barker cda25ac27d Sub: rename system_status as it won't be called from base class 5 years ago
Michael du Breuil 3f94f0d517 Sub: Support new AP_Vehicle::set_mode 5 years ago
Peter Barker 6deac0fa42 Sub: implement dummy afs singleton getting to avoid linking AFS 5 years ago
Peter Barker 45af50f8bd Sub: avoid allocate a GCS_MAVLINK per mavlink channel 6 years ago
Peter Barker 68edf6351d Sub: tighten type on mavlink_coordinate_frame_to_location_alt_frame 6 years ago
Leonard Hall 157f786adf Global: rename desired to target in PID info 6 years ago
Pierre Kancir 147a678569 ArduSub: pass mavlink_message_t by const reference 6 years ago
Peter Barker 0af3ecca70 Sub: split RC_CHANNELS messages onto separate ap_message ids 6 years ago
Peter Barker 973222c786 Sub: allow GCS MAVLink base class to handle out-of-time for sending messages 6 years ago
Michael du Breuil ba65b163f7 Sub: Remove wrapper around MAVLink send heartbeat 6 years ago
Peter Barker 8566a17a1d Sub: move arming-related functionality into parent classes 6 years ago
Pierre Kancir 8425a58585 ArduSub: move check_latlng to Location 6 years ago
Peter Barker b3f76e39ec Sub: move command-long DO_SET_HOME up 6 years ago
Peter Barker fabf0a10d5 Sub: move vehicle_initialised to be on GCS not GCS_MAVLink 6 years ago
Peter Barker 1ce531b921 Sub: move base_mode and frame_type into GCS from GCS_MAVLink 6 years ago
Peter Barker eb7cf9843e Sub: use enum class for AltFrame enumeration 6 years ago
Peter Barker b1c789f73d Sub: move sending of RPM message up 6 years ago
Peter Barker c48042424b Sub: use enum class for ArmingMethod and ArmingRequired 6 years ago
Peter Barker b04d084a50 Sub: move sending of send_pid_tuning up 6 years ago
Peter Barker 1ce80e1f17 Sub: remove stale STREAM_RAW_CONTROLLER_msgs variable 6 years ago
Peter Barker 57e8528a96 Sub: move update_sensor_flags to GCS_Sub.cpp 6 years ago
Peter Barker cb95bf7814 Sub: move update_sensor_status_flags into GCS subclasses 6 years ago
Peter Barker bb706305d0 Sub: move sensor flags to be a GCS thing rather than a GCS_MAVLINK thing 6 years ago
Peter Barker 7b80f56a80 Sub: GCS_MAVLink takes care of mavlink capabilities 6 years ago
Peter Barker 57e5991fde Sub: move try_send_message of nav_controller_output up 6 years ago
Peter Barker db362eaa13 Sub: remove redundant home-setting sanity checks 6 years ago
Peter Barker 8937ef3190 Sub: make setting of home boolean in preparation for sanity checks 6 years ago
Peter Barker dc0ad11f7a Sub: use altitude frame mapping function 6 years ago
Peter Barker 44b7763caf Sub: move handling of command-int MAV_CMD_DO_SET_HOME up 6 years ago
Peter Barker 0c8f0377ca Sub: move handling of fence point handling up 6 years ago
Peter Barker 5002fa2081 Sub: move handling of MAV_CMD_DO_SET_FENCE_ENABLED up 6 years ago
Peter Barker 17e4981785 Sub: move handling of RC_CHANNELS_OVERRIDE up 6 years ago
Peter Barker fc19ce03b6 Sub: move sending of sys_status message up 6 years ago
Randy Mackay aa7743e991 Sub: integrate AC_WPNav::get_speed rename to get_default_speed 6 years ago
Peter Barker 05c9ded9fc Sub: move sending of fence_status message up 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Peter Barker d92f34c3d0 Sub: adjust for location flags being moved out of union 6 years ago
Michael du Breuil b4c5041aad Sub: Remove unneeded GCS rally override 6 years ago
Peter Barker 8a44bf50a8 Sub: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids 6 years ago
Peter Barker 0e1957328e Sub: split DISTANCE_SENSOR onto its own ap_message id 6 years ago
Peter Barker 87d27957d9 Sub: try_send_message caller checks telemetry_delayed 6 years ago
Peter Barker d1daacd699 Sub: split SYS_STATUS and POWER_STATUS onto separate ap_messages 6 years ago
Peter Barker aab9103356 Sub: GCS_MAVLink now uses Mission singleton 6 years ago
Peter Barker e498883624 Sub: split MSG_SCALED_PRESSURE into three separate messages 6 years ago
Peter Barker 5e196525bf Sub: split MSG_RAW_IMU1 into per-IMU ap_messages 6 years ago
Peter Barker 4d21630bf0 Sub: send both SYS_STATUS or POWER_STATUS or neither 6 years ago
Peter Barker e2e17b8822 Sub: rename send_extended_status1 to send_sys_status 6 years ago
Peter Barker b31ce6ae69 Sub: adjust for new update entry points into GCS 6 years ago
Peter Barker fe6342107b Sub: add parameter stream to list-of-all-streams 6 years ago
Peter Barker 85a96195fd Sub: rename MSG_EXTENDED_STATUS2 to MSG_MEMINFO 6 years ago