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

surface_raster_planner_server segfaults if config is empty #87

Open
mpowelson opened this issue Feb 28, 2020 · 1 comment
Open

surface_raster_planner_server segfaults if config is empty #87

mpowelson opened this issue Feb 28, 2020 · 1 comment

Comments

@mpowelson
Copy link
Contributor

If that is the case the default is supposed to get used, but we are using the wrong one. We need to take tpp_configss outside the mutex and replace this line.

const noether_msgs::ToolPathConfig& config = goal->path_configs[i];

with

const noether_msgs::ToolPathConfig& config = tpp_configs[i];
@mpowelson
Copy link
Contributor Author

This should be beginner friendly.

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

2 participants