15 #ifndef GEOMETRY__VECTOR3__ROS_MSG_CONVERTER_HPP_ 
   16 #define GEOMETRY__VECTOR3__ROS_MSG_CONVERTER_HPP_ 
   18 #include <geometry_msgs/msg/point.hpp> 
   19 #include <geometry_msgs/msg/vector3.hpp> 
auto castToVec(const geometry_msgs::msg::Point &p) -> geometry_msgs::msg::Vector3
Definition: ros_msg_converter.cpp:21
auto castToPoint(const geometry_msgs::msg::Vector3 &p) -> geometry_msgs::msg::Point
Definition: ros_msg_converter.cpp:29
Definition: bounding_box.hpp:32
geometry_msgs::msg::Point Point
Definition: lanelet_wrapper.hpp:65
geometry_msgs::msg::Vector3 Vector3
Definition: lanelet_wrapper.hpp:69