We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66b52d commit b6fdc53Copy full SHA for b6fdc53
1 file changed
README.md
@@ -1,6 +1,18 @@
1
# ouster_decoder
2
3
-This decoder is intended to replace the ouster_ros package from https://github.com/ouster-lidar/ouster_example
+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.
16
17
## Usage
18
0 commit comments