chobitsfan
|
760e86ff4d
|
AP_Proximity: remove unused definition
`bool initialise()` is not implemented. Maybe it would be better to remove its definition
|
5 years ago |
Randy Mackay
|
ff0460342b
|
AP_Proximity: minor comment fix
|
5 years ago |
Peter Barker
|
39863bf0b4
|
AP_Proximity: remove empty constructors
Well, some of them were only essentially empty
|
5 years ago |
Pierre Kancir
|
5b745aa1f1
|
AP_Proximity: pass mavlink_message_t by const reference
|
6 years ago |
Peter Barker
|
e0ab431ebd
|
AP_Proximity: add override keyword where required
|
6 years ago |
Randy Mackay
|
7fa592e673
|
AP_Proximity: increase MAV driver timeout to 500ms
this comes after testing with ROS/mavros and discovering the update rate is only 4hz
|
6 years ago |
Randy Mackay
|
a47e215a8e
|
AP_Proximity: add get_upward_distance
This allow support for upward facing proximity sensor received through a DISTANCE_SENSOR message.
Also added SITL test
|
8 years ago |
Randy Mackay
|
a0a8472a44
|
AP_Proximity: fix consumption of distance-sensor messages
|
8 years ago |
Randy Mackay
|
e497dedf35
|
AP_Proximity: add MAV type
This accepts DISTANCE_SENSOR messages from eight sectors around the vehicle
|
8 years ago |