We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a80675 commit 33e78d7Copy full SHA for 33e78d7
nav2_rviz_plugins/src/costmap_cost_tool.cpp
@@ -54,12 +54,12 @@ void CostmapCostTool::onInitialize()
54
rclcpp::Node::SharedPtr node = node_ptr_->get_raw_node();
55
local_cost_client_ =
56
std::make_shared<nav2_util::ServiceClient<nav2_msgs::srv::GetCosts>>(
57
- "/local_costmap/get_cost_local_costmap",
+ "local_costmap/get_cost_local_costmap",
58
node,
59
false /* Does not create and spin an internal executor*/);
60
global_cost_client_ =
61
62
- "/global_costmap/get_cost_global_costmap",
+ "global_costmap/get_cost_global_costmap",
63
64
65
}
0 commit comments