Skip to content

Commit

Permalink
add class member
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Faconti <[email protected]>
  • Loading branch information
facontidavide committed Jun 12, 2024
1 parent fa8eae7 commit cef7419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nav2_amcl/include/nav2_amcl/amcl_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ class AmclNode : public nav2_util::LifecycleNode
double z_rand_;
std::string scan_topic_{"scan"};
std::string map_topic_{"map"};
bool freespace_downsampling_ = false;
};

} // namespace nav2_amcl
Expand Down

0 comments on commit cef7419

Please sign in to comment.