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

About hokuyo_node's Transform

asked 2012-09-20 21:47:58 -0500

moyashi gravatar image

I can't find where the frame name is defined.

I launched hokuyo_node and rviz.
Floor Scan(Laser scan) data was visualized when Fixed Frame is set to "/laser".
Where the frame name "/laser" is defined ?
I checked through source codes in hokuyo_node package,
however I couldn't find where it is.

Thanks in advance.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-09-20 23:33:24 -0500

dornhege gravatar image

It is a private parameter named ~frame_id.

http://www.ros.org/wiki/hokuyo_node#Parameters

edit flag offensive delete link more
2

answered 2012-09-20 22:56:59 -0500

weiin gravatar image

You will need to broadcast that frame yourself, either in code or using static_transform_publisher or creating a urdf and use robot_state_publisher. See here for some basic tf setup.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-20 21:47:58 -0500

Seen: 377 times

Last updated: Sep 20 '12