You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the sim_control.py and I'm encountering an error with the descartes package.
File "d:VISTA2.py", line 91, in
main()
File "d:VISTA2.py", line 34, in main
vis_img = display.render()
File "D:vista\lib\site-packages\vista\core\Display.py", line 227, in render
patch = PolygonPatch(patch,
File "D:vista\lib\site-packages\descartes\patch.py", line 87, in PolygonPatch
return PathPatch(PolygonPath(polygon), **kwargs)
File "D:vista\lib\site-packages\descartes\patch.py", line 62, in PolygonPath
vertices = concatenate([
File "D:vista\lib\site-packages\descartes\patch.py", line 63, in
concatenate([asarray(t.exterior)[:, :2]] +
IndexError: too many indices for array: array is 0-dimensional, but 2 were indexed
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
I'm trying to run the sim_control.py and I'm encountering an error with the descartes package.
File "d:VISTA2.py", line 91, in
main()
File "d:VISTA2.py", line 34, in main
vis_img = display.render()
File "D:vista\lib\site-packages\vista\core\Display.py", line 227, in render
patch = PolygonPatch(patch,
File "D:vista\lib\site-packages\descartes\patch.py", line 87, in PolygonPatch
return PathPatch(PolygonPath(polygon), **kwargs)
File "D:vista\lib\site-packages\descartes\patch.py", line 62, in PolygonPath
vertices = concatenate([
File "D:vista\lib\site-packages\descartes\patch.py", line 63, in
concatenate([asarray(t.exterior)[:, :2]] +
IndexError: too many indices for array: array is 0-dimensional, but 2 were indexed
Any help would be appreciated
The text was updated successfully, but these errors were encountered: