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

Perf Testing: Costmap2DPublisher::prepareCostmap #4914

Closed
SteveMacenski opened this issue Feb 10, 2025 · 3 comments · Fixed by #4919
Closed

Perf Testing: Costmap2DPublisher::prepareCostmap #4914

SteveMacenski opened this issue Feb 10, 2025 · 3 comments · Fixed by #4919
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SteveMacenski
Copy link
Member

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

@SteveMacenski SteveMacenski added enhancement New feature or request good first issue Good for newcomers labels Feb 10, 2025
@AgnelFernando
Copy link

@SteveMacenski, I can work on this.

@SteveMacenski
Copy link
Member Author

Please! 😄

@glitchhopcore
Copy link
Contributor

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
3 participants