urdf-loaders
urdf-loaders copied to clipboard
Test setup does not work with new three.js
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
Possibly "whatwg-fetch" could be used:
https://github.com/jsdom/jsdom/issues/1724#issuecomment-720727999