当前位置:   article > 正文

ros中rviz查看激光雷达数据 hokuyo_urgnode urglidar

urgnode urglidar

一开始没加tf会报错如下

[ WARN] [1531227099.238940419]: MessageFilter [target=map ]: Dropped 100.00% of messages so far.

 

解决如下

启动传感器驱动,加上tf变换,从/odom到激光

 

roslaunch urg_node urg_lidar.launch

 

  1. <launch>
  2. <!-- A simple launch file for the urg_node package. -->
  3. <!-- When using an IP-connected LIDAR, populate the "ip_address" parameter with the address of the LIDAR.
  4. Otherwise, leave it blank. If supported by your LIDAR, you may enable the publish_intensity
  5. and/or publish_multiecho options. -->
  6. <node name="urg_node" pkg="urg_node" type="urg_node" output="screen">
  7. <param name="ip_address" value="192.168.1.10"/>
  8. <param name="frame_id" value="laser"/>
  9. <param name="calibrate_time" value="true"/>
  10. <par
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/813963
推荐阅读
相关标签
  

闽ICP备14008679号