15 #ifndef GEOMETRY__INTERSECTION__COLLISION_HPP_
16 #define GEOMETRY__INTERSECTION__COLLISION_HPP_
20 #include <geometry_msgs/msg/pose.hpp>
21 #include <traffic_simulator_msgs/msg/bounding_box.hpp>
bool checkCollision2D(const geometry_msgs::msg::Pose &pose0, const traffic_simulator_msgs::msg::BoundingBox &bbox0, const geometry_msgs::msg::Pose &pose1, const traffic_simulator_msgs::msg::BoundingBox &bbox1)
Definition: collision.cpp:32
bool contains(const std::vector< geometry_msgs::msg::Point > &polygon, const geometry_msgs::msg::Point &point)
Definition: collision.cpp:52
Definition: bounding_box.hpp:32
geometry_msgs::msg::Pose Pose
Definition: lanelet_wrapper.hpp:66
traffic_simulator_msgs::msg::BoundingBox BoundingBox
Definition: lanelet_wrapper.hpp:62
geometry_msgs::msg::Point Point
Definition: lanelet_wrapper.hpp:65