ADD: added function for calculation the movement with gegraphiclib

This commit is contained in:
hwinkel
2023-05-27 20:35:22 +02:00
parent 69584c5a25
commit 88d64be7a2
5 changed files with 14 additions and 4 deletions

View File

@@ -97,6 +97,14 @@ namespace Entities
}
void Movement::updatePositionSimple(double dt)
{
}
Eigen::Vector3d Movement::getKinematicVector()
{