Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
LidarLite
Commits
395644cd
Commit
395644cd
authored
Dec 10, 2016
by
Angel Santamaria-Navarro
Browse files
Update ReadMe.md
parent
5d47672b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ReadMe.md
View file @
395644cd
...
...
@@ -16,22 +16,22 @@ For detailed specifications, pinout, and connection diagrams, please refer to th
-
[
iriutils
](
https://devel.iri.upc.edu/pub/labrobotica/drivers/iriutils/trunk
)
- IRI C++ library
-
Download the library:
`svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/iriutils/trunk iriutils`
-
Compile and install:
`cd iriutils/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make && sudo make install`
-
Compile and install:
`cd iriutils/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make
-j $(nproc)
&& sudo make install`
-
[
comm
](
https://devel.iri.upc.edu/pub/labrobotica/drivers/comm/trunk
)
- IRI C++ library
-
Download the library:
`svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/comm/trunk comm`
-
Compile and install:
`cd comm/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make && sudo make install`
-
Compile and install:
`cd comm/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make
-j $(nproc)
&& sudo make install`
-
[
usb_i2c_adapter
](
https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk
)
- IRI C++ library
-
Download the library:
`svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk usb_i2c_adapter`
-
Compile and install:
`cd usb_i2c_adapter/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make && sudo make install`
-
Compile and install:
`cd usb_i2c_adapter/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make
-j $(nproc)
&& sudo make install`
### Installation
-
Clone the repository:
`git clone https://gitlab.iri.upc.edu/asantamaria/LidarLite.git`
-
Install:
`cd LidarLite/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make && sudo make install`
-
Install:
`cd LidarLite/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make
-j $(nproc)
&& sudo make install`
### Example of usage
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment