This is an example of how to use the local planner methods.
void LocalPlannerUseCase() {
std::string lpLabel = "StraightLine";
CfgType c1, c2, col;
}
Definition: Environment.h:137
double GetOrientationRes() const noexcept
Get the orientation resolution.
Definition: Environment.cpp:600
double GetPositionRes() const noexcept
Get the position resolution.
Definition: Environment.cpp:586
Definition: LocalPlannerMethod.h:32
virtual bool IsConnected(const Cfg &_start, const Cfg &_end, Cfg &_col, LPOutput *_lpOutput, double _posRes, double _oriRes, bool _checkCollision=true, bool _savePath=false)=0
std::vector< Cfg > BlindPath(const std::vector< Cfg > &_waypoints, const double _posRes, const double _oriRes)
Definition: LocalPlannerMethod.cpp:69
Definition: LPOutput.h:24