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 684e62c commit 21675acCopy full SHA for 21675ac
src/test_tif_loader.cpp
@@ -53,7 +53,7 @@ class MapPublisher : public rclcpp::Node {
53
original_map_pub_ = this->create_publisher<grid_map_msgs::msg::GridMap>("elevation_map", 1);
54
55
std::string file_path = this->declare_parameter("tif_path", ".");
56
- std::string color_path = this->declare_parameter("tif_color_path", ".");
+ std::string color_path = this->declare_parameter("tif_color_path", "");
57
58
RCLCPP_INFO_STREAM(get_logger(), "file_path " << file_path);
59
RCLCPP_INFO_STREAM(get_logger(), "color_path " << color_path);
0 commit comments