15 #ifndef NAV2_UTIL__PATH_UTILS_HPP_
16 #define NAV2_UTIL__PATH_UTILS_HPP_
22 #include "geometry_msgs/msg/pose.hpp"
23 #include "geometry_msgs/msg/pose_stamped.hpp"
24 #include "geometry_msgs/msg/point.hpp"
25 #include "geometry_msgs/msg/quaternion.hpp"
26 #include "nav_msgs/msg/path.hpp"
27 #include "nav2_util/geometry_utils.hpp"
37 size_t closest_segment_index;
54 const nav_msgs::msg::Path & path,
55 const geometry_msgs::msg::Pose & robot_pose,
56 const size_t start_index = 0,
57 const double search_window_length = std::numeric_limits<double>::max());
Result of searching for the closest segment on a path.