Commit 8f7bed2 1 parent d3f9b27 commit 8f7bed2 Copy full SHA for 8f7bed2
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ echo "185.199.110.133 raw.githubusercontent.com" >> /etc/hosts
30
30
rosdep init
31
31
rosdep update
32
32
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
+
33
42
# Required for the VSCode embedded debug to work
34
43
ln -s /usr/bin/gdb-multiarch /usr/local/bin/arm-none-eabi-gdb
35
44
@@ -68,6 +77,7 @@ git clone https://github.com/bitcraze/crazyflie2-nrf-bootloader.git
68
77
git clone https://github.com/bitcraze/crazyflie2-nrf-firmware.git
69
78
git clone https://github.com/bitcraze/lps-node-firmware.git --recursive
70
79
git clone https://github.com/USC-ACTLab/crazyswarm.git --recursive
80
+ echo " source ~/projects/crazyswarm/ros_ws/devel/setup.bash" >> ~ /.bashrc
71
81
cd crazyswarm/ros_ws/src/crazyswarm/externalDependencies/
72
82
git switch main
73
83
cd ~ /
You can’t perform that action at this time.
0 commit comments