-
Notifications
You must be signed in to change notification settings - Fork 440
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
Controller Config Registration Error #581
Comments
@Abhiram824 could you please take a look? |
Hello, we recently changed how controllers are used in the codebase to use composite controllers, which are controllers that are composed of multiple sub-controllers controllers for each part of the robot. (for more information please visit https://robosuite.ai/docs/simulation/controller.html) We are updating our documentation to reflect these changes currently. If you would like to control the arms of the robot using OSC_POSE, you can load the
|
@Abhiram824 looks like @myunusseker is probably referencing https://github.com/ARISE-Initiative/robosuite/blob/master/docs/modules/controllers.ipynb, would you be able to update the docs (first convert it back to a |
System Info
Information
Hi, I just started using RoboSuite, but I am having this problem even though I try to follow the starter codes.
I tried installing from source and pip as well. Any help is appreciated.
Reproduction
Install RoboSuite 1.5.0
Run above code
Expected behavior
Simulation would start using the OSC_POSE controller
The text was updated successfully, but these errors were encountered: