GazeStabOptions.hh
Go to the documentation of this file.
1#pragma once
2
4{
5public:
8
9 int model; // robot model used (0 = armar 4 WO torso; 1 = armar 4 W torso)
10
11 int pseudo_inverse; // use the Moore–Penrose pseudoinverse (min qdhead^2 + qdvirt)
12 int weighted_inverse; // use the weighted pseudoinverse (min qdhead + lambda*OptFl)
13
14 double lambda; // balance gain in weighted inverse minimization
15};
16
GazeStabOptions(int model)