-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Original report (archived issue) by Brian Bingham (Bitbucket: brian_bingham).
Currently the run_trial.bash script does the following in order:
- Starts up the vrx-server container
- Waits a fixed amount of time (9 seconds)
- Then starts the team’s container
We should verify that this timing won’t cause any problems. I believe it is done this way b/c if we start the team’s container first, it will not have a ROS master on the network which could cause problems.
This seems to have the potential for the simulation to start (and proceed towards Running state) before the team’s code gets up and running, especially if the team’s container takes significant time to spin up.
Also, Tyler left notes in the source to check on this, so wanted to get it into our list.
Reactions are currently unavailable