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
The ``do parallel`` runs the actual test drive and a time-out in
187
-
parallel. In case something goes wrong, the time-out prevents the
188
-
scenario from running indefinitely by canceling it after 2 minutes and
189
-
marking it as failed.
183
+
The ``do serial`` runs the actual test drive. A modifier is used to specify a timeout. If the scenario takes longer than 60 seconds, it will be marked as failed.
190
184
191
185
192
186
Before being able to navigate, nav2 needs to be initialized. This
@@ -195,7 +189,7 @@ includes setting the initial pose of the Nav2 localization module
A turtlebot is initialsed with nav2 which drives to a point and back.
21
+
A turtlebot is initialsed with nav2 which drives to the scenario-specified goal.
22
22
23
23
For a more detailed understanding of the code structure and scenario implementation please refer to the [tutorial documentation](https://intellabs.github.io/scenario_execution/tutorials.html).
0 commit comments