We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f18d9 commit d429143Copy full SHA for d429143
1 file changed
nav2_mppi_controller/src/path_handler.cpp
@@ -75,6 +75,7 @@ PathHandler::getGlobalPlanConsideringBoundsInCostmapFrame(
75
// Transform from global plan frame to costmap frame
76
geometry_msgs::msg::PoseStamped costmap_plan_pose;
77
global_plan_pose->header.stamp = global_pose.header.stamp;
78
+ global_plan_pose->header.frame_id = global_plan_.header.frame_id;
79
transformPose(costmap_->getGlobalFrameID(), *global_plan_pose, costmap_plan_pose);
80
81
// Check if pose is inside the costmap
0 commit comments