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

Calibration File saves empty File, Causing Server() to fail #15

Open
MoodyMusicMan opened this issue Jan 30, 2022 · 0 comments
Open

Calibration File saves empty File, Causing Server() to fail #15

MoodyMusicMan opened this issue Jan 30, 2022 · 0 comments

Comments

@MoodyMusicMan
Copy link

Completed Calibration successfully and powered down the robot. Upon re-booting, point.txt was empty (blank file, no values), causing Controls --> Server --> Main.py to fail.

There was no way to start the server after this failed, thus, no way to re-populate the pont.txt file from the client // app.

Fix was to reset point.txt manually copy/pasting values. (split("\t") can make manually entering values hard depending on your IDE setup for python).

Suggestion to put a try/catch block in the calibration function. This would allow the Client / Server to initialize, and then user can run client calibration routine to re-calibrate robot.

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

1 participant