You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Highlights
👻 Maintenance
Added physics::AngleRange, physics::AngluarAcceleration data types and some AngleOperations
Extended physics Parametric and Ratio Operations to all physics basic types
Map Matching
map::match::MapMatchedPosition get matchedPointDistance member
removed distance parameter from match::AdMapMatching::getMapMatchedBoundingBox() and match::AdMapMatching::getLaneOccupiedRegions() functions which is now derived automatically from samplingDistance parameter
The occupied regions only consider longitudinal in-lane matches
Removed misleading functions route::getRouteIntervalStart/End(LaneInterval); directly use the LaneInterval members instead
route::calculateConnectingRoute() shortens the result route by removing overlapping regions with the objects; the length of the connecting route now reflects the distance of the vehicles much better