- ~**icp_max_err_by_points** (Double; default: 0.1; min: 0.0; max: 10.0): Maximum ICP average error per point.
- ~**icp_max_err_by_points** (Double; default: 0.1; min: 0.0; max: 10.0): Maximum ICP average error per point.
...
@@ -124,6 +133,8 @@ It also provides a [default bno055 calibration file](./calibration/bno055.cal).
...
@@ -124,6 +133,8 @@ It also provides a [default bno055 calibration file](./calibration/bno055.cal).
***iri_laser_scan_icp**: Move to your active workspace, clone [this repository](https://gitlab.iri.upc.edu/mobile_robotics/dogs_project/iri_laser_scan_icp) and compile your workspace.
***iri_laser_scan_icp**: Move to your active workspace, clone [this repository](https://gitlab.iri.upc.edu/mobile_robotics/dogs_project/iri_laser_scan_icp) and compile your workspace.
***iri_ros_tools**: Move to your active workspace, clone [this repository](https://gitlab.iri.upc.edu/labrobotica/ros/iri_core/iri_ros_tools) and compile your workspace.
#### Other dependencies
#### Other dependencies
Move to the active workspace:
Move to the active workspace:
...
@@ -153,9 +164,11 @@ This node provides the following launch files:
...
@@ -153,9 +164,11 @@ This node provides the following launch files:
-*node_name*: Node name.
-*node_name*: Node name.
-*config_file*: Node configuration yaml file.
-*config_file*: Node configuration yaml file.
-*imu_topic*: IMU input data topic name to be remaped.
-*imu_topic*: IMU input data topic name to be remaped.
-*odom_topic*: Odometry input data topic name to be remaped.
-*front_laser_topic*: Front laser input data topic name to be remaped.
-*front_laser_topic*: Front laser input data topic name to be remaped.
-*rear_laser_topic*: Rear laser input data topic name to be remaped.
-*rear_laser_topic*: Rear laser input data topic name to be remaped.
-*icp_service_name*: Laser_scan ICP service to be remaped.
-*icp_service_name*: Laser_scan ICP service to be remaped.
-*diagnostics*: Flag to launch diagnostics agregator.