-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issue with visualizer #124
Comments
You should consider removing all the "arrayfying" decorators and put a clause like so:
for all variables that are converted to a list in visualize.py. This is a quick fix to run the example, I don't know how it will affect the whole program. |
Thanks @FrankC96! The Just to clarify, did you have the changes to |
To my best knowledge the other examples, are not affected. I created the pull request. |
I'm not sure when this happened, but the LBR model in the examples is messed up. From running other code, I am pretty much certain there is nothing wrong with
optas.RobotModel
. I think the issue must be inoptas.Visualizer
. Strange that the LWR is fine. It could be something to do with how this visual frames are defined (I made changes in the visualizer that handled the case when multiple visual frames for a link are defined). When I load the same model for the LBR into Pybullet it is put together fine. I probably missed something standard.The text was updated successfully, but these errors were encountered: