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

How to covert camera odom to base odom ?

asked 2020-11-12 05:38:57 -0500

Shiva_uchiha gravatar image

I have a topic that publishes odom with respect to camera . I can use tf functions to convert the pose with respect to base ,But I am not sure how to convert twist part of data .

My end goal is to build a publisher that reads camera odom info and publishes base odom info .

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-11-12 14:26:20 -0500

vinny gravatar image

In terms of your linear portion of the twist: if your camera_link is rigidly connected to your base_link, the linear components will be the same.

In terms of angular velocity components, I found this question that may be relevant. Although note, that this is for ROS hydro, which supports TF1.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-11-12 05:38:57 -0500

Seen: 202 times

Last updated: Nov 12 '20