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: simulator/carla_autoware/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ All the key parameters can be configured in `carla_autoware.launch.xml`.
73
73
|`fixed_delta_seconds`| double | 0.05 | Time step for the simulation (related to client FPS) |
74
74
|`objects_definition_file`| string | "$(find-pkg-share carla_autoware)/objects.json" | Sensor parameters file that are used for spawning sensor in CARLA |
75
75
|`use_traffic_manager`| bool | True | Boolean flag to set traffic manager in CARLA |
76
+
|`max_real_delta_seconds`| double | 0.05 | Parameter to limit the simulation speed below `fixed_delta_seconds`|
0 commit comments