Skip to content

Commit

Permalink
Fix type from uint64 to int64 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rej55 authored and taikitanaka3 committed Dec 1, 2021
1 parent 0b0c495 commit c5c0ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module autoware_auto_planning_msgs {

@verbatim(language = "comment", text =
"Lanelet lane_id information.")
sequence<uint64> lane_ids;
sequence<int64> lane_ids;
};
};
};

0 comments on commit c5c0ccd

Please sign in to comment.