Skip to content

Commit

Permalink
Update sdk_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acozma committed Nov 12, 2021
1 parent 7b6abbb commit 4998dc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/3dsmartcam1/sdk_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ cp aditof-demo.sh ~/Desktop/
./vnc_install.sh

cd ~/Workspace/
sudo apt install git-lfs
git clone https://github.com/robotics-ai/tof_process_public
cd tof_process_public/adi_smart_camera/
cd tof_process_public
git lfs install
cd adi_smart_camera/
git lfs fetch --all
git lfs pull
./install_bionic_nano.sh

0 comments on commit 4998dc0

Please sign in to comment.