-
Notifications
You must be signed in to change notification settings - Fork 229
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
Adding a new odometer stream for python #639
Comments
Hi @shreyas2311 , Have you found a solution to your problem yet? |
No I could not. Eventually we came up with our own UI and made the required change in the front end. |
You can use the label primitive if you want to display texts |
I was already able to do it on the playground and now I want to do it in my local xviz installation. For that, I modified tracklets-converter.js file under /xviz/examples/converters/kitti/src/converters similar to the playground, but it doesn't seem to have any effect when I run the client. Do you have any guess on what might be the problem? Thank you. |
Oh ok. I am unfamiliar with the JS version. I used the python-xviz-avs. In that, when you are building your UI streams, you would just have to add the same thing in the playground and it should work. However, I think it should be something similar for JS as well. |
Looks like the error you are having is on the import line itself ( import |
Oh, apparently it was not a path issue, but I had to install protobuf via |
I would like to know how to add an odometer element similar to the acceleration and speed that appears on the circle example. I have tried adding metrics but they only seem render the data in a graphical form. Additionally, it seems like the existing odometer UI elements are mapped to /vehicle/acceleration and /vehicle/velocity streams by default. Is there any way to modify this. Also, is there any way to remove these elements if I wanted to?
The text was updated successfully, but these errors were encountered: