Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasnol committed Dec 18, 2024
1 parent cd13e96 commit 560c0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/perception/src/Lanedetection_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def setup_camera_subscriptions(self, side):

def setup_dist_array_subscription(self):
"""
sets up a subscription to the lidar
sets up a subscription to the lidar distance array
depth image of the selected camera angle
"""

Expand All @@ -88,7 +88,7 @@ def setup_lane_publisher(self):
)

def setup_driveable_area_publisher(self):
"""sets up a publisher for the lane mask
"""sets up a publisher for the driveable area mask
topic: /Center/lane_mask
"""
self.driveable_area_publisher = self.new_publisher(
Expand Down Expand Up @@ -127,7 +127,7 @@ def handle_dist_array(self, dist_array):
the lidar distance node with the latest depth image.
Args:
dist_array (image msg): Depth image frim Lidar Distance Node
dist_array (image msg): Depth image from Lidar Distance Node
"""
# callback function for lidar depth image
# since frequency is lower than image frequency
Expand Down

0 comments on commit 560c0d5

Please sign in to comment.