You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the getScale() function of map_grid.cpp, I understand the getResolution() * scale_ for mapping the score into map frame with a scale num, but why is it multiplied with a 0.5?
The text was updated successfully, but these errors were encountered:
The short answer is that the scales for the dwb_critics were tuned to match dwa_local_planner, but digging through that code, I can't immediately find the reason for the 0.5.
double getScale() const override {return costmap_->getResolution() * 0.5 * scale_;}
In the getScale() function of map_grid.cpp, I understand the getResolution() * scale_ for mapping the score into map frame with a scale num, but why is it multiplied with a 0.5?
The text was updated successfully, but these errors were encountered: