-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(run_out_module): add tests to run out (#9222)
* WIP add tests for utils and path_utils Signed-off-by: Daniel Sanchez <[email protected]> * add tests for utils and fix test path utils Signed-off-by: Daniel Sanchez <[email protected]> * dynamic obstacles Signed-off-by: Daniel Sanchez <[email protected]> * new tests and add function declarations Signed-off-by: Daniel Sanchez <[email protected]> * add points for test of extractObstaclePointsWithinPolygon Signed-off-by: Daniel Sanchez <[email protected]> * add state machine tests and other tests for dynamic obstacle Signed-off-by: Daniel Sanchez <[email protected]> * remove unused test checks Signed-off-by: Daniel Sanchez <[email protected]> * remove unused tests Signed-off-by: Daniel Sanchez <[email protected]> * remove unwanted semicolons Signed-off-by: Daniel Sanchez <[email protected]> * test Signed-off-by: Daniel Sanchez <[email protected]> * add comments Signed-off-by: Daniel Sanchez <[email protected]> * solve cpp-check limitation issue by removing namespaces Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
- Loading branch information
1 parent
7528c47
commit 4e12cb0
Showing
11 changed files
with
962 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.