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

variable speed steps #102

Open
dbakewel opened this issue Oct 20, 2019 · 1 comment
Open

variable speed steps #102

dbakewel opened this issue Oct 20, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@dbakewel
Copy link
Owner

There are times, especially during testing, when setting the server step speed is difficult. Often, what we really want is a server to simply wait for all robots to send one message and then take a step.

The proposal is to add a server switch that allows the server to take a step if all robots have sent at least one message to be processed. It would do this rather than waiting for the step timer to run out. setting the step timer very high with ensure that each robot is having one message process per step, but would also allow the server to run in the fastest speed possible.

@mcstoer
Copy link
Contributor

mcstoer commented Oct 20, 2019

In the case that there is a robot that sends four messages and all the other bots have sent their messages, will the server only take the first message that robot sends? Also, will there be a maximum time that the server will wait in the case where one robot fails?

@dbakewel dbakewel added the enhancement New feature or request label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants