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 b35ce5b..1768edc 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 @@ -23,7 +23,7 @@ def launch_setup(context, *args, **kwargs): - """Returns 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)