We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we should instead do a memcpy or direct assignment instead of looping in the costmap publisher on this line: https://github.com/ros-navigation/navigation2/blob/main/nav2_costmap_2d/src/costmap_2d_publisher.cpp#L189
The others need loops due to using translation maps, but this is raw copy
The text was updated successfully, but these errors were encountered:
@SteveMacenski, I can work on this.
Sorry, something went wrong.
Please! 😄
👀
Successfully merging a pull request may close this issue.
I think we should instead do a memcpy or direct assignment instead of looping in the costmap publisher on this line: https://github.com/ros-navigation/navigation2/blob/main/nav2_costmap_2d/src/costmap_2d_publisher.cpp#L189
The others need loops due to using translation maps, but this is raw copy
The text was updated successfully, but these errors were encountered: