-
Notifications
You must be signed in to change notification settings - Fork 216
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
Three.js useScreenCoordinates is not a property of this material #620
Labels
Comments
Noone who can provide any insight to this?? |
@CursingThomas please be a bit more patient. |
I have the same issue. Don't know what I am doing wrong. This is my code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
1.1.0
Noetic
Linux
Steps To Reproduce
I have literally copied this guide, it can be found right here:
https://answers.ros.org/question/358085/how-to-use-markerarrayclient-in-ros3djs/
It links another tutorial which is built upon, I copied all the code from there; and adjusted MarkerClient to MarkerArrayClient
https://wiki.ros.org/ros3djs/Tutorials/VisualizingAMarkerTopic
Expected Behavior
My markers show up in the viewer
Actual Behavior
My markers do not show up on the screen. Whenever I post a marker, the web console immideately starts spewing errors about Three.js: "THREE.SpriteMaterial: 'useScreenCoordinates' is not a property of this material."
This goes on indefinately and rapidly adds up to numbers in the thousand.
The text was updated successfully, but these errors were encountered: