-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify namespaced bringups and multirobot sim (#4715)
* WIP single robot namespacing working Signed-off-by: Luca Della Vedova <[email protected]> * Remove manual namespace substitution Signed-off-by: Luca Della Vedova <[email protected]> * Remove all multirobot specific configs Signed-off-by: Luca Della Vedova <[email protected]> * Refactor parsing function to common, add for rest of layers Signed-off-by: Luca Della Vedova <[email protected]> * Fix dwb_critics test Signed-off-by: Luca Della Vedova <[email protected]> * Add alternative API for costmap construction Signed-off-by: Luca Della Vedova <[email protected]> * Address review feedback Signed-off-by: Luca Della Vedova <[email protected]> * Remove remaining usage of `use_namespace` parameter Signed-off-by: Luca Della Vedova <[email protected]> * Always join with parent namespace Signed-off-by: Luca Della Vedova <[email protected]> * Use private parameter for parent namespace Signed-off-by: Luca Della Vedova <[email protected]> * Fix integration test Signed-off-by: Luca Della Vedova <[email protected]> * Revert "Use private parameter for parent namespace" This reverts commit 0c958dc. Signed-off-by: Luca Della Vedova <[email protected]> * Revert "Fix integration test" This reverts commit 137d577. Signed-off-by: Luca Della Vedova <[email protected]> * Remove global map_topic parameter Signed-off-by: Luca Della Vedova <[email protected]> * Simplify Costmap2DROS constructor Signed-off-by: Luca Della Vedova <[email protected]> --------- Signed-off-by: Luca Della Vedova <[email protected]> Signed-off-by: Luca Della Vedova <[email protected]>
- Loading branch information
1 parent
bea6b6d
commit 3ee384d
Showing
49 changed files
with
146 additions
and
1,613 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.