mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 05:17:56 +00:00
[routing] New API for lanes
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "routing/route.hpp"
|
||||
#include "routing_common/num_mwm_id.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
@@ -24,11 +23,6 @@ protected:
|
||||
virtual void FixupTurns(std::vector<RouteSegment> & routeSegments);
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Selects lanes which are recommended for an end user.
|
||||
*/
|
||||
void SelectRecommendedLanes(std::vector<RouteSegment> & routeSegments);
|
||||
|
||||
void FixupCarTurns(std::vector<RouteSegment> & routeSegments);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user