Skip to content

Commit b6fdc53

Browse files
committed
Some improvements in README.md
1 parent d66b52d commit b6fdc53

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# ouster_decoder
22

3-
This decoder is intended to replace the ouster_ros package from https://github.com/ouster-lidar/ouster_example
3+
This driver/decoder is intended to replace the `ouster_ros` package from
4+
https://github.com/ouster-lidar/ouster_example, providing a ROS1 driver for the
5+
Ouster lidars.
6+
7+
The driver offers a set of
8+
features compared to the manufacturer example driver:
9+
10+
- Detection of missing data packages: by observing the package sequence number
11+
we are able to detect lost packages from the sensor and notify the user.
12+
13+
- Included LiDAR configuration file: no more need for the metadata json file.
14+
15+
The code has been tested in ROS Noetic, and has been tested with firmwares up to 2.1.
416

517
## Usage
618

0 commit comments

Comments
 (0)