We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e3fdf3 + 16e9957 commit 58e4d15Copy full SHA for 58e4d15
1 file changed
easynav_gridmap_maps_manager/src/easynav_gridmap_maps_manager/GridmapMapsBuilderNode.cpp
@@ -53,7 +53,7 @@ GridmapMapsBuilderNode::GridmapMapsBuilderNode(const rclcpp::NodeOptions & optio
53
}
54
55
if (!has_parameter("perception_default_frame")) {
56
- declare_parameter("perception_default_frame", "map_");
+ declare_parameter("perception_default_frame", "map");
57
58
59
pub_ = this->create_publisher<grid_map_msgs::msg::GridMap>(
@@ -154,7 +154,7 @@ void GridmapMapsBuilderNode::cycle()
154
auto downsampled_points = PointPerceptionsOpsView(point_perceptions)
155
.downsample(downsample_resolution_)
156
.fuse(perception_default_frame_)
157
- ->as_points();
+ .as_points();
158
159
if (downsampled_points.empty()) {
160
return;
0 commit comments