ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What link of realsense D455 should I put inside an existing robot arm urdf file?

asked 2023-04-17 10:47:48 -0500

TapleFlib gravatar image

updated 2023-04-18 05:00:06 -0500

I want to add realsense d455 model and its tf to an existing robot arm urdf. What link should I add to my robot arm urdf ?

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-04-18 09:09:14 -0500

Ranjit Kathiriya gravatar image

updated 2023-04-18 09:22:28 -0500

you can create parent link on the top of base_link( as a child) name realsense_camera_link, and you can add that to robot arm, that's also a good practice if you are working with multiple sensors.

OR

I would suggest picking a (Parent link)base link. All child link transformations will be derived form the parent.

edit flag offensive delete link more

Comments

Got it, thanks so much!

TapleFlib gravatar image TapleFlib  ( 2023-04-21 05:33:48 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2023-04-17 10:47:48 -0500

Seen: 187 times

Last updated: Apr 18 '23