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

hokuyo node can not see the laser scan in rviz

asked 2011-11-23 19:22:32 -0500

sven_007 gravatar image

updated 2014-01-28 17:10:52 -0500

ngrennan gravatar image
dbb@ubuntu-dbb:~$ rosrun rviz rviz -d `rospack find hokuyo_node`/hokuyo_test.vcg[ INFO] 
[ERROR] [1322120397.245512167]: No techniques available for material [PointCloudMaterial0Billboard]
[ERROR] [1322120397.312309781]: No techniques available for material [PointCloudMaterial0Billboard]
[ WARN] [1322120397.466217922]: 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. File radeon_swtcl.c function r100_swtcl_flush line 323 Rendering was 1 commands larger than predicted size. We might overflow command buffer.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-11-26 21:46:01 -0500

The material errors you are getting is because Ogre (rendering engine of rviz) cannot render the pointcloud material on your graphics hardware. Maybe try upgrading your driver or your hardware. Alternatively you can try to change the material definition, maybe you find something that works with your hardware.

Check the Ogre.log file, it should contain more information on the error.

edit flag offensive delete link more

Comments

thank you very much! I made it after I changed a better computer.
sven_007 gravatar image sven_007  ( 2011-11-28 17:07:43 -0500 )edit
1

answered 2011-11-26 22:34:57 -0500

Ben_S gravatar image

Is it really necessary to start rviz with that config file? Cant you just start rviz normally (rosrun rviz rviz), add an laser scan display with topic /laser and "Style" points (might help to get around the billboard error) and set the fixed frame to laser (or whatever the hokuyo-node publishes as transform)?

But i agree with LiMuBei in that you should also try to sort out the basic problem with rviz using his advice.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-23 19:22:32 -0500

Seen: 1,765 times

Last updated: Nov 26 '11