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

hokuyo_node. Why does Fixed Frame [laser] does not exist? [closed]

asked 2014-05-26 04:29:48 -0500

m.hoev gravatar image

Hello everyone,

i'm trying to get hokuyo_node running on my youbot (ros hydro, ubuntu 12.04) and i am facing a problem.

I would like to chose /laser as Fixed Frame in Global Options. But it does not exist. I get the warning "Fixed Frame [laser] does not exist" in Global Status when i type it in manually.

Does anyone know how to fix this problem? I'd really much appreciate any help.

Be aware, the main problem i am facing is that i want to get the navigation stack running on my youbot. When starting the navigation stack i am getting two warnings and i think i can solve one of them with this.

Thanks a lot.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by m.hoev
close date 2014-08-05 05:06:09.501468

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-05-26 06:41:49 -0500

updated 2014-05-26 06:47:31 -0500

Hi, I faced similar issue, couldn't find any permanent solution,(I think issue is with rviz) here is a temporary one if /map is set as your default fixed frame , Then publish a static transformation between /map and /laser you can use rosrun tf static_transform_publisher x y z yaw pitch roll frame_id child_frame_id period_in_ms

the idea is to publish transformation between default frame and sensor frame .. its fine if its not static!!

NOTE : But you wrote that you are launching navigation stack, transformation between /map and /laser should be getting published in this case, THIS IS TEMP SOLUTION (works for me) :P

edit flag offensive delete link more
0

answered 2014-06-13 05:55:12 -0500

m.hoev gravatar image

Found a solution. My wrapper publishes the transformation odom -> base_footprint of my youbot. With this tutorial http:// wiki.ros.org/navigation/Tutorials/RobotSetup/TF wrote a transformation base_footprint -> laser. So now i have the tf tree odom -> base_footprint -> laser

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-26 04:29:48 -0500

Seen: 2,665 times

Last updated: Jun 13 '14