Skip to content
Snippets Groups Projects
Commit 7d056cd1 authored by Fabian Reister's avatar Fabian Reister Committed by robdekon_h2t
Browse files

DynamicObstacleManager: distanceToObstacle with new arguments

parent bc401ced
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ module armarx
void wait_unitl_obstacles_are_ready();
float distanceToObstacle(Eigen::Vector2f position, Eigen::Vector2f goal);
float distanceToObstacle(Eigen::Vector2f agentPosition, Eigen::Vector2f agentExtents, float yaw, Eigen::Vector2f goal);
};
};
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