-
Notifications
You must be signed in to change notification settings - Fork 451
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
Bug when update to 1.5.0 #532
Comments
@youliangtan, seems like these tests/demos didn't get fixed in that PR - do you think you could take a stab? @Wu-Fisher For now, please use the |
@kevin-thankyou-lin Thank you for providing the script for reference. However, recently I’ve been focusing on a robotic arm project (the script seems more suited for humanoid robots). Robosuite 1.5 indeed introduced many updates❤️, such as inverse kinematics no longer relying on Bullet (a week ago, when I was working with version 1.4, I found the initialization for fixed position IK solutions to be quite cumbersome, like using set_goal(delta, set_ik=True)). However, after the update yesterday, I noticed that there are still many deficiencies in the configuration, so I’m looking forward to seeing more comprehensive support for robotic arms soon. If I can help, I’ll also try to submit a PR. |
Certainly - what were you referring to by For fixed arm testing, this script should work: |
My imprecise description led to a misunderstanding😢. |
Gotcha, thanks for raising this issue - we'll look into a fix |
Hello, I have met the same question, seems that there is no controllers/config/parts/{}.json for default controllers, what should I do if I wanna use OSC_POSE controller, could I use this config file? |
Do you mean using impl part OSC_POSE controller(not highly depend on cls Robot())? |
Thanks for your reply. Actually, I am just trying to load controller config like this
then I get
|
@ModiShi Another suggestion, now i think that "load_part_controller_config" might have no enough support and exmple too.
|
@Wu-Fisher got it, thank you🥳🥳 |
Hi folks, great to see you've come up with a solution. We've updated the latest master branch based on this PR to support the part controllers, with an example in |
@Wu-Fisher this PR recently fixed the IK controller - you can pull from master branch and try it out - thanks! |
Closing this issue for now - please re-open if there are other issues. Thanks! |
System Info
Information
Reproduction
Expected behavior
No response
The text was updated successfully, but these errors were encountered: