Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 1.99 KB

readme.md

File metadata and controls

80 lines (57 loc) · 1.99 KB

Meow

A Matlab Simulation Repo, now focus on robot visualization and Navigation planning.

Contents

.
├── meow_startup.m      # load lib path
├── doc                 # demo picture
├── examples            # some demo and feature test
├── third               # third lib
├── utils               # create common object
└── visualization       # draw object on current figure

Demo

Robot Base

Path

Trajectory

Velocity Planning - paper

autoware 代码中将论文中的 SOCP 问题简化为 QP 问题;虽然只考虑了 smooth 和 IoD,但合理整定参数也可以基本实现较好的光滑速度曲线。

Refs