mirror of https://github.com/ArduPilot/ardupilot
AP_Proximity: Include database push in MR72 driver
This commit is contained in:
parent
f403594390
commit
449a56fd52
|
@ -117,6 +117,7 @@ bool AP_Proximity_MR72_CAN::parse_distance_message(AP_HAL::CANFrame &frame)
|
|||
|
||||
const AP_Proximity_Boundary_3D::Face face = frontend.boundary.get_face(yaw);
|
||||
_temp_boundary.add_distance(face, yaw, objects_dist);
|
||||
database_push(yaw, objects_dist);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue