Go to the source code of this file.
|
static void | swri_route_util::addItem (mcm::KeyValueArray &m, const std::string &key, const std::string &value) |
|
static double | swri_route_util::estimateCurvature (const Route &route, const size_t index, double filter_size) |
|
void | swri_route_util::generateObstacleData (std::vector< ObstacleData > &obstacle_data, const stu::Transform g_route_from_obs, const mnm::ObstacleArray &obstacles_msg) |
|
void | swri_route_util::generateObstacleData (std::vector< ObstacleData > &obstacle_data, const stu::Transform g_route_from_obs, const mnm::TrackedObjectArray &obstacles_msg) |
|
static double | swri_route_util::maxSpeedForCurvature (double curvature, const SpeedForCurvatureParameters ¶ms) |
|
void | swri_route_util::speedsForCurvature (mnm::RouteSpeedArray &speeds, const Route &route, const SpeedForCurvatureParameters ¶meters) |
|
void | swri_route_util::speedsForObstacles (mnm::RouteSpeedArray &speeds, std::vector< DistanceReport > &reports, const Route &route, const mnm::RoutePosition &route_position, const std::vector< ObstacleData > &obstacles, const SpeedForObstaclesParameters &p) |
|