initial forking commit
This commit is contained in:
14
.docker/create_urdf.entrypoint.sh
Executable file
14
.docker/create_urdf.entrypoint.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
args=$*
|
||||
shift $#
|
||||
|
||||
source /ros_entrypoint.sh
|
||||
|
||||
cd /workspaces
|
||||
colcon build --packages-select franka_description > /dev/null
|
||||
source install/setup.bash
|
||||
|
||||
cd src/franka_description
|
||||
|
||||
python3 scripts/create_urdf.py $args
|
||||
Reference in New Issue
Block a user