initial forking commit

This commit is contained in:
2025-02-22 22:37:34 +09:00
commit ee5f8b145e
106 changed files with 13922 additions and 0 deletions

View File

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