瀏覽代碼

Add pathplanning

iss17/08_feature_implementation_02
Wouter Horlings 5 年之前
父節點
當前提交
e2e944eaa8
共有 2 個檔案被更改,包括 5306 行新增0 行删除
  1. +7
    -0
      implementation/SCARA/04_path_planning/implementation.md
  2. +5299
    -0
      implementation/SCARA/04_path_planning/path_planning.emx

+ 7
- 0
implementation/SCARA/04_path_planning/implementation.md 查看文件

@@ -0,0 +1,7 @@
# Path Planning
The current path planning makes it that there is an infinite acceleration required in the corners.
We need something that can process setpoints in a way that it can follow those.

## General Idea.
So if we want to draw a box. 4 setpoints for each corner should be sufficient.
This is a simple model detail. We just take the four setpoint and give the system some time to get there.

+ 5299
- 0
implementation/SCARA/04_path_planning/path_planning.emx
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存