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
|`timer_period`| double |[s] Period for the main processing timer. |
134
142
|`test_iteration`| int | Number of iterations for the test. |
135
143
|`output_file_path`| string | Directory path where test results and statistics will be stored. |
136
-
|`object_search_radius_offset`| double |[m] Additional radius added to the search area when looking for objects. |
137
144
|`spawn_time_after_init`| double |[s] Time delay after initialization before spawning objects. Only valid `perception_planning` mode. |
138
145
|`spawn_distance_threshold`| double |[m] Distance threshold for spawning objects. Only valid `planning_control` mode. |
139
-
|`spawned_pointcloud_sampling_distance`| double |[m] Sampling distance for point clouds of spawned objects. Only valid `planning_control` mode. |
140
-
|`dummy_perception_publisher_period`| double |[s] Publishing period for the dummy perception data. Only valid `planning_control` mode. |
141
146
|`poses.initialization_pose`| struct | Initial pose of the vehicle, containing `x`, `y`, `z`, `roll`, `pitch`, and `yaw` fields. Only valid `planning_control` mode. |
142
147
|`poses.entity_params`| struct | Parameters for entities (e.g., obstacles), containing `x`, `y`, `z`, `roll`, `pitch`, `yaw`, `x_dimension`, `y_dimension`, and `z_dimension`. |
143
148
|`poses.goal_pose`| struct | Goal pose of the vehicle, containing `x`, `y`, `z`, `roll`, `pitch`, and `yaw` fields. |
144
149
|`topic_publisher.path_bag_without_object`| string | Path to the ROS bag file without objects. Only valid `perception_planning` mode. |
145
150
|`topic_publisher.path_bag_with_object`| string | Path to the ROS bag file with objects. Only valid `perception_planning` mode. |
151
+
|`topic_publisher.spawned_pointcloud_sampling_distance`| double |[m] Sampling distance for point clouds of spawned objects. Only valid `planning_control` mode. |
152
+
|`topic_publisher.dummy_perception_publisher_period`| double |[s] Publishing period for the dummy perception data. Only valid `planning_control` mode. |
146
153
|`topic_publisher.pointcloud_publisher.pointcloud_publisher_type`| string | Defines how the PointCloud2 messages are going to be published. Modes explained above. |
147
154
|`topic_publisher.pointcloud_publisher.pointcloud_publisher_period`| double |[s] Publishing period of the PointCloud2 messages. |
148
155
|`topic_publisher.pointcloud_publisher.publish_only_pointcloud_with_object`| bool | Default false. Publish only the point cloud messages with the object. |
@@ -161,35 +168,34 @@ paths of the recorded rosbags.**
0 commit comments