You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently created a tool called stretch_configure_tool.py that has a lot overlap with stretch_urdf_ros_update.py, however, I had to duplicate much of the code because it's not provided as a library here. To avoid duplication of code for generating URDF, I suggest we modularize the code and make it import-able as import stretch_urdf.
The text was updated successfully, but these errors were encountered:
I've recently created a tool called
stretch_configure_tool.py
that has a lot overlap withstretch_urdf_ros_update.py
, however, I had to duplicate much of the code because it's not provided as a library here. To avoid duplication of code for generating URDF, I suggest we modularize the code and make it import-able asimport stretch_urdf
.The text was updated successfully, but these errors were encountered: