Skip to content

OpenPCDet LiDar Object Detection Node #539

OpenPCDet LiDar Object Detection Node

OpenPCDet LiDar Object Detection Node #539

Triggered via pull request June 11, 2024 02:44
Status Success
Total duration 1m 53s
Artifacts

build_and_unitest.yml

on: pull_request
Setup Environment
25s
Setup Environment
Matrix: Build/Test
Confirm Build and Unit Tests Completed
0s
Confirm Build and Unit Tests Completed
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 notices
src/perception/lidar_object_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py#L122
detected_object.hypothesis.score = float(pred_dicts[0]["pred_scores"][idx]) detection.results.append(detected_object) detections.detections.append(detection) - if self.publish_detection: self.viz_publisher.publish(marker_array)
src/perception/lidar_object_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py#L144
cfg_from_yaml_file(args.cfg_file, cfg) return args, cfg + class LidarDatalodaer(DatasetTemplate): def __init__(self, dataset_cfg, class_names, training=True, logger=None, ext=".bin"): super().__init__(dataset_cfg=dataset_cfg, class_names=class_names, training=training, logger=logger) + def main(args=None): rclpy.init(args=args)
Setup Environment
Detected infrastructure changes
Setup Environment
Using openpcdet-dan as the source branch
Setup Environment
Using main as the target branch
Confirm Build and Unit Tests Completed
All builds and unit tests completed!