#include <geom.h>
Inheritance diagram for GeomNone:
Public Methods | |
GeomNone (string path) | |
virtual | ~GeomNone () |
virtual bool | CollisionFree (const MSLVector &q) |
Return true if the robot(s) and obstacles are not in collision. More... | |
virtual double | DistanceComp (const MSLVector &q) |
Compute the distance of the closest point on the robot to the obstacle region. More... |
|
|
|
|
|
Return true if the robot(s) and obstacles are not in collision.
Implements Geom. |
|
Compute the distance of the closest point on the robot to the obstacle region.
Implements Geom. |