Skip to content
Snippets Groups Projects
Commit 1d2cf67e authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Readme update

parent 33c382f8
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,19 @@ Wolf used spdlog macros. To install it: ...@@ -154,6 +154,19 @@ Wolf used spdlog macros. To install it:
$ make $ make
$ sudo make install $ sudo make install
#### Optional: Vision Utils (Install only if you want to use IRI's vision utils)
**(1)** Git clone the source:
$ git clone https://github.com/angelsantamaria/vision_utils.git
**(2)** Build and install:
$ cd vision_utils/trunk/build
$ cmake ..
$ make
$ sudo make install
#### 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:
......
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