Files
smargopolo/simultest
2019-05-29 16:19:52 +02:00
..
2019-05-25 00:01:28 +02:00
2019-05-29 13:26:33 +02:00
2019-05-28 08:48:35 +02:00
2019-05-25 00:01:28 +02:00
2019-05-29 16:19:52 +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:

PUT TOGETHER SKELETON OF SOFTWARE, INCLUDING TRAJECTORY GENERATION

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.?
  *