APM:Libraries
AP_VisualOdom_MAV.h
Go to the documentation of this file.
1 #pragma once
2 
4 
6 {
7 
8 public:
9  // constructor
11 
12  // consume VISION_POSITION_DELTA MAVLink message
13  void handle_msg(mavlink_message_t *msg) override;
14 };
AP_VisualOdom_MAV(AP_VisualOdom &frontend)
void handle_msg(mavlink_message_t *msg) override