feat_adding_visualiser
#1
by askuric HF Staff - opened
No description provided.
Hi there, this is my first PR on the spaces. Let me know if I'm doing it right :D
So adds a lightweight visualisation of the current state of the robot in the visualisation app
- Its added to the left sidebar.
- It is written in JS and communicates with gradio using a websocket
In the app installed to the robot
- It adds the websocket (by default at 10Hz) called
robot_statepublishing robot's current joint data
Questionable decisions - possible optimisation
- Robot model is put within the repo - using LFS
But we do already have it within thereachy_minirepo which we install anyway. So we might be able to get away with using the one in the python pacakge rather than copying it with the repo.
askuric changed pull request status to open
This comment has been hidden
awesome!
andito changed pull request status to merged
