zoukankan      html  css  js  c++  java
  • 激光雷达相关

    一.现象:激光雷达在首次上电程序自启动时进程死掉

        原因:程序开始设置输出强度数据为:true(断电后默认为:false),之后开始读取强度数据,但此时强度数据还未准备好,获取强度的函数里的某些值没有初始化,导致程序退出

        处理:1.在读取强度数据之前延时

                2.在构造函数中给报错的变量赋初值

    二.光斑大小与距离的关系:The distance-dependent diameter of the measured point is the : distance (mm) × 0.015 rad + 8 mm
    扫描点步长与距离及角度分辨率的关系:The distance-dependent spacing between the measured points is the : (tangent of the angular resolution) × (distance)

  • 相关阅读:
    建立十字链表
    KMP算法
    魔术师发牌问题(循环链表)
    约瑟夫问题(循环链表)
    中缀表达式 转 (逆)波兰表达式
    中缀表达式求值
    迷宫问题(回溯法)
    范数
    AUC
    概率论
  • 原文地址:https://www.cnblogs.com/cj2014/p/4809154.html
Copyright © 2011-2022 走看看