forked from HBRS-SDP/ss22-motion-primitive-freddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
history_commands.txt
46 lines (46 loc) · 988 Bytes
/
history_commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
cd ws21-kelo-500-motion-control/
cd KELO_SDP/
cd build
ccmake ..
rm -rf *
ls
cmake -DENABLE_PACKAGE_REGISTRY=on ..
rm -rf *
cmake -DCMAKE_INSTALL_PREFIX=/home/yashika/SDP/install -DENABLE_PACKAGE_REGISTRY=on ..
make
cd
cd sdp_ws/ws21-kelo-500-motion-control/KELO_SDP/build/
rm -rf *
cmake -DCMAKE_INSTALL_PREFIX=/home/yashika/SDP/install -DENABLE_PACKAGE_REGISTRY=on ..
make
cd
cd sdp_ws/robif2b/build/
rm -rf *
cmake -DCMAKE_INSTALL_PREFIX=/home/yashika/SDP/install -DENABLE_PACKAGE_REGISTRY=on -DENABLE_ETHERCAT=on -DENABLE_KELO=on ..
make
cd robif2b/build/
rm -rf *
cmake -DCMAKE_INSTALL_PREFIX=/home/yashika/SDP/install -DENABLE_PACKAGE_REGISTRY=on -DENABLE_ETHERCAT=on -DENABLE_KELO=on ..
make
cd
cd sdp_ws/ss22-motion-primitive-freddy/
mkdir build
cd build/
cmake
cmake ..
make
cmake ..
make
clear
make
cd ..
rm -r build
mkdir build
cd build/
clear
cmake ..
make
clear
history
history
history > command_history_s22_project_build.txt