Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(start_planner): prevent hindering rear vehicles (autowarefoundat…
…ion#6545) * wip add function to check if other vehicles can pass Signed-off-by: Daniel Sanchez <[email protected]> * further refactoring Signed-off-by: Daniel Sanchez <[email protected]> * change breaks for return Signed-off-by: Daniel Sanchez <[email protected]> * added way to check closest overhang point to target centerline Signed-off-by: Daniel Sanchez <[email protected]> * wip get distance to left and right bounds Signed-off-by: Daniel Sanchez <[email protected]> * add check for param dereferencing Signed-off-by: Daniel Sanchez <[email protected]> * check gap and rear vehicle width Signed-off-by: Daniel Sanchez <[email protected]> * bugfix boolean condition was inverted Signed-off-by: Daniel Sanchez <[email protected]> * refactor Signed-off-by: Daniel Sanchez <[email protected]> * rename param Signed-off-by: Daniel Sanchez <[email protected]> * remove prints Signed-off-by: Daniel Sanchez <[email protected]> * use a better function to get the previous lanelets Signed-off-by: Daniel Sanchez <[email protected]> * update docs Signed-off-by: Daniel Sanchez <[email protected]> * update description Signed-off-by: Daniel Sanchez <[email protected]> * typo Signed-off-by: Daniel Sanchez <[email protected]> * update readme Signed-off-by: Daniel Sanchez <[email protected]> * Use the merging side to choose what lane bound to use Signed-off-by: Daniel Sanchez <[email protected]> * delete unused function Signed-off-by: Daniel Sanchez <[email protected]> * add debug message Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
- Loading branch information