You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ SLAM2REF uses pose-graph multi-session anchoring to align your LiDAR data with a
74
74
- 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).
75
75
76
76
The following image presents a very brief overview of how the method works.
@@ -92,7 +92,7 @@ The commands to install all dependencies can be found in the file inside `.githu
92
92
93
93
94
94
### 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.
96
96
97
97
```bash
98
98
cd
@@ -101,7 +101,16 @@ The commands to install all dependencies can be found in the file inside `.githu
101
101
git clone https://github.com/MigVega/SLAM2REF .
102
102
```
103
103
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
+
```
105
114
106
115
### 2. Setting Up Directory Structure
107
116
@@ -162,7 +171,7 @@ The commands to install all dependencies can be found in the file inside `.githu
162
171
163
172
Your support helps us continue improving the project. Thank you for being part of our community!
164
173
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>
0 commit comments