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

I can't see hokuyo_node information on rviz.

asked 2012-06-17 19:57:55 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I need help.
I tried this tutorial (link text), however I can see only black screen in rviz and the following error message is displayed:

[ WARN] [1339998294.058023439]: Message from [/hokuyo_node] has a non-fully-qualified frame_id [laser]. Resolved locally to [/laser]. This is will likely not work in multi-robot systems. This message will only print once.

When I tried rosnode hz scan, the following message is displayed:

subscribed to [/scan]
average rate: 10.057
min: 0.099s max: 0.100s std dev: 0.00046s window: 10
average rate: 10.059
min: 0.099s max: 0.100s std dev: 0.00044s window: 20
average rate: 10.056
min: 0.099s max: 0.100s std dev: 0.00047s window: 30
...

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2012-06-17 20:39:30 -0500

weiin gravatar image
  1. Ensure that your fixed frame in rviz is set to /laser (as shown in the picture in the tutorial).
  2. Scroll out (use mouse wheel) until you can see the whole grid. Sometimes you see only black because you are seeing only one portion of the grid
edit flag offensive delete link more
0

answered 2012-06-18 00:06:32 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Thank you. I could see a map by scrolling out.

edit flag offensive delete link more
0

answered 2012-06-18 04:08:35 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

You should look at this tutorial and run the command below:

rosrun rviz rviz -d `rospack find hokuyo_node`/hokuyo_test.vcg

I hope this helps!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-17 19:57:55 -0500

Seen: 914 times

Last updated: Jun 18 '12