Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for 3rd decimal precision for clamp_min_log #54

Open
ZeeshanshariffNS opened this issue May 18, 2023 · 0 comments
Open

Need for 3rd decimal precision for clamp_min_log #54

ZeeshanshariffNS opened this issue May 18, 2023 · 0 comments

Comments

@ZeeshanshariffNS
Copy link

Hi, @ZbyLGsc

I see that the occupancy_buffer comparison with clamp_min_log_ is done considering 3rd decimal precision.
for exmaple in FUEL/fuel_planner/plan_env/src/map_ros.cpp line no : 249
""if (map_->md_->occupancy_buffer_[map_->toAddress(x, y, z)] > map_->mp_->clamp_min_log_ - 1e-3)""

I want to understand the necessity for such precision comparison, if i remove (- 1e-3) from the the code. will it have any impact on the overall performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant