Skip to content

Commit

Permalink
fixing pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhuynh committed Jun 11, 2024
1 parent 8c9f195 commit a0b046f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def __init__(self, dataset_cfg, class_names, training=True, logger=None, ext=".b
dataset_cfg=dataset_cfg, class_names=class_names, training=training, logger=logger
)


def main(args=None):
rclpy.init(args=args)
node = LidarObjectDetection()

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

View workflow job for this annotation

GitHub Actions / Autopep8

src/perception/lidar_object_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py#L142-L153

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)
Expand Down

0 comments on commit a0b046f

Please sign in to comment.