-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
18 lines (16 loc) · 936 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LLM_BASE_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export LLM_BASE_PATH
cd $LLM_BASE_PATH
# Copy .usd to Isaac Sim
rm -rf ~/.local/share/ov/pkg/isaac-sim-2*/extscache/omni.importer.urdf*/data/urdf/robots/RIZON4
cd ~/.local/share/ov/pkg/isaac-sim-2*/extscache/omni.importer.urdf*/data/urdf/robots
mkdir RIZON4
cd $LLM_BASE_PATH
cp -r ./planning/rmpflow/flexiv_rizon4_total ~/.local/share/ov/pkg/isaac-sim-2*/extscache/omni.importer.urdf*/data/urdf/robots/RIZON4
# Copy planning and simulation files to Isaac Sim
rm -rf ~/.local/share/ov/pkg/isaac-sim-2*/standalone_examples/api/omni.isaac.manipulators/RIZON4
cd ~/.local/share/ov/pkg/isaac-sim-2*/standalone_examples/api/omni.isaac.manipulators
cd $LLM_BASE_PATH
cp -r ./planning ~/.local/share/ov/pkg/isaac-sim-2*/standalone_examples/api/omni.isaac.manipulators/
cd ~/.local/share/ov/pkg/isaac-sim-2*/standalone_examples/api/omni.isaac.manipulators/
mv planning RIZON4