Skip to content

Commit fff9d7d

Browse files
committed
Updated description of time sources
1 parent f275dae commit fff9d7d

File tree

1 file changed

+7
-7
lines changed
  • docs/Components/Clock/ClockPublisher

1 file changed

+7
-7
lines changed

docs/Components/Clock/ClockPublisher/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The desired `TimeSource` can be selected in two ways:
2323

2424
#### List of Time Sources
2525

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 |
32+
| ROS2 | ros2 | ROS2.Clock | UNIX epoch (by default)| no | uses ROS 2 time |
3333

3434

3535

0 commit comments

Comments
 (0)