luoshi006 / meow

Matlab Robot Navigation Visualization Repo
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

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