Skip to content
Snippets Groups Projects
Commit 340c3ec5 authored by Fabian Reister's avatar Fabian Reister
Browse files

ObstacleControllerPlatformUnit: resetting velocity buffer on startup

parent d9a94a8d
No related branches found
No related tags found
2 merge requests!117Demo/integration,!113WIP: Fix/obstacle avoiding controller behavior
......@@ -122,6 +122,8 @@ armarx::ObstacleAvoidingPlatformUnit::onStartPlatformUnit()
invalidate(m_control_data.target_ori);
invalidate(m_viz.start);
m_control_data.vel_history.clear();
ARMARX_DEBUG << "Started " << getName() << ".";
}
......
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