|
Autoware.Auto
|
|
This constraint expresses the map interface requirements for the localizer. More...
#include <constraints.hpp>
Public Types | |
| template<typename Map > | |
| using | call_frame_id = decltype(std::declval< Map >().frame_id()) |
| This expression requires a method that returns a const reference to the frame ID of the map. More... | |
| template<typename Map > | |
| using | call_stamp = decltype(std::declval< Map >().stamp()) |
| This expression requires a method that returns the (std::chrono) timestamp of the. More... | |
Static Public Attributes | |
| static constexpr Requires | value {} |
This constraint expresses the map interface requirements for the localizer.
| MapT |
| using autoware::localization::ndt::traits::LocalizationMapConstraint< MapT >::call_frame_id = decltype(std::declval<Map>().frame_id()) |
This expression requires a method that returns a const reference to the frame ID of the map.
| using autoware::localization::ndt::traits::LocalizationMapConstraint< MapT >::call_stamp = decltype(std::declval<Map>().stamp()) |
This expression requires a method that returns the (std::chrono) timestamp of the.
|
static |