File tree Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Original file line number Diff line number Diff line change 1- # Project-in-CMake
2- * link to the sensor docs:* <br >
3- https://docs.google.com/document/d/1BF9DZk_YQt1yE8mERVzNyPVUT7JgtQxV-Xuj32yoiyM
1+ # Vehicle Computing Simulator
2+ ## Main Computer
3+
4+ [ link to the main control design] ( https://docs.google.com/document/d/1oIO82QiBhqgoNgWj_fBRt7iy48YRa9Y28SvaeaOq1Ms )
45<br >
5- * link to the main control design:*
6- https://docs.google.com/document/d/1oIO82QiBhqgoNgWj_fBRt7iy48YRa9Y28SvaeaOq1Ms
6+ ** Installations:**
7+ <br >
8+ ``` bash
9+
10+ sudo apt-get install libbson-dev
11+ sudo apt-get install nlohmann-json3-dev
12+ sudo apt install pkg-config
13+
14+ ```
15+
16+ google tests:
17+ <br >
18+ ``` bash
19+
20+ sudo apt update
21+ sudo apt install cmake libgtest-dev
22+ cd /usr/src/googletest/googletest
23+ sudo mkdir build
24+ cd build
25+ sudo cmake ..
26+ sudo make
27+ sudo make install
28+
29+ ```
You can’t perform that action at this time.
0 commit comments