Skip to content

Commit

Permalink
Merge pull request #145 from mrpt-ros-pkg/ros2_astar
Browse files Browse the repository at this point in the history
add WaypointSequence missing header
  • Loading branch information
jlblancoc authored Jul 24, 2024
2 parents 84ce088 + d25f912 commit affa55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mrpt_tps_astar_planner/src/mrpt_tps_astar_planner_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,9 @@ mpp::refine_trajectory(plannedPath, pathEdges, planner_input.ptgs);
wp_msg.allow_skip = false;

res.wps.waypoints.push_back(wp_msg);

res.wps.header.frame_id = frame_id_map_;
res.wps.header.stamp = this->now();
}

return res;
Expand Down

0 comments on commit affa55b

Please sign in to comment.