Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Dec 11, 2024
1 parent 7c082e7 commit 038f051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_rviz_plugins/src/costmap_cost_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void CostmapCostTool::callCostService(float x, float y)
pose.header.stamp = node->now();
pose.pose.position.x = x;
pose.pose.position.y = y;
request->poses.push_back(pose);
request->poses.poses.push_back(pose);
request->use_footprint = false;

// Call local costmap service
Expand Down

0 comments on commit 038f051

Please sign in to comment.