Skip to content

OpenPCDet LiDar Object Detection Node #536

OpenPCDet LiDar Object Detection Node

OpenPCDet LiDar Object Detection Node #536

GitHub Actions / Autopep8 failed Jun 11, 2024 in 0s

1 error

Autopep8 found 1 error

Annotations

Check failure on line 146 in src/perception/lidar_object_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py

See this annotation in the file changed.

@github-actions github-actions / Autopep8

src/perception/lidar_object_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py#L140-L146

         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__(