-
Notifications
You must be signed in to change notification settings - Fork 12
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
Optimise controller gains when moving to poses #44
Comments
Hello! It looks like I face a problem related to this issue. When I try to run hello_passive example on the office:1 environment robot stucks (or moves extremely slow) after ~7 route pose. I start the simulation with the command: |
Thanks for reporting @ivbelkin . Did it finish the run (but extremely slowly), or get stuck and not continue from pose 7? We will be improving the controller gains within the next couple of days which should make a big difference to speed. Sorry about this. We had the opposite problem before with instabilities causing crashes, but have gone back the other way a little too far. |
@ivbelkin thanks for the info. I have just checked your problem and can confirm that it is an unrelated issue but one that will be easily fixed in our next update. The issue is due to a starting pose that is not correct under the omniverse system which throws off all subsequent trajectory points. If you want to run office:1 before the next update just go to I can warn you that the full trajectory will take a while due to the original issue posted here. Mine took 36 mins. We will keep working to improve this but hopefully this quick fix can sort out your issues with office:1 👍 If it doesn't, please open a new issue and we will get onto it |
Thank you, it fixes the problem for me too |
These values should be better with the release of v2.2.2, but we still aren't quite satisfied. We will release an update in a few days which should result in quicker traversal times through environments. |
We have gone with conservative controller gains for now, but they could be more aggressive.
Well-tuned gains would mean the robot would move between poses quicker, while still not suffering from overshoot or instabilities.
The text was updated successfully, but these errors were encountered: