scenario_simulator_v2 C++ API
|
functions for calculating distance More...
#include <geometry_msgs/msg/pose.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
math | |
math::geometry | |
Functions | |
double | math::geometry::getDistance (const geometry_msgs::msg::Point &p0, const geometry_msgs::msg::Point &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Pose &p0, const geometry_msgs::msg::Point &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Point &p0, const geometry_msgs::msg::Pose &p1) |
double | math::geometry::getDistance (const geometry_msgs::msg::Pose &p0, const geometry_msgs::msg::Pose &p1) |
double | math::geometry::getDistance2D (const std::vector< geometry_msgs::msg::Point > &polygon0, const std::vector< geometry_msgs::msg::Point > &polygon1) |
functions for calculating distance