Skip to content

Commit

Permalink
renamed the function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Apr 23, 2024
1 parent c1b15b9 commit 9bffac0
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 @@ -53,7 +53,7 @@ def execute(self, userdata):
return 'succeeded'


class GetImageAndPCLImage(smach.State):
class GetImageAndPointCloud(smach.State):
"""
State for reading an sensor_msgs Image message, get 2d and 3d messages simutainously
"""
Expand Down

0 comments on commit 9bffac0

Please sign in to comment.