Skip to content

Fix type of lane_ids

In this MR, I changed the type of lane_ids in PathPointWithLaneId fromuint64 to int64.

In MapPrimitive, id is defined as int64. Furthermore, lanelet::Id is also defined as int64.

https://github.com/fzi-forschungszentrum-informatik/Lanelet2/blob/master/lanelet2_core/include/lanelet2_core/Forward.h#L198

In order to match the type, it is necessary to change the type of lane_ids.

Merge request reports