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: docs/Components/Clock/ClockPublisher/index.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ The desired `TimeSource` can be selected in two ways:
23
23
24
24
#### List of Time Sources
25
25
26
-
| Type | String Value for JSON Config |Description|
27
-
|:-|:-|:-|
28
-
| UNITY | unity |based on the time of the _Unity Engine_|
29
-
| SS2 | ss2 |driven by an external source, used by the [scenario simulator v2](../../ScenarioSimulation/PreparingTheConnectionBetweenAWSIMAndScenarioSimulator/)|
30
-
| DOTNET_SYSTEM | system |based on system time, starting with time since UNIX epoch, progressing according to simulation timescale|
31
-
| DOTNET_SIMULATION | simulation |based on system time, starting with zero value, progressing according to simulation timescale|
32
-
| ROS2 | ros2 |based on _ROS2_ time (system time by default) |
26
+
| Type | String Value for JSON Config |Driven by | Start Value | Affected by Time Scale | Remarks|
27
+
|:-|:-|:-|:-|:-|:-|
28
+
| UNITY | unity |UnityEngine.Time | 0 | yes ||
29
+
| SS2 | ss2 |externally | depends on external source| no | used by the [scenario simulator v2](../../ScenarioSimulation/PreparingTheConnectionBetweenAWSIMAndScenarioSimulator/)|
30
+
| DOTNET_SYSTEM | system |System.DateTime | UNIX epoch| yes| starts with UNIX epoch time and progresses with System.DateTime scaled by AWSIM time scale|
31
+
| DOTNET_SIMULATION | simulation |System.DateTime | 0 | yes | starts with zero value and progresses with System.DateTime scaled by AWSIM time scale|
0 commit comments