Files
smargopolo/paramfile
Wayne Glettig 29deb702cc added paramfile
2019-07-25 09:28:32 +02:00
..
2019-07-25 09:28:32 +02:00
2019-07-25 09:28:32 +02:00
2019-07-25 09:28:32 +02:00
2019-07-25 09:28:32 +02:00

24.5.2019 Wayne Glettig
---

When working on NUC, install DDD. DDD is great to debug simple c files.


To do:

Implement C++ Class to use for motion control for SmarGon.

What is missing:

COMPONENTS:

NewGon STATE CLASS, like an Object (as in Struct with methods) containing:
    * Configuration PARAMETERS
    * Current Operational STATUS
of NewGon.


NewGon TRAJECTORY Models: implement Trapezoidal & S-curve motion, or following mode. 
That can be applied either to a physical axis or to a virtual axis.




QUESTIONS:
  * How to implement Geometrical Models, IK etc.?
  *