Skip to content

Commit

Permalink
Tracker: log attitude dt
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Sep 4, 2024
1 parent 507cf91 commit 67f7c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AntennaTracker/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void Tracker::Log_Write_Attitude()
Vector3f targets;
targets.y = nav_status.pitch * 100.0f;
targets.z = wrap_360_cd(nav_status.bearing * 100.0f);
ahrs.Write_Attitude(targets);
ahrs.Write_Attitude(targets, AP_HAL::micros64(), AP::scheduler().get_last_loop_time_s());
AP::ahrs().Log_Write();
}

Expand Down

0 comments on commit 67f7c6f

Please sign in to comment.