Skip to content

Commit

Permalink
component/lidar. fix flake8 D400 and D415
Browse files Browse the repository at this point in the history
Signed-off-by: amc-nu <[email protected]>
  • Loading branch information
amc-nu committed Sep 5, 2024
1 parent de8c945 commit f8cb5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8cb5f2

Please sign in to comment.