-
Notifications
You must be signed in to change notification settings - Fork 26
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
Refactor GazeboSimulator class #163
Refactor GazeboSimulator class #163
Conversation
2ef6f6e
to
497fa96
Compare
Ready to be reviewed @traversaro @raffaello-camoriano @paolo-viceconte |
497fa96
to
4ac1c19
Compare
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.
Minor typo
|
||
// Setup signals callbacks. | ||
// It must be done after the creation of the simulator since | ||
// we oveeride override their callbacks. |
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.
// we oveeride override their callbacks. | |
// we override their callbacks. |
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.
4ac1c19
to
8eb5705
Compare
8eb5705
to
7c80ee6
Compare
GazeboWrapper
toGazeboSimulator
As discussed in #158, we only support the deterministic mode of the simulator. The refactored
GazeboSimulator
class has some logic that I used to test the non-deterministic mode that could be used in the future if we plan to put more effort to implement it.In general, the assumptions are:
iterations=0
)GazeboSimulator::loadSdfWorld
can contain only one world