urdf-loaders icon indicating copy to clipboard operation
urdf-loaders copied to clipboard

Test setup does not work with new three.js

Open gkjohnson opened this issue 3 years ago • 1 comments

Specifically three.js changed to use fetch, Headers, Request, and Response which are not supported via JSDOM. Latest three.js is being used to take advantage of latest changes to OrbitControls

gkjohnson avatar Nov 30 '21 02:11 gkjohnson

Possibly "whatwg-fetch" could be used:

https://github.com/jsdom/jsdom/issues/1724#issuecomment-720727999

gkjohnson avatar Nov 30 '21 02:11 gkjohnson