<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    <p style="margin: 0px;"><span></span></p>
    Dear all,<br />
    <br />
    I have te following problem: I want to display a single point laser measurement in RVIZ using LaserScan message. Terefor I filled most of the laser message parameters manualle. The range was set by the laser<br />
    (Leuze ODSL-30)<br />
    <br />
    The message generated looks fine, but when i subscrive to the /scan RVIZ refused to display it.<br />
    <br />
    When I use rostopic echo, the message looks like this<br />
    <br />
    <br />
    =================================================================<br />
    ---<br />
    header:<br />
      seq: 144<br />
      stamp:<br />
        secs: 1290166306<br />
        nsecs: 126582347<br />
      frame_id: base_link<br />
    angle_min: 0.0<br />
    angle_max: 0.00999999977648<br />
    angle_increment: 0.00999999977648<br />
    time_increment: 0.10000000149<br />
    scan_time: 0.10000000149<br />
    range_min: 0.20000000298<br />
    range_max: 30.0<br />
    ranges: [3.4630000591278076]<br />
    intensities: []<br />
    ---<br />
    header:<br />
      seq: 145<br />
      stamp:<br />
        secs: 1290166306<br />
        nsecs: 226820561<br />
      frame_id: base_link<br />
    angle_min: 0.0<br />
    angle_max: 0.00999999977648<br />
    angle_increment: 0.00999999977648<br />
    time_increment: 0.10000000149<br />
    scan_time: 0.10000000149<br />
    range_min: 0.20000000298<br />
    range_max: 30.0<br />
    ranges: [3.4619998931884766]<br />
    intensities: []<br />
    <br />
    =========================================================<br />
    <br />
    Maybe the params angle_min: 0.0<br />
    angle_max: 0.00999999977648<br />
    angle_increment: 0.00999999977648<br />
    time_increment: 0.10000000149<br />
    scan_time: 0.10000000149<br />
    <br />
    are wrong (because I have only one scan in contrast to the hokuyo which has multi scans per reading).<br />
    <br />
    I though also to use the RANGE sensor message but there seems no way to display it in RVIZ as well.<br />
    <br />
    Any Ideas?<br />
    <br />
    Cheers,<br />
    <br />
    Markus<br />
  </body>
</html>