scenario_simulator_v2 C++ API
Public Member Functions | List of all members
hdmap_utils::CenterPointsCache Class Reference

#include <cache.hpp>

Public Member Functions

auto exists (lanelet::Id lanelet_id) -> bool
 
auto getCenterPoints (lanelet::Id lanelet_id) -> decltype(auto)
 
auto getCenterPointsSpline (lanelet::Id lanelet_id) -> decltype(auto)
 
auto appendData (lanelet::Id lanelet_id, const std::vector< geometry_msgs::msg::Point > &route)
 

Member Function Documentation

◆ appendData()

auto hdmap_utils::CenterPointsCache::appendData ( lanelet::Id  lanelet_id,
const std::vector< geometry_msgs::msg::Point > &  route 
)
inline

◆ exists()

auto hdmap_utils::CenterPointsCache::exists ( lanelet::Id  lanelet_id) -> bool
inline

◆ getCenterPoints()

auto hdmap_utils::CenterPointsCache::getCenterPoints ( lanelet::Id  lanelet_id) -> decltype(auto)
inline

◆ getCenterPointsSpline()

auto hdmap_utils::CenterPointsCache::getCenterPointsSpline ( lanelet::Id  lanelet_id) -> decltype(auto)
inline

The documentation for this class was generated from the following file: