rename package to matching repo

This commit is contained in:
2025-02-22 23:26:20 +09:00
parent 33316ed937
commit 04485bfefc
25 changed files with 75 additions and 75 deletions

View File

@@ -4,7 +4,7 @@ args=$*
shift $#
cd /workspaces
colcon build --packages-select franka_description > /dev/null
colcon build --packages-select moonshot_franka_description > /dev/null
source install/setup.bash
ros2 launch franka_description visualize_franka.launch.py ${args}
ros2 launch moonshot_franka_description visualize_franka.launch.py ${args}