Skip to content
Snippets Groups Projects
Commit 8858ee5c authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update vision_utils installation documentation

parent d90186ac
No related branches found
No related tags found
No related merge requests found
...@@ -158,15 +158,19 @@ Wolf used spdlog macros. To install it: ...@@ -158,15 +158,19 @@ Wolf used spdlog macros. To install it:
**(1)** Git clone the source: **(1)** Git clone the source:
$ git clone https://github.com/angelsantamaria/vision_utils.git $ git clone ssh://git@gitlab.iri.upc.edu:2202/asantamaria/vision_utils.git
**(2)** Build and install: **(2)** Build and install:
$ cd vision_utils/trunk/build $ cd vision_utils/build
$ cmake .. $ cmake ..
$ make $ make
$ sudo make install $ sudo make install
**(3)** Optionally run tests
$ ctest
#### Optional: Laser Scan Utils (Install only if you want to use IRI's laser scan utils) #### Optional: Laser Scan Utils (Install only if you want to use IRI's laser scan utils)
**(1)** Git clone the source: **(1)** Git clone the source:
...@@ -175,11 +179,11 @@ Wolf used spdlog macros. To install it: ...@@ -175,11 +179,11 @@ Wolf used spdlog macros. To install it:
**(2)** Build and install: **(2)** Build and install:
$ cd laser_scan_utils/trunk/build $ cd laser_scan_utils/build
$ cmake .. $ cmake ..
$ make $ make
$ sudo make install $ sudo make install
#### Optional: Raw GPS Utils (Install only if you want to use IRI's raw gps utils) #### Optional: Raw GPS Utils (Install only if you want to use IRI's raw gps utils)
**(1)** Git clone the source: **(1)** Git clone the source:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment