Closed quinnliu closed 3 years ago
Hi @quinnliu ,
Yes, unfortunately, the docs have not been updated since v1.0.0. We are currently on v 1.1, which heavily refactored the backend to make prototyping much easier, and v1.2 will be released in a few days, along with an updated version of the docs. Apologies for the delay!
In the meantime, to get your code working, you can instead call .get_obj()
(instead of get_collision
, which indeed has been depreceated) to get the xml to append to your mujoco world object.
I should also note that all the source code has been heavily documented, if you are interested in digging through the exact functionality currently present. The changelog for v1.1 also covers some of these changes. Otherwise, stay tuned for the v1.2 release with updated docs in a few days! :)
@cremebrule Thank you very much!
Do you have an updated link on the demo scripts?
The change log for v1.1 should be good for now :)
The robosuite/demos
folder accessed from this repo should have all the updated demo scripts.
Hi,
Really excited to lay a virtual wall of bricks using robosuite API.
In the build your own environment example I'm getting an error on the sphere BallObject
error
I'm not sure what I'm doing wrong as I'm just copying the example code. Was the get_collision() function deprecated? If so how would I figure out exactly which functions I can && can not call?
Thanks, Q