Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 26, 2024
1 parent 83a4fc1 commit 2f2372c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sensing/pointcloud_preprocessor/test/test_concatenate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,20 @@
logger = get_logger(__name__)

INPUT_LIDAR_TOPICS = [
"/test/sensing/lidar/front_upper/pointcloud",
"/test/sensing/lidar/front_lower/pointcloud",
"/test/sensing/lidar/left_upper/pointcloud",
"/test/sensing/lidar/left_lower/pointcloud",
"/test/sensing/lidar/right_upper/pointcloud",
"/test/sensing/lidar/right_lower/pointcloud",
"/test/sensing/lidar/rear_upper/pointcloud",
"/test/sensing/lidar/rear_lower/pointcloud",
]
"/test/sensing/lidar/front_upper/pointcloud",
"/test/sensing/lidar/front_lower/pointcloud",
"/test/sensing/lidar/left_upper/pointcloud",
"/test/sensing/lidar/left_lower/pointcloud",
"/test/sensing/lidar/right_upper/pointcloud",
"/test/sensing/lidar/right_lower/pointcloud",
"/test/sensing/lidar/rear_upper/pointcloud",
"/test/sensing/lidar/rear_lower/pointcloud",
]
INPUT_LIDAR_TOPICS_OFFSET = [0.025, 0.025, 0.01, 0.0, 0.05, 0.05, 0.05, 0.05]
TIMEOUT_SEC = 0.075
INPUT_LIDAR_NUM_POINTS = [10, 10, 10, 10, 10, 10, 10, 10]


@pytest.mark.launch_test
def generate_test_description():
nodes = []
Expand Down Expand Up @@ -212,7 +213,7 @@ def pointcloud_callback(msg):
header = Header()
header.stamp = self.test_node.get_clock().now().to_msg()
header.frame_id = "base_link"

# Publish velocity data
for i in range(50):
header_tmp = Header()
Expand Down

0 comments on commit 2f2372c

Please sign in to comment.