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

Rviz bug: transform from the same frame does not exist

asked 2011-08-27 05:39:13 -0500

Anas gravatar image

updated 2016-10-24 08:33:44 -0500

ngrennan gravatar image

Hi,

I am getting a weird error from rviz when trying to show Laser Scan:

Transform [sender=/kinectFRMI] For frame [/openi_depth_frame]: Frame [/openi_depth_frame] does not exist

It is the same frame why needing a tf ?

I am trying to get fake laser scan from the point cloud /camera/rgb/points. And I wrote the node inspired from pointcloud_to_laserscan.

The topic /camera/rgb/points is publishing normally.

Thank you,

edit retag flag offensive close merge delete

Comments

Can you confirm that both your fixed frame and target frame are set to /openi_depth_frame (target frame could be set to fixed frame and it should work if the fixed frame is correct)? Also, double check for a misspelling since the default is openni_depth_frame if I recall correctly.
Eric Perko gravatar image Eric Perko  ( 2011-08-27 13:11:00 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2011-08-27 19:52:36 -0500

tfoote gravatar image

Is this just a typo openni vs openi ?

edit flag offensive delete link more

Comments

I will verify monday, I hope it's just that ! thank you
Anas gravatar image Anas  ( 2011-08-28 03:33:55 -0500 )edit
Oups that really was a typo ! thank you everyone
Anas gravatar image Anas  ( 2011-08-29 03:23:27 -0500 )edit
1

answered 2011-08-27 12:28:13 -0500

dornhege gravatar image

Is it working, i.e. do you get a display, when you handtype your frame as fixed frame, and you just worry about the message?

The error message would be OK as there is no tf, but rviz should display the data in that case.

edit flag offensive delete link more

Comments

Hi, I get a display in rviz for the point cloud, from the kinect. And rostopic echo /scan show that there is data in this topic ... the problem is when I try to show /scan in rviz I get the error ! PS : in my laserScan I specified the frame at /openi_depth_frame which exist in tf
Anas gravatar image Anas  ( 2011-08-27 12:38:32 -0500 )edit

Question Tools

Stats

Asked: 2011-08-27 05:39:13 -0500

Seen: 2,050 times

Last updated: Aug 27 '11