Skip to content

Commit e61adbf

Browse files
author
Victor Lopez
committed
Use baseline for orbbec between rgb and depth
1 parent e6410f6 commit e61adbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

urdf/calibration/extrinsic_camera_calibration_constants.urdf.xacro

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
<xacro:macro name="camera_baseline_constants" params="camera_model" >
1717
<xacro:if value="${camera_model == 'orbbec-astra'}">
18-
<origin xyz="-0.0006 0.0375 -0.015" rpy="0 0 0" />
18+
<origin xyz="0.0 0.025 0.0" rpy="0 0 0" />
1919
</xacro:if>
2020
<xacro:if value="${camera_model == 'orbbec-astra-pro'}">
21-
<origin xyz="-0.0006 0.0375 -0.015" rpy="0 0 0" />
21+
<origin xyz="0.0 0.025 0.0" rpy="0 0 0" />
2222
</xacro:if>
2323
<xacro:if value="${camera_model == 'asus-xtion'}">
2424
<origin xyz="0.0 0.049 0.0" rpy="0 0 0" />

0 commit comments

Comments
 (0)