Skip to content

Commit

Permalink
Do not namespace unless requested
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Oct 19, 2023
1 parent d907d62 commit 4eb4868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bdai_ros2_wrappers/bdai_ros2_wrappers/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def __init__(
forward_logging = prebaked
if autospin is None:
autospin = prebaked
if namespace is None and prebaked:
namespace = True
if namespace is True:
if cli is None:
program_name = os.path.basename(sys.argv[0])
Expand Down

0 comments on commit 4eb4868

Please sign in to comment.