Skip to content

Commit

Permalink
Update skills/src/lasr_skills/vision/get_image.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
  • Loading branch information
MBTMBTMBT and jws-1 authored Apr 23, 2024
1 parent 9bffac0 commit 378579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/src/lasr_skills/vision/get_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def execute(self, userdata):

class GetImageAndPointCloud(smach.State):
"""
State for reading an sensor_msgs Image message, get 2d and 3d messages simutainously
State for acquiring Image and PointCloud2 messages simultaneously.
"""

def __init__(self, topic: str = None):
Expand Down

0 comments on commit 378579b

Please sign in to comment.