Navigation

    蓝鲸ROS机器人论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    ROS交流群
    ROS Group
    产品服务
    Product Service
    开源代码库
    Github
    官网
    Official website
    技术交流
    Technological exchanges
    激光雷达
    LIDAR
    ROS教程
    ROS Tourials
    深度学习
    Deep Learning
    机器视觉
    Computer Vision

    镭神LS01B激光雷达ros驱动安装与测试

    产品服务
    小强使用 激光雷达 ros教程
    2
    2
    2521
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • xiaoqiang
      xiaoqiang last edited by xiaoqiang

      1.安装ros驱包LS01B,出厂带雷达的小强用户可以不用重复安装。

      #LS01B需要安装到ros工作空间,以小强主机为例
      cd ~/Documents/ros/src
      https://github.com/BluewhaleRobot/LS01B.git
      cd  ..
      catkin_make -DCATKIN_WHITELIST_PACKAGES=ls01b_v2
      

      2.将雷达usb数据线插入主机usb口,启动ros驱动launch文件

      roslaunch ls01b_v2 xiaoqiang.launch
      #启动成功后,驱动节点默认会发布10hz的点云话题/scan,这个话题的frame_id是laser,上面的launch文件也发布了base_link到laser的tf关系,请根据实际安装参数进行调整。
      

      scan0.png

      3.在rviz中显示发布的点云数据

      roscd ls01b_v2/launch
      rviz -d show.rviz
      

      scan1.png
      在rviz里面可以对比原始数据/scan和过滤处理后的数据/scan_filtered的区别。

      4.gmapping建图教程

      https://doc.bwbot.org/en/books-online/xq-manual/topic/164.html

      5.amcl导航教程

      https://doc.bwbot.org/en/books-online/xq-manual/topic/166.html

      1 Reply Last reply Reply Quote 0
      • radical_3
        radical_3 last edited by

        按照帖子的顺序执行文件后,发现小车报错,到后面找不到生成的对应日志,请问有什么解决办法65217cbc-519c-431c-aa53-62b5592adf19-image.png

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Copyright © 2015-2023 BlueWhale community