Skip to content

Commit

Permalink
AP_VisualOdom: minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Feb 9, 2021
1 parent d928b80 commit f4e6d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_VisualOdom/AP_VisualOdom_Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

#include <AP_Logger/AP_Logger.h>

// Write visual odometry sensor data
// Write visual odometry sensor data
void AP_VisualOdom_Backend::Write_VisualOdom(float time_delta, const Vector3f &angle_delta, const Vector3f &position_delta, float confidence)
{
const struct log_VisualOdom pkt_visualodom{
const struct log_VisualOdom pkt_visualodom {
LOG_PACKET_HEADER_INIT(LOG_VISUALODOM_MSG),
time_us : AP_HAL::micros64(),
time_delta : time_delta,
Expand Down

0 comments on commit f4e6d63

Please sign in to comment.