类 | |
| struct | ActorConstellationData |
| struct | ActorConstellationResult |
| Struct defining the configuration for RSS processing of a given actor 更多... | |
| struct | EgoDynamicsOnRoute |
| struct defining the ego vehicles current dynamics in respect to the current route 更多... | |
| class | RssCheck |
| class implementing the actual RSS checks based on CARLA world description 更多... | |
| class | RssRestrictor |
枚举 | |
| enum class | RoadBoundariesMode { Off , On } |
| 结构体定义道路边界的不同支持处理 更多... | |
函数 | |
| std::shared_ptr< spdlog::logger > | getLogger () |
| std::shared_ptr< spdlog::logger > | getTimingLogger () |
| void | printRoute (std::string const &route_descr, ::ad::map::route::FullRoute const &route) |
变量 | |
| constexpr float | to_radians = static_cast<float>(M_PI) / 180.0f |
|
strong |
| std::shared_ptr< spdlog::logger > carla::rss::getLogger | ( | ) |
| std::shared_ptr< spdlog::logger > carla::rss::getTimingLogger | ( | ) |
| void carla::rss::printRoute | ( | std::string const & | route_descr, |
| ::ad::map::route::FullRoute const & | route | ||
| ) |
在文件 RssCheck.cpp 第 56 行定义.
|
constexpr |
在文件 RssCheck.cpp 第 77 行定义.
被这些函数引用 carla::rss::RssCheck::GetHeadingChange() , 以及 carla::rss::RssCheck::GetMatchObject().