Skip to content
Snippets Groups Projects
Commit 299c40f6 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Beat Küng
Browse files

mc_pos_control: timestamp fix for vel_sp

parent a66a25b8
No related branches found
No related tags found
No related merge requests found
......@@ -1692,6 +1692,7 @@ MulticopterPositionControl::control_position(float dt)
_vel_sp_prev = _vel_sp;
_global_vel_sp.timestamp = hrt_absolute_time();
_global_vel_sp.vx = _vel_sp(0);
_global_vel_sp.vy = _vel_sp(1);
_global_vel_sp.vz = _vel_sp(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment