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

how to show multiple fixed frame in RVIZ window.

asked 2017-05-31 22:27:07 -0500

apanda gravatar image

For example, i have makers about radar which frame id is "radar", also i have some makers from camera which frame id is "camer_object". so I have two frame ids, how could i show all markers both of them except change their frame id.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-05-31 23:24:45 -0500

William gravatar image

You have to have a common tf frame that is the parent (direct or indirect) of both. Something like:

/world -> /radar /world -> /camera_object

And then if you set the fixed frame to /world rviz can render both in the same scene.

edit flag offensive delete link more

Comments

it means i need change the logical from that where published ros markers? Currently, "radar" markers published from radar drivers, "camera_object" markers published from "camera" drivers, I didn't have the open source code. What's i want is just do config in RVIZ, any solution? Thanks

apanda gravatar image apanda  ( 2017-06-06 03:05:48 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-05-31 22:27:07 -0500

Seen: 1,886 times

Last updated: May 31 '17