Skip to content

Commit

Permalink
add WaypointSequence missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
r-aguilera committed Jul 24, 2024
1 parent 84ce088 commit d25f912
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

1 comment on commit d25f912

@jlblancoc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.