Fields2Cover / Fields2Cover

Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library
https://fields2cover.github.io/
BSD 3-Clause "New" or "Revised" License
456 stars 96 forks source link

Visualization using python #120

Closed keirymb closed 2 months ago

keirymb commented 2 months ago

I tried the Python tutorials on the repository, but none of the visualizations work. When I attempted part 3, the Headland generator, and tried to visualize it, the shape was plotted but the headland didn't appear. Additionally, no errors were generated. When I attempted part 6, Path planning, I encountered the following error. What am I doing wrong?

image

Gonzalo-Mier commented 2 months ago

Hi @keirymb,

Did you run the tutorials provided by the repo or did you copy-paste the information from the documentation online? They should work fine. Those warnings are not new and you can safely ignore them. I check the code on my machine and in CodeSpace with docker and I couldn't reproduce your issue.

Also, give us more information about your operative system.

Gonzalo-Mier commented 2 months ago

I'll close it as there is no further progress on this issue. Feel free to open it again if the error still persists.