Skip to content

Commit eba0221

Browse files
authored
Update README.md
1 parent d4111d9 commit eba0221

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ SLAM2REF uses pose-graph multi-session anchoring to align your LiDAR data with a
7474
- SLAM2REF additionally allows the retrieval of 6-DoF poses with an accuracy of up to 3 cm given an accurate TLS point cloud as a reference map (this map should be accurate, at least regarding the position of permanent elements such as walls and columns).
7575

7676
The following image presents a very brief overview of how the method works.
77-
<p align="center"><img src="doc/imgs/Gtihub_overview__.png" alt="SLAM2REF Github - Overview" width="80%" /></p>
77+
<p align="center"><img src="doc/imgs/Gtihub_overview__.png" alt="SLAM2REF Github - Overview" width="85%" /></p>
7878

7979

8080

@@ -92,7 +92,7 @@ The commands to install all dependencies can be found in the file inside `.githu
9292

9393

9494
### 1. Cloning and Building the Project
95-
-Run the following in a terminal to clone the repository.
95+
- Run the following in a terminal to clone the repository.
9696

9797
```bash
9898
cd
@@ -101,7 +101,16 @@ The commands to install all dependencies can be found in the file inside `.githu
101101
git clone https://github.com/MigVega/SLAM2REF .
102102
```
103103

104-
- When building the project, use the `-j 5` flag to limit the process to five threads. This helps prevent the project from exiting prematurely.
104+
- When building the project, use the `-j 5` flag to limit the process to five threads. This helps prevent the project from exiting prematurely. You can do that with a IDE or with the following comands in a terminal.
105+
106+
```bash
107+
cd
108+
cd Repos/00.SLAM2REF/code
109+
mkdir build
110+
cd build
111+
cmake ..
112+
make -j 5
113+
```
105114

106115
### 2. Setting Up Directory Structure
107116

@@ -162,7 +171,7 @@ The commands to install all dependencies can be found in the file inside `.githu
162171
163172
Your support helps us continue improving the project. Thank you for being part of our community!
164173
165-
<p align="center"><img src="doc/imgs/github_start_only.gif" alt="SLAM2REF Github - how to star the repo" width="50%" /></p>
174+
<p align="center"><img src="doc/imgs/github_start_only.gif" alt="SLAM2REF Github - how to star the repo" width="65%" /></p>
166175
167176
168177
## License

0 commit comments

Comments
 (0)