hello-robot / stretch_ros2

ROS 2 packages for the Stretch mobile manipulators from Hello Robot Inc.
https://docs.hello-robot.com/0.2/stretch-tutorials/ros2/
51 stars 19 forks source link

Make URDF assets untracked #112

Closed hello-binit closed 2 months ago

hello-binit commented 2 months ago

URDF assets such as mesh files or XACROs are now pulled in from Stretch URDF when compiling the workspace using stretch_create_ament_workspace.sh. Since older assets were committed to this repo, Git sees this as untracked changes to the assets. We'd like Git to ignore and not track changes to the meshes and urdf folder in Stretch Description, so in this PR, we remove the old assets. The .gitignore contains regex to ignore changes to these folders:

https://github.com/hello-robot/stretch_ros2/blob/d22c693c506acab8d4a57484bf27feb2e8c688af/.gitignore#L17-L18