Skip to content

Commit

Permalink
Merge commit
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 Jul 2, 2024
2 parents f30011d + 8d93e97 commit 117404c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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 # The segments/lanelets
Segment[] segments
geometry_msgs/Pose pose
6 changes: 2 additions & 4 deletions autoware_planning_msgs/msg/Segment.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Segments are similar to lanelets.

uint16 id
Linestring[2] linestrings
int32[] successor_lanelet_id
int32[] neighboring_lanelet_id
int32[] successor_segment_id
int32[] neighboring_segment_id

0 comments on commit 117404c

Please sign in to comment.