remove unused local typedefs to fix the following werror.
/opt/ros/humble/include/lanelet2_core/geometry/impl/LineString.h: In function ‘std::pair<double, lanelet::geometry::internal::ProjectedPointInfo<typename lanelet::traits::PointTraits<PointT>::BasicPoint> > lanelet::geometry::internal::signedDistanceImpl(LineStringT, const PointT&)’:
/opt/ros/humble/include/lanelet2_core/geometry/impl/LineString.h:130:9: error: typedef ‘using BasicPoint = PointT’ locally defined but not used [-Werror=unused-local-typedefs]
130 | using BasicPoint = PointT;
| ^~~~~~~~~~
Hi, thank you for the work.
remove unused local typedefs to fix the following werror.
related: https://github.com/fzi-forschungszentrum-informatik/Lanelet2/pull/300