hello-robot / stretch_web_teleop

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

Use the stow wrist service #72

Open hello-amal opened 1 month ago

hello-amal commented 1 month ago

Currently, the web app stows the wrist by moving to hardcoded joint positions. However, the right stow joint configurations depend on the tool (e.g., Stretch 3 gripper is longer than Stretch 2 gripper) and possibly other factors. stretch_ros2's service to stow the robot already accounts for these factors. Thus, to centralize code and gain more generalizable functionality, the web app should stow the wrist by calling that service.

Blocked by stretch_ros2#143.

Related to #60 .