We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the 'roslaunch waypoints_global_planner yaml_file_path_provider.launch', it shows some error like this.
Bezier.py", line 21, in from IShape import IShape ModuleNotFoundError: No module named 'IShape'
I can't find the solution. Can anybody help me?
The text was updated successfully, but these errors were encountered:
@JINHEE8 : Please check the IShape.py file permission. It must executable file (chmod +x IShape.py)
Sorry, something went wrong.
No branches or pull requests
When I run the 'roslaunch waypoints_global_planner yaml_file_path_provider.launch', it shows some error like this.
Bezier.py", line 21, in
from IShape import IShape
ModuleNotFoundError: No module named 'IShape'
I can't find the solution. Can anybody help me?
The text was updated successfully, but these errors were encountered: