-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add Pause and reset function on Genesis #290
Conversation
|
No adjustment is needed. In the current implementation, pressing the space bar will stop the simulation, and pressing it again will resume. Additionally, the 'x' key resets the drone to its initial state. |
Yes I do as space bar is thrust for the drone |
|
Emmm I cannot find suitable key for pause function because i choose Space key is more convenient |
|
Yeah no worries I can pick another for the thrust if necessary👍 |
thanks.my English is not very good。 |
Feature Enhancement
To improve the workflow when loading robot models from URDF or XML files, I added a feature to simplify setting default joint positions:
This enhancement includes a utility to validate joint positions more conveniently, reducing reliance on manual debugging.
I have implemented this feature and would like to submit a PR for your review. Feedback and suggestions are welcome! 😊