Skip to content

Commit 8f7bed2

Browse files
committed
Add catkin workspace
1 parent d3f9b27 commit 8f7bed2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

provision.sh

+10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ echo "185.199.110.133 raw.githubusercontent.com" >> /etc/hosts
3030
rosdep init
3131
rosdep update
3232

33+
# catkin workspace
34+
mkdir -p ~/catkin_ws/src
35+
cd ~/catkin_ws/src
36+
git clone https://github.com/NOKOV-MOCAP/mocap_nokov.git
37+
cd ~/catkin_ws
38+
catkin_make
39+
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
40+
source ~/.bashrc
41+
3342
# Required for the VSCode embedded debug to work
3443
ln -s /usr/bin/gdb-multiarch /usr/local/bin/arm-none-eabi-gdb
3544

@@ -68,6 +77,7 @@ git clone https://github.com/bitcraze/crazyflie2-nrf-bootloader.git
6877
git clone https://github.com/bitcraze/crazyflie2-nrf-firmware.git
6978
git clone https://github.com/bitcraze/lps-node-firmware.git --recursive
7079
git clone https://github.com/USC-ACTLab/crazyswarm.git --recursive
80+
echo "source ~/projects/crazyswarm/ros_ws/devel/setup.bash" >> ~/.bashrc
7181
cd crazyswarm/ros_ws/src/crazyswarm/externalDependencies/
7282
git switch main
7383
cd ~/

0 commit comments

Comments
 (0)