We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9011750 commit 1258fe0Copy full SHA for 1258fe0
README.md
@@ -78,12 +78,12 @@ make doc
78
79
Source the `env.sh` in the install folder.
80
81
-At first, get the test point cloud maps and start the GUI.
+At first, get the test point cloud map and start the GUI.
82
```
83
cd ..
84
-git lfs pull
85
source build/install/env.sh
86
-ugv_nav4d_bin-qt5 test_data/parking_deck.ply 0.3
+wget https://zenodo.org/record/13789320/files/parking_deck.ply
+ugv_nav4d_bin-qt5 parking_deck.ply 0.3
87
88

89
0 commit comments