-
Notifications
You must be signed in to change notification settings - Fork 74
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
Importing URDF from using script w/o using the editor #222
Comments
using System.Collections; public class UrdfRuntimeLoader : MonoBehaviour
} I am using this script and it works in the editor to download and load the URDF models at runtime. Hope this helps |
Does the current importer support importing urdf with code? i.e. is there a function I can call in a script that can just import the urdf? I am currently working on interfacing Unity to a Python-based scenario description language and would like to be able to rapidly spawn/delete robots across scenes directly from code without the user having to touch the editor. Thank you so much!
The text was updated successfully, but these errors were encountered: