Executables and permission issues
Has anyone come across an issue where you try to
roslaunch something but you get this error
ERROR: cannot launch node of type [polygon_coverage_ros/coverage_planner]: Cannot locate node of type [coverage_planner] in package [polygon_coverage_ros]. Make sure file exists in package path and permission is set to executable (chmod +x)
But I've already chmoded the scripts the error talks about. What are possible reasons for still getting this error.
It is possible that you have not sourced the workspace (in which
polygon_coverage_ros
lies) in your current working terminal.@electrophod I did