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

Fixed Frame [/laser] does not exist

asked 2011-07-19 22:12:41 -0500

sam gravatar image

my launch file

 <launch>
    <node pkg="hokuyo_node" type="hokuyo_node" name="hokuyo_node">
        <remap from="/scan" to="/base_scan" />
     </node>
 </launch>

Why rviz says Fixed Frame [/laser] does not exist?

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-07-19 22:55:17 -0500

dornhege gravatar image

Nobody is publishing tf information from the /laser frame. I guess, you input the fixed frame manually in the box and you also see the laser, so that should be fine.

Problems will arise if you have data in other frames.

edit flag offensive delete link more

Comments

1
Thank you~I don't know what means of 'input the fixed frame manually in the box', but I found that when I add tf node with /laser transform,it works!
sam gravatar image sam  ( 2011-07-19 23:27:26 -0500 )edit
Usually the Fixed Frame has a combo containing the frames send by tf for you to choose. If nobody publishes you can still just input anything (e.g. /laser)
dornhege gravatar image dornhege  ( 2011-07-20 04:19:08 -0500 )edit
Uh,I know I can choose from Fixed Frame combo,but why I need to input some text(different than text which can be choose) in Fixed Frame box? Is it useful for something?
sam gravatar image sam  ( 2011-07-20 04:27:22 -0500 )edit
It's only if you don't have tf information, you can hardcode something. The better way is to publish tf information as you did!
dornhege gravatar image dornhege  ( 2011-07-20 04:28:23 -0500 )edit

The option target frame is missing in groovy's rviz. What can be done instead?

ZoltanS gravatar image ZoltanS  ( 2013-04-11 02:26:22 -0500 )edit

This is a different question. Please open a new one.

dornhege gravatar image dornhege  ( 2013-04-11 04:19:20 -0500 )edit

Question Tools

Stats

Asked: 2011-07-19 22:12:41 -0500

Seen: 12,784 times

Last updated: Jul 19 '11