Skip to content

Commit

Permalink
add record topic for all component test
Browse files Browse the repository at this point in the history
Signed-off-by: MasatoSaeki <[email protected]>
  • Loading branch information
MasatoSaeki committed Feb 20, 2025
1 parent c9d0197 commit 9c8e290
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions driving_log_replayer_v2/driving_log_replayer_v2/launch/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@

from launch.actions import DeclareLaunchArgument

RECORD_TOPIC = """^/localization/util/downsample/pointcloud$\
|^/localization/pose_twist_fusion_filter/biased_pose_with_covariance$\
RECORD_TOPIC = """^/diagnostics$\
|^/sensing/lidar/concatenated/pointcloud$\
|^/perception/object_recognition/objects$\
|^/perception/obstacle_segmentation/pointcloud$\
|^/perception/object_recognition/detection/rois(11|10|[0-9])$\
|^/perception/traffic_light_recognition/camera(11|10|[0-9])/detection/rois$\
|^/perception/traffic_light_recognition/camera(11|10|[0-9])/detection/rough/rois$\
|^/perception/traffic_light_recognition/camera(11|10|[0-9])/classification/traffic_signals$\
|^/perception/traffic_light_recognition/traffic_signals$\
|^/tf$\
|^/tf_static$\
|^/planning/scenario_planning/lane_driving/behavior_planning/path$\
|^/planning/scenario_planning/trajectory$\
|^/.*/virtual_wall/.*$\
|^/.*/path_candidate/.*\
"""

AUTOWARE_DISABLE = {}
Expand Down

0 comments on commit 9c8e290

Please sign in to comment.