75 Commits (5512b6de0215540520ba5bd166e26e61116e9402)

Author SHA1 Message Date
Michael du Breuil f1f8233220 Rover: Return RESULT_FAILED for GET_CMD_HOME if home is unset 9 years ago
Grant Morphett df99941fc8 Rover: Added support for COMMAND_INT 9 years ago
Randy Mackay 1181acc4e4 Rover: add support for SET_POSITION_TARGET_GLOBAL_INT 9 years ago
Andrew Tridgell 203e0c7472 Rover: fixes for Frsky_Telem API changes 9 years ago
Peter Barker 6d98dd5233 Rover: add dataflash as a bit for the mavlink SYS_STATUS message 9 years ago
Lucas De Marchi 3223a1a542 APMrover2: Remove i2c lockup count 9 years ago
Andrew Tridgell a4270b1bb6 APMrover2: adjust for 16 channels in SERVO_OUTPUT_RAW 9 years ago
Andrew Tridgell c3d39e9906 Rover: added PLAY_TUNE and LED_CONTROL 9 years ago
Allan Matthew 1aaeceac2e Rover: support GPS_INPUT mavlink message 9 years ago
Tom Pittenger 07b22dc6eb Rover: ignore ADSB_VEHICLE packet handling 9 years ago
Tom Pittenger 698017d0b1 APMrover2: sanity check gps latlng 9 years ago
Andrew Tridgell cfaacf031b Rover: use ahrs.groundspeed() in more places 9 years ago
Peter Barker 87a7907a63 Rover: move telemetry_delayed up into base class 9 years ago
Grant Morphett 35a132f74e Rover: Added throttle PID logging 9 years ago
Peter Barker de452eb760 Rover: move adjust_rate_for_stream up 9 years ago
Peter Barker a1c97f4585 Rover: subclass GCS_MAVLink in place of defining its functions for it 9 years ago
Andrew Tridgell f61ba903dd Rover: don't stall EKF during baro cal 9 years ago
Andrew Tridgell 01caa7388a Rover: use send_heartbeat() wrapper 9 years ago
Andrew Tridgell ad7fe48991 Rover: always build with MAVLink2 headers 9 years ago
Andrew Tridgell 7c27e0dbec APMrover2: handle SETUP_SIGNING message 9 years ago
Don Gagne 4743a34cf7 APMrover2: SET_SENSORS_OFFSETS support for third compass 9 years ago
Allan Matthew 1f4ba62456 Rover: handle new MAVLink rangefinder input 9 years ago
Andrew Tridgell 7957f25f32 Rover: cleanup unnecessarily complex gcs[] usage 9 years ago
skyscraper 8c9e55edfa APMRover2: Fix up after refactoring RC_Channel class 9 years ago
Leandro Pereira f23bd7e09d GCS_MAVLink: Use a single stream_trigger() implementation 9 years ago
Andrew Tridgell efe3e19a51 Rover: fixed for changed API 9 years ago
Lucas De Marchi d3ee998fa6 APMrover2: use separate header for version macro 9 years ago
Michael du Breuil b327ed671b Rover: Ignore MSG_POSITION_TARGET_GLOBAL_INT for now 9 years ago
Michael Oborne 8816c5c681 ArduRover: support MAVLINK_MSG_ID_MISSION_ITEM_INT 9 years ago
Niti Rohilla 409a7e1c97 APMRover : Updated handle_guided_request() to report error. 9 years ago
Randy Mackay a5ed3c9b12 Rover: ack DO_MOUNT_CONTROL messages 9 years ago
Grant Morphett 801ced34a5 Rover: added the VIBRATION message which is sent to the GCS. 9 years ago
Saloni Jain ff74792fd4 Rover: MAV_CMD_DO_SET_HOME support in APMRover2 9 years ago
Michael du Breuil 8ae6e0d613 Rover: remove "Command received" statustext 9 years ago
Tom Pittenger 0372b52378 Rover: convert to using static send_statustext 9 years ago
Andrew Tridgell 39b9ae7e91 APMrover2: log a picture if AP_Camera::control() returns true 9 years ago
Siddharth Bharat Purohit 53d3e7dc61 Rover: wire up accel calibrator for Rover 9 years ago
DonLakeFlyer 0950c97866 Rover: return success or failure of get home position 9 years ago
Peter Barker fb197c9255 Rover: DataFlash-over-MAVLink support 9 years ago
Luis Vale Gonçalves 999e99c6f3 Rover: revise text messages 9 years ago
Caio Marcelo de Oliveira Filho ee073787c8 Rover: use millis/micros/panic functions 9 years ago
Grant Morphett 3636b53313 Rover: Implementation of the ARMING functionality 9 years ago
lvale a64689600f Rover: text message severity uniformization 9 years ago
Lucas De Marchi 1a084e5dcd APMrover2: remove check for AVR CPUs 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 4ab9821624 Replace use of Log_Write_Message_P() with Log_Write_Message() 9 years ago
Lucas De Marchi 89fc4f4b62 Replace use of send_text_P() with send_text() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P() 9 years ago