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

Revision history [back]

click to hide/show revision 1
initial version

Try the using the non-GPU version of the laser. Change the line <sensor type="gpu_ray" name="head_hokuyo_sensor"> to <sensor type="ray" name="head_hokuyo_sensor"> and replace <plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_gpu_laser.so"> with <plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_laser.so">

click to hide/show revision 2
No.2 Revision

Try the using the non-GPU version of the laser. Change the line

<sensor type="gpu_ray" name="head_hokuyo_sensor"> to name="head_hokuyo_sensor">

to

<sensor type="ray" name="head_hokuyo_sensor"> name="head_hokuyo_sensor">

and replace replace

<plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_gpu_laser.so"> with filename="libgazebo_ros_gpu_laser.so">

with

<plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_laser.so">

filename="libgazebo_ros_laser.so">