![]() |
DUNE: Uniform Navigational Environment
2.5.1
|
Public Member Functions | |
| MulticopterModel (const MulticopterModelParameters ¶m) | |
| virtual | ~MulticopterModel () |
| Math::Matrix | stepInv (const Math::Matrix &servo_speed, const Math::Matrix &nu, const Math::Matrix &eta) |
| double | getThrustScale (void) |
| unsigned int | getNMotors (void) |
| Simulators::Multicopter::MulticopterModel::MulticopterModel | ( | const MulticopterModelParameters & | param | ) |
|
virtual |
|
inline |
|
inline |
| Matrix Simulators::Multicopter::MulticopterModel::stepInv | ( | const Math::Matrix & | servo_speed, |
| const Math::Matrix & | nu, | ||
| const Math::Matrix & | eta | ||
| ) |
Routine to compute the next step, yet compute the acceleration instead of forces.
References DUNE::Math::inverse().
Referenced by Simulators::Multicopter::Task::task().
