Skip to content

Commit

Permalink
Add comment to map_vis_z_ parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Hrynchak <[email protected]>
  • Loading branch information
VladyslavHrynchak200204 committed Aug 2, 2024
1 parent 35a6cbd commit 29fafb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_costmap_2d/include/nav2_costmap_2d/costmap_2d_ros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class Costmap2DROS : public nav2_util::LifecycleNode
bool track_unknown_space_{false};
double transform_tolerance_{0}; ///< The timeout before transform errors
double initial_transform_timeout_{0}; ///< The timeout before activation of the node errors
double map_vis_z_{0};
double map_vis_z_{0}; ///< The height of map, allows to avoid flickering at -0.008

bool is_lifecycle_follower_{true}; ///< whether is a child-LifecycleNode or an independent node

Expand Down

0 comments on commit 29fafb5

Please sign in to comment.