-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve general stability #143
Conversation
d7eebff
to
cdfa4d7
Compare
cdfa4d7
to
82899ca
Compare
src/isar_exr/robotinterface.py
Outdated
@@ -216,6 +216,8 @@ def initiate_mission(self, mission: Mission) -> None: | |||
mission_definition_id=mission_definition_id, robot_id=settings.ROBOT_EXR_ID | |||
) | |||
|
|||
time.sleep(5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add comment to why there is a sleep here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With more testing it seems like it is no longer neccessary after I increased the HTTP timeout, so I've removed it
91c8ad8
to
5ab896a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Handle a new authentication response. Increase energy robotics API timeout. Handle null values when fetching battery status. Handle duplicate custom tags. Handle getting step status before mission starts.
5ab896a
to
9a917fd
Compare
No description provided.