We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, it seems that some documents do not update.
In the quickstart doc, cannot find function get_collision
get_collision
sphere = BallObject( name="sphere", size=[0.04], rgba=[0, 0.5, 0.5, 1]).get_collision()
And in object doc, the two functions cannot be found:
def get_collision(self, name=None, site=False): pass def get_visual(self, name=None, site=False): pass
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. Yes, the docs are in the process of being updated, and should be finalized and published by this weekend.
Sorry, something went wrong.
This is now fixed!
No branches or pull requests
Hi, it seems that some documents do not update.
In the quickstart doc, cannot find function
get_collision
And in object doc, the two functions cannot be found:
The text was updated successfully, but these errors were encountered: