Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doubt about Astra S location in URDF #28

Open
bmegli opened this issue Apr 18, 2024 · 0 comments
Open

doubt about Astra S location in URDF #28

bmegli opened this issue Apr 18, 2024 · 0 comments

Comments

@bmegli
Copy link

bmegli commented Apr 18, 2024

We seem to be experiencing some offset of Astra S xtion_rgb_frame compared to real hardware

  • seems to be 2 cm on each axis

In particular, should xtion_orbbec_aux_joint_frame and link be set to (0,0,0)?

<!-- frame of camera origin provided by Orbbec, need this intermediate frame for backwards compatibility with xtion_pro_live
to reuse same camera origin -->
<joint name="${name}_orbbec_aux_joint" type="fixed">
<!-- Assuming we have 0.0908 0.08 0.0 from default camera_position, and rotated -90 deg on x.-->
<!-- Pending confirmation from Orbbec about the position of the frames, going with old defaults-->
<!-- <origin xyz="0.0107 0.008 0.015" rpy="0 0 0" />-->
<origin xyz="0 0 0" rpy="0 0 0" />
<parent link="${name}_link" />
<child link="${name}_orbbec_aux_joint_frame"/>
</joint>

Should data extracted from tf2 tree for TIAGo Astra S camera, in particular xtion_rgb_optical_frame, under which both depth and rgb data is published, reflect reality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant