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 for manual testing binary #27

Open
mifrandir opened this issue Sep 23, 2021 · 1 comment
Open

Allow for manual testing binary #27

mifrandir opened this issue Sep 23, 2021 · 1 comment

Comments

@mifrandir
Copy link
Member

All of our software is designed to handle a full pod run. This obviously means that we don't have direct access to all the features the pod has to offer through manual controls for safety reasons. However, we will get into testing soon and we need to have a binary that allows us to do everything that we would want in such a setting.

@mifrandir
Copy link
Member Author

The first thing we are going to need from this is a way to verify that our sensor readings are correct. What I would attempt to do is create a separate binary (that doesn't go into the main loop) that takes in a sensors configuration, thereby allowing partial testing. It would then write the readings to a file which would allow us to examine them in more detail.

Later, we would like to make this work through Telemetry so that we can examine the readings on a base station laptop instead. This could be done without a front-end by just starting up a server on the laptop and the client on the BBB.

@Akshath29 Akshath29 self-assigned this Oct 21, 2021
@flori-margaritescu flori-margaritescu self-assigned this Oct 21, 2021
@weijuinlee weijuinlee self-assigned this Oct 25, 2021
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

4 participants