noether icon indicating copy to clipboard operation
noether copied to clipboard

surface_raster_planner_server segfaults if config is empty

Open mpowelson opened this issue 4 years ago • 1 comments

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 avatar Feb 28 '20 21:02 mpowelson

This should be beginner friendly.

mpowelson avatar Jul 06 '20 21:07 mpowelson