tud-amr / fabrics

Optimization fabrics for behavior design
GNU General Public License v3.0
53 stars 8 forks source link

Integrator should be part of fabrics directly #70

Closed maxspahn closed 1 year ago

maxspahn commented 1 year ago

Fabrics output acceleration which is almost impossible to track for any robot as acceleration measurements are almost sure to be inaccurate. Therefore, the output almost always have to be integrated to obtain velocity actions. Similar to the RMP implementation in omniverse, we should add the integration to fabrics directly to allow better comparison to other local motion generators.

maxspahn commented 1 year ago

Addressed in #71.