You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: robmuxinator/robmuxinator.py
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -806,7 +806,7 @@ def main():
806
806
"--instance_id",
807
807
type=int,
808
808
help="an unique id used to prepend to each session name within the config file. used for multi-robot emulation. the instance_id is also exported to the env used within the sessions as well as to guarantee a unique ROS_DOMAIN_ID",
809
-
default=0,
809
+
default=-1,
810
810
)
811
811
812
812
argcomplete.autocomplete(parser)
@@ -897,9 +897,8 @@ def main():
897
897
# Check if 'instance_id' was given by the user.
898
898
# This indicates the a multi-instance setup, e.g. for multi-robot emulation.
899
899
# Therefore we export the INSTANCE_ID and use it for to guarantee a unique ROS_DOMAIN_ID
0 commit comments