Skip to content

Commit

Permalink
chore: comment out for avoid no diag stale
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi committed Feb 9, 2024
1 parent 6fc7873 commit 299c263
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions aip_x1_1_launch/launch/topic_state_monitor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def generate_launch_description():
name="topic_state_monitor_pandar_front_center_outlier_filtered",
parameters=[
{
"topic": "/sensing/lidar/front_center/outlier_filtered/pointcloud",
"topic": "/sensing/lidar/front_center/pointcloud",
"topic_type": "sensor_msgs/msg/PointCloud2",
"best_effort": True,
"diag_name": "sensing_topic_status",
Expand All @@ -84,25 +84,7 @@ def generate_launch_description():
name="topic_state_monitor_rough_no_ground",
parameters=[
{
"topic": "/perception/obstacle_segmentation/single_frame/pointcloud_raw",
"topic_type": "sensor_msgs/msg/PointCloud2",
"best_effort": True,
"diag_name": "sensing_topic_status",
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 1.0,
"window_size": 10,
},
],
extra_arguments=[{"use_intra_process_comms": True}],
)
topic_state_monitor_short_height_no_ground = ComposableNode(
package="topic_state_monitor",
plugin="topic_state_monitor::TopicStateMonitorNode",
name="topic_state_monitor_short_height_no_ground",
parameters=[
{
"topic": "/perception/obstacle_segmentation/plane_fitting/pointcloud",
"topic": "/perception/obstacle_segmentation/single_frame/pointcloud",
"topic_type": "sensor_msgs/msg/PointCloud2",
"best_effort": True,
"diag_name": "sensing_topic_status",
Expand All @@ -114,6 +96,24 @@ def generate_launch_description():
],
extra_arguments=[{"use_intra_process_comms": True}],
)
# topic_state_monitor_short_height_no_ground = ComposableNode(
# package="topic_state_monitor",
# plugin="topic_state_monitor::TopicStateMonitorNode",
# name="topic_state_monitor_short_height_no_ground",
# parameters=[
# {
# "topic": "/perception/obstacle_segmentation/plane_fitting/pointcloud",
# "topic_type": "sensor_msgs/msg/PointCloud2",
# "best_effort": True,
# "diag_name": "sensing_topic_status",
# "warn_rate": 5.0,
# "error_rate": 1.0,
# "timeout": 1.0,
# "window_size": 10,
# },
# ],
# extra_arguments=[{"use_intra_process_comms": True}],
# )

# topic monitor for tamagawa IMU
topic_state_monitor_imu_data = ComposableNode(
Expand Down Expand Up @@ -146,7 +146,7 @@ def generate_launch_description():
topic_state_monitor_top_outlier_filtered,
topic_state_monitor_pandar_front_center_outlier_filtered,
topic_state_monitor_rough_no_ground,
topic_state_monitor_short_height_no_ground,
# topic_state_monitor_short_height_no_ground,
topic_state_monitor_imu_data,
],
output="screen",
Expand Down

0 comments on commit 299c263

Please sign in to comment.