Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Eisenmann <[email protected]>
  • Loading branch information
simon-eisenmann-driveblocks committed Jun 26, 2024
1 parent 55ad133 commit d12cda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_planning_msgs/msg/RoadSegments.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
std_msgs/Header header
Segment[] segments
Segment[] segments # The segments/lanelets
geometry_msgs/Pose pose
2 changes: 2 additions & 0 deletions autoware_planning_msgs/msg/Segment.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Segments are similar to lanelets.

uint16 id
Linestring[2] linestrings
int32[] successor_lanelet_id
Expand Down

0 comments on commit d12cda0

Please sign in to comment.