hello-robot / stretch_web_teleop

Remote web teleoperation for the Stretch mobile manipulators from Hello Robot Inc.
Other
13 stars 0 forks source link

Complete the temp fix from #63 #81

Closed hello-amal closed 1 month ago

hello-amal commented 1 month ago

Description

63 temporarily fixed the wrist dropping issue by removing "all" commands to stop the trajectory client. However, it missed one command in robot.tsx. As a result of that, the wrist pitch still drops when toggling the tablet between portrait and landscape (likely amongst other commands). This PR addresses that oversight by also adding a flag to not run that command to stop the trajectory client.

Testing procedure

Before opening a pull request

From the top-level of this repository, run:

To merge