Class LoSCollisionChecker
Defined in File goal_intent_search.hpp
Class Documentation
Public Functions
Constructor.
- Parameters:
costmap – Costmap to check
Destructor.
Find the line segment in cosmap frame.
- Parameters:
start – Start point
end – End point
- Returns:
True if the line segment is on the costmap, false otherwise
Check if the line segment is in collision with the costmap.
- Returns:
True if the line segment is in collision, false otherwise
Protected Attributes