Peter Barker
76847a2487
AP_GPS: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
31ffc83f64
AP_Camera: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
4312d1a500
AP_BoardConfig: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
9e76223c34
AP_Arming: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
3214b48f8c
AP_AirSpeed: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
ad7cb6ef32
AP_AdvancedFailsafe: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
e69bc5f46b
AP_ADSB: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
819054418b
Sub: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
c058fba5ac
Plane: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
592729733e
Copter: eliminate GCS_MAVLINK::send_statustext_all
8 years ago
Peter Barker
69c7402c9c
GCS_MAVLink: add const chan method to GCS_Dummy
8 years ago
Peter Barker
e9845fd593
Sub: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
1be52495f1
Plane: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
a4d167affe
Copter: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
579a1da2c5
Tracker: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
aeed1f0ff4
Rover: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
731aaed8af
GCS_MAVLink: eliminate global static GCS_MAVLINK::send_home_all
8 years ago
Peter Barker
6cc19fee35
GCS_MAVLink: GCS_Dummy and GCS_routing get get_mission
8 years ago
Peter Barker
4ec309222d
Tracker: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
48f2fcfebc
Sub: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
901045b029
Rover: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
d850feb75f
Plane: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
726007efde
GCS_MAVLink: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
3660236a0d
Copter: move common mission handling up to GCS_MAVLINK
8 years ago
Peter Barker
9f73d2f9d8
Sub: eliminate gcs_send_mission_item_reached wrapper
8 years ago
Peter Barker
250f315678
Plane: eliminate gcs_send_mission_item_reached wrapper
8 years ago
Peter Barker
358555446b
Copter: eliminate gcs_send_mission_item_reached wrapper
8 years ago
Peter Barker
2692ee22d3
Rover: eliminate gcs_send_mission_item_reached wrapper
8 years ago
Peter Barker
f82fa22833
Sub: eliminate gcs_end_message wrapper
8 years ago
Peter Barker
7865d467d3
Tracker: eliminate gcs_send_message wraper
8 years ago
Peter Barker
3b0a7703c4
Plane: eliminate gcs_send_message wrapper
8 years ago
Peter Barker
0ac045febe
Copter: eliminate gcs_send_message wrapper
8 years ago
Peter Barker
130ad52a22
Rover: eliminate gcs_send_message wrapper
8 years ago
Michael du Breuil
cb1b9b6674
AP_GPS: Fix SBF race condition on start
...
Unsure what the underlying problem is, but the length of the first string in
the initilisation_blob increasing resulted in a race condition, waiting
longer before retrying the message resolves it, but we still need to identify
the underlying problem. This patch just results in the GPS working with current
configurations. Tested against AsteRx-M firmware 3.6.3
8 years ago
Jacob Walser
20889ff8a9
APMotors6DOF: Add motor reverse parameters for motors 9-12
...
Fix overruns found in coverity 145496-99
8 years ago
Sriram Sami
f423e66d0c
uavcan: submodule update
8 years ago
khancyr
b28656eb11
Rover: reoder rc and servo init
8 years ago
Andrew Tridgell
7473471f38
Copter: reverse IDs in g2 for TCAL and tx_type
...
as discussed with Randy
8 years ago
Andrew Tridgell
dd7c96a6cc
AP_Radio: reseve an ID for AP_Radio
...
as discussed with Randy
8 years ago
Randy Mackay
bd2ba1565c
AC_WPNav: minor format fix
8 years ago
Randy Mackay
774e484869
Rover: remove servo channel failsafe from vehicle code
...
This is now handled by the MotorsUGV library
8 years ago
Randy Mackay
6464bfb601
MotorsUGV: set failsafe output
...
This informs the I/O board to stop sending pwm if the I/O board loses
contact with the main CPU
8 years ago
Tom Pittenger
25b014524a
Copter: use send_text method on the GCS singleton
8 years ago
Peter Barker
279072cf25
Sub: use send_text method on the GCS singleton
8 years ago
Peter Barker
9509f7f1bf
Rover: use send_text method on the GCS singleton
8 years ago
Peter Barker
5a8f01c19c
Plane: use send_text method on the GCS singleton
8 years ago
Peter Barker
f60389d4aa
Copter: use send_text method on the GCS singleton
8 years ago
Peter Barker
2039222c7e
Tracker: use send_text method on the GCS singleton
8 years ago
Peter Barker
02532af64b
GCS_MAVLink: a send_text method on the GCS singleton
8 years ago
Peter Barker
f9eeaacd6c
Tracker: use Notify singleton for sending statustext
8 years ago