hello-robot / stretch_web_teleop

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

Make Prepare Special URDF script fail with success exit code #68

Closed hello-fazil closed 1 month ago

hello-fazil commented 1 month ago

Description

Prepare specialized URDF script fails with error code if unable to find URDF in an export folder which is expected during fresh production installs, stopping the Stretch Install shell scripts. Therefore this PR adds a try exception block to exit the script with success status after notifying the failure.

Testing procedure

Before opening a pull request

From the top-level of this repository, run:

To merge