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: launch/tier4_planning_launch/launch/scenario_planning/lane_driving/behavior_planning/behavior_planning.launch.xml
Copy file name to clipboardexpand all lines: launch/tier4_planning_launch/launch/scenario_planning/lane_driving/motion_planning/motion_planning.launch.xml
Copy file name to clipboardexpand all lines: localization/gyro_odometer/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,18 @@
34
34
-[Limitation] The frequency of the output messages depends on the frequency of the input IMU message.
35
35
36
36
-[Limitation] We cannot produce reliable values for the lateral and vertical velocities. Therefore we assign large values to the corresponding elements in the output covariance matrix.
|`topic_time_stamp`| the time stamp of service calling. [nano second]| none | none |
45
+
|`is_arrived_first_vehicle_twist`| whether the vehicle twist topic has been received even once. | not arrive yet | none |
46
+
|`is_arrived_first_imu`| whether the imu topic has been received even once. | not arrive yet | none |
47
+
|`vehicle_twist_time_stamp_dt`| the time difference between the current time and the latest vehicle twist topic. [second]| none | the time is **longer** than `message_timeout_sec`|
48
+
|`imu_time_stamp_dt`| the time difference between the current time and the latest imu topic. [second]| none | the time is **longer** than `message_timeout_sec`|
49
+
|`vehicle_twist_queue_size`| the size of vehicle_twist_queue. | none | none |
50
+
|`imu_queue_size`| the size of gyro_queue. | none | none |
51
+
|`is_succeed_transform_imu`| whether transform imu is succeed or not. | none | failed |
0 commit comments