Skip to content
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

Allow remote controlling the simulation speed via control protocol #132

Open
andreaswendler opened this issue Jan 14, 2021 · 0 comments
Open

Comments

@andreaswendler
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At least in our AI development, it is often helpful or necessary to run the simulation at a slower speed or start and stop it rapidly.
While this can be done in grSim already via the UI, this is not sufficient as our framework also needs to be told the simulation speed for the tracking etc. to work properly.

Describe the solution you'd like
A remote control protocol with which the simulation speed can be adjusted. It would be defined as a protobuf message and sent in a similar manner as the robot movement control.

Describe alternatives you've considered
I can not think of an alternate way to achieve this goal.

Additional context
I will likely develop this either way for our internal use since we will not be able to properly work with grSim without it.
However, if possible I would prefer for the feature to be integrated in the official grSim version (both for easier maintenance and since other teams will also be able to use it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant