Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LidarLite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
drivers
LidarLite
Commits
5e661fc4
Commit
5e661fc4
authored
8 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
new readme
parent
013b7fcf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReadMe.md
+4
-4
4 additions, 4 deletions
ReadMe.md
with
4 additions
and
4 deletions
ReadMe.md
+
4
−
4
View file @
5e661fc4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Driver for Garmin Lidar Lite v3.
Driver for Garmin Lidar Lite v3.
## Hardware configuration
##
#
Hardware configuration
This library provides quick access to all the basic functions of LIDAR-Lite using an USB-I2C communications module.
This library provides quick access to all the basic functions of LIDAR-Lite using an USB-I2C communications module.
...
@@ -11,19 +11,19 @@ For detailed specifications, pinout, and connection diagrams, see check the foll
...
@@ -11,19 +11,19 @@ For detailed specifications, pinout, and connection diagrams, see check the foll
-
[
Lidar Lite V3
](
http://static.garmin.com/pumac/LIDAR_Lite_v3_Operation_Manual_and_Technical_Specifications.pdf
)
(
I2C
connection diagrams)
-
[
Lidar Lite V3
](
http://static.garmin.com/pumac/LIDAR_Lite_v3_Operation_Manual_and_Technical_Specifications.pdf
)
(
I2C
connection diagrams)
-
[
USB-I2C module
](
http://www.robot-electronics.co.uk/htm/usb_i2c_tech.html
)
-
[
USB-I2C module
](
http://www.robot-electronics.co.uk/htm/usb_i2c_tech.html
)
## Software dependences
##
#
Software dependences
-
[
usb_i2c_adapter
](
https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk
)
C++ library
-
[
usb_i2c_adapter
](
https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk
)
C++ library
-
Download the library:
`svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk usb_i2c_adapter`
-
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 .. && make && sudo make install`
-
Compile and install:
`cd usb_i2c_adapter/build && cmake .. && make && sudo make install`
## Example of usage
##
#
Example of usage
-
Run
`/bin/./lidar_lite_test`
.
-
Run
`/bin/./lidar_lite_test`
.
-
Checkout
`LidarLiteROS`
project to use this library within ROS framework.
-
Checkout
`LidarLiteROS`
project to use this library within ROS framework.
## Support material and multimedia
##
#
Support material and multimedia
Please, visit:
[
**asantamaria's web page**
](
http://www.iri.upc.edu/people/asantamaria
)
Please, visit:
[
**asantamaria's web page**
](
http://www.iri.upc.edu/people/asantamaria
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment