Browse Source

Add update_description.py

pull/75/head
Mohamed Fazil 2 years ago
parent
commit
44072b11dd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      stretch_description/batch/update_description.py

+ 3
- 0
stretch_description/batch/update_description.py View File

@ -1,4 +1,7 @@
#!/usr/bin/env python3
"""
This script updates the Mesh files and URDF file specific to a robot batch.
"""
import os
from os.path import exists
import stretch_body.hello_utils as hu

Loading…
Cancel
Save