hello-robot / stretch_install

Install scripts for the Stretch mobile manipulators from Hello Robot Inc.
Other
7 stars 14 forks source link

Removed web app's specialized URDF script #77

Closed hello-amal closed 4 months ago

hello-amal commented 4 months ago

Joint with stretch_production_tools#24 and stretch_web_teleop#83.

Although stretch_install#72 changed stretch_create_ament_workspace.sh to run prepare_specialized_urdf.py, that won't actually work since the URDFs don't get generated until after that script is run. As discussed with @hello-fazil and @hello-vinitha , this PR (and its joint PRs, above):

  1. Stops running prepare_specialized_urdf.py as part of creating the ROS2 workspace.
  2. Instead, adds instructions to run that script as part of the Python SDK QC process.
  3. Raises an exception in the web teleop launchfile if the URDFs don't exist, with instructions on how to create them.