Skip to content

Commit

Permalink
docs(velodyne_monitor): add known limits (#1802)
Browse files Browse the repository at this point in the history
* docs(velodyne_monitor): add known limits

Signed-off-by: h-ohta <[email protected]>

* Update Readme.md

Signed-off-by: h-ohta <[email protected]>
  • Loading branch information
h-ohta authored Sep 7, 2022
1 parent c211845 commit 1379811
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion system/velodyne_monitor/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This node monitors the status of Velodyne LiDARs.
The result of the status is published as diagnostics.
Take care not to use this diagnostics to decide the lidar error.
Please read [Assumptions / Known limits](#assumptions--known-limits) for the detail reason.

## Inner-workings / Algorithms

Expand Down Expand Up @@ -75,4 +77,7 @@ Now, `VLP-16.param.yaml` is used as default argument because it is lowest spec.

## Assumptions / Known limits

TBD.
This node uses the [http_client](https://github.com/microsoft/cpprestsdk) and request results by GET method.
It takes a few seconds to get results, or generate a timeout exception if it does not succeed the GET request.
This occurs frequently and the diagnostics aggregator output STALE.
Therefore I recommend to stop using this results to decide the lidar error, and only monitor it to confirm lidar status.

0 comments on commit 1379811

Please sign in to comment.