Giter Site home page Giter Site logo

pgv_agv's Introduction

程序流程

  1. 获取各个传感器的当前位姿
    • 编码器(获取某段时间内由编码器测得的速度、位移)
      • 获取时间阈值内各个车轮编码器的脉冲数
      • 由脉冲数计算车身的相对位移和速度
      • 坐标变换为全局坐标
    • PGV传感器(获取PGV传感器在世界坐标系中的位姿)
      • 获取PGV状态
      • 获取PGV在全局坐标系中的位姿
    • 陀螺仪(待定)
  2. 根据各个传感器的当前位姿,融合得到车体的位姿
    • 融合各个传感器的数据
      • PGV传感器的可信度最高
      • 编码器数据需滤波
    • 由融合数据更新传感器数据
      • 由融合数据更新编码器数据
  3. 处理指令
    • 运动控制
      • 获取期望速度,期望位姿
    • 参数处理
    • 传感器位姿校正
  4. 检查避障
    • 获取避障信息
    • 根据避障情况更新期望速度、期望位姿
  5. 运动控制
    • 根据期望位姿,期望速度更新实际速度
      • 采用Lyapunov控制律
    • 根据逆运动学控制车轮转速

pgv_agv's People

Contributors

zhang456xi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.