diff --git a/edge_auto_launch/launch/component/lidar_camera_tf_publisher.launch.py b/edge_auto_launch/launch/component/lidar_camera_tf_publisher.launch.py index 4fbd513..a0e659a 100644 --- a/edge_auto_launch/launch/component/lidar_camera_tf_publisher.launch.py +++ b/edge_auto_launch/launch/component/lidar_camera_tf_publisher.launch.py @@ -22,7 +22,7 @@ def launch_setup(context, *args, **kwargs): - """Return Launch Configuration for the TF between the lidar and the camera. """ + """Return Launch Configuration for the TF between the lidar and the camera.""" tf_file = LaunchConfiguration('tf_file_path').perform(context) with open(tf_file, 'r') as f: tf_data = json.load(f)