]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
3dsensor: reduce depth resolution
authorErik Andresen <erik@vontaene.de>
Thu, 23 Jul 2015 16:56:48 +0000 (18:56 +0200)
committerErik Andresen <erik@vontaene.de>
Thu, 23 Jul 2015 16:56:48 +0000 (18:56 +0200)
cfg/razor.yaml
launch/3dsensor.launch

index 0fc0ea87bea14283ac80902b7b59cc3e2d9daf22..f32be3174918a4986dfd83204b92ddc94d4bc486 100644 (file)
@@ -23,8 +23,8 @@ magn_z_max: 596
 
 # extended calibration
 calibration_magn_use_extended: true
 
 # extended calibration
 calibration_magn_use_extended: true
-magn_ellipsoid_center: [310.164, 110.637, -618.788]
-magn_ellipsoid_transform: [[0.945780, 0.0107359, 0.0132698], [0.0107359, 0.947108, 0.0240015], [0.0132698, 0.0240015, 0.982784]]
+magn_ellipsoid_center: [314.663, 115.689, -632.692]
+magn_ellipsoid_transform: [[0.937505, 0.0217526, 0.0102850], [0.0217526, 0.936649, 0.0279058], [0.0102850, 0.0279058, 0.980535]]
 
 # AHRS to robot calibration
 imu_yaw_calibration: 0.0
 
 # AHRS to robot calibration
 imu_yaw_calibration: 0.0
index 61f622a710a8ec944293f40cb761054061f24a60..b2e884f2df3f2e935de7ab6bd2fbc3ca8d923743 100644 (file)
@@ -10,4 +10,6 @@
                <remap from="/camera/image" to="/camera/depth/image"/>
                <remap from="/camera/scan" to="/scan"/>
        </node>
                <remap from="/camera/image" to="/camera/depth/image"/>
                <remap from="/camera/scan" to="/scan"/>
        </node>
+
+       <node pkg="dynamic_reconfigure" type="dynparam" name="reconfig" output="screen" args="set /camera/driver depth_mode 11" />
 </launch>
 </launch>