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

DynamicObstacleManager: distanceToObstacle with new arguments

parent a7192cff
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