Skip to content
Snippets Groups Projects
Commit fab17a31 authored by Ahmed Rehman Ghazi's avatar Ahmed Rehman Ghazi
Browse files

Return zero instead of a struct

parent a1ddb2da
No related branches found
No related tags found
1 merge request!43Fix get relative lane ID
......@@ -177,7 +177,7 @@ public:
{
std::ignore = reference_pose_on_lane;
std::ignore = relative_lane_target;
return mantle_api::UniqueId{};
return 0;
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment