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

ObstacleAvoidingPlatformUnit: adding comment

parent 1eea24ff
No related branches found
No related tags found
No related merge requests found
......@@ -588,6 +588,7 @@ bool armarx::ObstacleAvoidingPlatformUnit::is_almost_reaching_target(const Eigen
const float sim = cosine_similarity(target_direction, control_direction);
// if almost pointing into same direction
if (sim > cos(M_PI_4f32))
{
return true;
......
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