From cc77e782d9fc357bb3cdc50aa5119accfa6f9e32 Mon Sep 17 00:00:00 2001 From: fherrero <fherrero@iri.upc.edu> Date: Tue, 23 May 2023 09:20:57 +0200 Subject: [PATCH] Update bringup defaults --- config/helena_bno055.yaml | 2 +- config/helena_rs16.yaml | 2 +- launch/bringup.launch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/helena_bno055.yaml b/config/helena_bno055.yaml index a6dcc71..21fafa7 100644 --- a/config/helena_bno055.yaml +++ b/config/helena_bno055.yaml @@ -14,7 +14,7 @@ frame_id: 'imu_bno055' # 10 -> "M4G" # 11 -> "ndof off" # 12 -> "ndof" -mode: 12 +mode: 7 # 0 -> "+/- 2G" # 1 -> "+/- 4G" # 2 -> "+/- 8G" diff --git a/config/helena_rs16.yaml b/config/helena_rs16.yaml index 47abe30..3185e15 100644 --- a/config/helena_rs16.yaml +++ b/config/helena_rs16.yaml @@ -8,6 +8,6 @@ frame_id: /helena/robosense ##robosense pointcloud max_distance: 200 -min_distance: 0.4 +min_distance: 0.5 resolution_type: 0.5cm intensity_mode: 1 diff --git a/launch/bringup.launch b/launch/bringup.launch index 92e849c..3b5ea26 100644 --- a/launch/bringup.launch +++ b/launch/bringup.launch @@ -5,7 +5,7 @@ <arg name="platform" default="true"/> <arg name="lidar" default="true"/> - <arg name="camera" default="true"/> + <arg name="camera" default="false"/> <arg name="imu" default="true"/> <arg name="pioneer_config_file" default="$(find iri_helena_bringup)/config/helena_pioneer.yaml" /> -- GitLab