Open sgbaird opened 1 month ago
just a few questions before i start working on this;
EDIT: moved to #56 to keep this one focused on the software implementation rather than firmware issues
Had a slight issue with some messages being dropped, likely because streamlit reruns the script everytime and it's possible the client was not ready in time to recieve the message.
Fixed by adding client, response queue and credentials to the session state. This allows for the client to only be refreshed when the credentials change and for the queue to persist in the entire session.
I think the stands arrived
Perfect, I can come in on Thursday to set it up
The stands as well as a bunch of cable management pieces arrived.
Maybe mentioned in another post, but the stands - not so great. Doesn't really function as a steady pedestal to give that extra access.
@gursi26 thoughts on status of this issue?
Not sure about the pedestal stuff, since I havent tried it out yet.
As for the code, it is mostly complete bar a few small bug fixes and refactoring for cleanliness. Ill be updating the PR soon and will let you know when it is good to merge (probably after i finish migrating the HF space to gradio and testing everything together). Ill also add an explanation to the PR for how user authentication works the way I've currently implemented it.
We can wait on the accelerated discovery post until we hear back from Yang.
The intent is to expose XYZ control, joint angle control, gripper control, and camera snapshots. It may make sense to expose states (e.g., joint states), but this is lower priority.