mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_VisualOdom: minor format and comment fixes
This commit is contained in:
parent
ecf5abc1f2
commit
cca361a942
@ -49,7 +49,6 @@ public:
|
||||
float confidence; // confidence expressed as a value from 0 (no confidence) to 100 (very confident)
|
||||
uint32_t last_sensor_update_ms; // system time (in milliseconds) of last update from sensor
|
||||
uint32_t last_processed_sensor_update_ms; // timestamp of last sensor update that was processed
|
||||
|
||||
};
|
||||
|
||||
// detect and initialise any sensors
|
||||
|
@ -25,7 +25,7 @@ AP_VisualOdom_MAV::AP_VisualOdom_MAV(AP_VisualOdom &frontend) :
|
||||
{
|
||||
}
|
||||
|
||||
// consume VISIOIN_POSITION_DELTA MAVLink message
|
||||
// consume VISION_POSITION_DELTA MAVLink message
|
||||
void AP_VisualOdom_MAV::handle_msg(const mavlink_message_t &msg)
|
||||
{
|
||||
// decode message
|
||||
|
Loading…
Reference in New Issue
Block a user