mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 03:30:18 +08:00
fix: correct joint origin coordinates for RGB and camera rear screw links in URDF for Gemini 305
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
name="RGB_R"
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="0.008126703388352 0.008999999999889 0.0210000000000001"
|
||||
xyz="0.008126703388352 -0.009000000000111 0.0210000000000001"
|
||||
rpy="0 0 0" />
|
||||
<parent
|
||||
link="base_link" />
|
||||
@@ -118,7 +118,7 @@
|
||||
name="RGB_L"
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="0.008126703388352 -0.009000000000111 0.0210000000000001"
|
||||
xyz="0.008126703388352 0.008999999999889 0.0210000000000001"
|
||||
rpy="0 0 0" />
|
||||
<parent
|
||||
link="base_link" />
|
||||
@@ -224,7 +224,7 @@
|
||||
name="camera_rear_screw_R"
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="-0.01091969797964 0.00999680631556896 0.0209990315919259"
|
||||
xyz="-0.01091969797964 -0.0100031936844311 0.0209990315919259"
|
||||
rpy="0 0 0" />
|
||||
<parent
|
||||
link="base_link" />
|
||||
@@ -277,7 +277,7 @@
|
||||
name="camera_rear_screw_L"
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="-0.01091969797964 -0.0100031936844311 0.0209990315919259"
|
||||
xyz="-0.01091969797964 0.00999680631556896 0.0209990315919259"
|
||||
rpy="0 0 0" />
|
||||
<parent
|
||||
link="base_link" />
|
||||
|
||||
Reference in New Issue
Block a user