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

Fix nullptr dereference in mesh_map::readMap() and remove dependency on mesh_client #73

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

JustusBraun
Copy link
Contributor

This pr fixes the following two bugs:

  • The MeshMap would dereference a null pointer if no map could be loaded.
  • The mesh_navigation package had an <exec_depend> tag on the removed mesh_client package which prevents rosdep from working due to an unresolved package.

Copy link
Member

@Cakem1x Cakem1x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for the fixes! 👍

@Cakem1x Cakem1x merged commit ea54926 into naturerobots:humble Jan 13, 2025
1 check passed
@JustusBraun JustusBraun deleted the fix/mesh-map branch January 13, 2025 08:13
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

Successfully merging this pull request may close these issues.

2 participants