Closed buoyancy99 closed 2 years ago
We cannot use ipywidgets on Deepnote. That's why I've added sliders to Meshcat. We have JointSliders that work like PoseSliders, but using that would not have accomplished the learning goals of that exercise.
Resolved.
teleop_2d_direct(interactive=True) will cause EOF error for autograder due to calling
input()
.A solution would be using slide bar (maybe ipywidgets) instead of input() for interactive mode.
See this piazza post