Skip to content

Commit

Permalink
Before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiaai committed Feb 12, 2024
1 parent 1ded7ea commit 1f6fca6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Please read this [blog post](https://kaia.ai/blog/arduino-lidar-library/) for mo

This library supports:
- YDLIDAR X4, X3, X3-PRO, X2/X2L models
- RPLIDAR A1
- SLAMTEC RPLIDAR A1
- Neato XV11/Botvac
- Xiaomi Mi 1st gen LDS02RR
- Xiaomi Roborock Mi 1st gen LDS02RR
- 3drobotix Delta-2A, Delta-2G

Other models are in the works.

Expand All @@ -22,7 +23,7 @@ Other models are in the works.
<img src="http://img.youtube.com/vi/gaDnZ4Msw0E/maxresdefault.jpg" alt="LDS02RR laser distance scan sensor runs on Arduino" width="720" height="405" border="10" />
</a>

### Video: RPLIDAR A1 runs on Arduino
### Video: SLAMTEC RPLIDAR A1 runs on Arduino
<a href="http://www.youtube.com/watch?feature=player_embedded&v=f8IYjfiXsMk" target="_blank">
<img src="http://img.youtube.com/vi/f8IYjfiXsMk/maxresdefault.jpg" alt="RPLIDAR A1 laser distance scan sensor runs on Arduino" width="720" height="405" border="10" />
</a>
Expand All @@ -34,8 +35,8 @@ Some LiDAR/LDS models do not have built-in motor control and therefore require a

## Release notes

## v0.5.0 (in debug)
- added Delta-2G
## v0.5.0
- added Delta-2A, Delta-2G

## v0.4.0
- added Neato XV11
Expand Down
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LDS_NEATO_X11 KEYWORD1
LDS_LDS02RR KEYWORD1
LDS_RPLIDAR_A1 KEYWORD1
LDS_DELTA_2G KEYWORD1
LDS_DELTA_2A KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=0.5.0
author=Ilia O. <[email protected]>
maintainer=Ilia O. <[email protected]>
sentence=Laser distance scan sensors (LDS/LIDAR) wrapper/controller for kaia.ai robotics platform
paragraph=Supports YDLIDAR X4, X3, X3 PRO, X2/X2L, Xiaomi LDS02RR, Neato XV11, RPLIDAR A1, 3irobotix Delta-2G
paragraph=Supports YDLIDAR X4, X3, X3 PRO, X2/X2L, Xiaomi Roborock 1st gen LDS02RR, Neato XV11, SLAMTEC RPLIDAR A1, 3irobotix Delta-2A, Delta-2G
category=Sensors
url=https://github.com/kaiaai/LDS
architectures=*

0 comments on commit 1f6fca6

Please sign in to comment.