Hi,
I get this error in Firefox when using roslibjs with requirejs:
TypeError: EventEmitter2 is undefined
TypeError: roslib.Ros is not a constructor
How to recreate:
$ git clone git@github.com:srottschaefer/bug_roslib_requirejs.git
$ npm install
$ npx grunt
$ npm start
- (if browser did not open automatically): open browser, go to localhost:8080 (or whatever it says in the console
- Open developer tools console and see the error for yourself
I don't have a pull request because I am not that familiar with Javascript but maybe someone as a quick fix or workaround?
Hi,
I get this error in Firefox when using roslibjs with requirejs:
How to recreate:
I don't have a pull request because I am not that familiar with Javascript but maybe someone as a quick fix or workaround?