-
Notifications
You must be signed in to change notification settings - Fork 302
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
Added reset simulation tutorial #1824
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
|
||
The Reset Gazebo transport API is exposed to allow resetting simulation to time zero. | ||
It's possible to call this API using the command line or through the GUI. | ||
In addition to the API, we have also expanded the simulation system API with a Reset interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there limitations to the Reset system - are there known things that might have trouble being reset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjcarroll, when you implemented this feature, do you consider any limitations ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe that there are any major limitations with systems implementing the reset interface. They should have full access to the ECM functionality.
Systems that you may want to implement reset for are typically things that have a lot of loaded assets. This prevents having to reload those assets, and instead allow for a "warm" reboot of the system.
Friendly ping @ahcorde, there are some outstanding comments here. |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
…mulation__tutorial
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a good break!
Signed-off-by: Alejandro Hernández Cordero [email protected]
🎉 New feature
Summary
Added reset simulation tutorial
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.