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: perception/radar_tracks_msgs_converter/schema/radar_tracks_msgs_converter.schema.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,28 @@
8
8
"properties": {
9
9
"update_rate_hz": {
10
10
"type": "number",
11
-
"description": "The update rate [hz] for the `onTimer` function. Should be the same as the frame rate of input topics.",
11
+
"description": "The update rate [hz] of the output topic",
12
12
"default": "20.0",
13
13
"minimum": 0.0
14
14
},
15
15
"new_frame_id": {
16
16
"type": "string",
17
-
"description": "The header frame_id of the output topic.",
17
+
"description": "The header frame_id of the output topic",
18
18
"default": "base_link"
19
19
},
20
20
"use_twist_compensation": {
21
21
"type": "boolean",
22
-
"description": "Flag to enable the compensation to linear of ego vehicle's twist. If true, the twist of the output objects' topic is compensated by the ego vehicle linear motion.",
22
+
"description": "Flag to enable the linear compensation of ego vehicle's twist",
23
23
"default": "false"
24
24
},
25
25
"use_twist_yaw_compensation": {
26
26
"type": "boolean",
27
-
"description": "Flag to enable the compensation to yaw rotation of ego vehicle's twist. If true, the ego motion compensation will also consider yaw motion of the ego vehicle.",
27
+
"description": "Flag to enable the compensation of yaw rotation of ego vehicle's twist",
28
28
"default": "false"
29
29
},
30
30
"static_object_speed_threshold": {
31
31
"type": "number",
32
-
"description": "Threshold to determine the flag `is_stationary`. If the velocity is lower than this parameter, the flag `is_stationary` of DetectedObject is set to `true` and dealt as a static object.",
32
+
"description": "Threshold to treat detected objects as static objects",
0 commit comments