From a76728929f5c2fe12d65e789e2029e6ca1232b58 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Fri, 10 Dec 2021 12:21:54 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b6750..13540e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Description -This node provides a service server to process an ICP between two scans using [laser_scan_utils](https://gitlab.iri.upc.edu/labrobotica/algorithms/laser_scan_utils). +This node provides a service server to process an ICP between two scans using [laser_scan_utils](https://gitlab.iri.upc.edu/labrobotica/algorithms/laser_scan_utils). This library uses [CSM](https://github.com/AndreaCensi/csm). This node also provides the following configuration files located in [config](./config) directory: * **params.yaml**: Node default configuration file. @@ -14,6 +14,9 @@ This node also provides the following configuration files located in [config](./ - ~**range_std_dev** (Double; default: 0.035; min: 0.01; max: 0.1) Standard deviation measurement noise in range in meters. - ~**angle_std_dev** (Double; default: 0.05; min: 0.01; max: 0.2) Standard deviation measurement noise in angle in radians. +### CSM parameters +The description of each parameter can be found in [csm manual](https://github.com/AndreaCensi/csm/blob/master/csm_manual.pdf). + ## Installation #### IRI dependencies @@ -71,4 +74,4 @@ This package is distributed in the hope that it will be useful, but without any In no event unless required by applicable law the author will be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if the author has been advised of the possibility of such damages. -You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/> \ No newline at end of file +You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/> -- GitLab