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

Incorporate delay-sensitivity into simulations #2

Open
arani89 opened this issue Jun 11, 2020 · 3 comments
Open

Incorporate delay-sensitivity into simulations #2

arani89 opened this issue Jun 11, 2020 · 3 comments

Comments

@arani89
Copy link
Contributor

arani89 commented Jun 11, 2020

Currently, the simulation is not "aware" of the amount of delay that occurs due to the data going to and from the network. We need to bring in such awareness to make the simulation more realistic.

@arani89
Copy link
Contributor Author

arani89 commented Jun 11, 2020

Resolving this requires understanding how to incorporate this into scipy's odeint, or substituting it by a different function.

@molguin92
Copy link

What do you mean? Wouldn't it be enough to store pairs of send and receive timestamps, and calculate a delta-T?

@arani89
Copy link
Contributor Author

arani89 commented Jun 11, 2020

We do calculate delta-T currently, so this is not the main problem. The main problem is that the odeint function currently takes the timestamps statically (in advance), so when we wait for the control command to arrive over the wireless network, the simulation goes out of sync. The issue is discussed here in detail.

@molguin92 molguin92 transferred this issue from another repository Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants