-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package.json needs an updated version of Amphion #89
Comments
After I add a visualization, I got this error in devel branch: react-dom.production.min.js:196 TypeError: y.a.RosTopicDataSource is not a constructor and this in feature/rosbag_datasource branch: react-dom.production.min.js:193 TypeError: Expected 'val' to be MeshBasicMaterial |
This is fixed in a fork of the repo with npm packages available at @robostack/zethus and @robostack/amphion. Commit for reference: |
Thank you! It works. |
When trying to build with the current version of Amphion, it fails to add any topic because of missing RosTopicDataSource.
Upping Amphion to the latest makes everything work fine.
The text was updated successfully, but these errors were encountered: