Use Kalman filter, show orientation
This commit is contained in:
parent
dd59a04598
commit
9d108fedb3
5 changed files with 108 additions and 68 deletions
|
|
@ -23,11 +23,7 @@ static void glut_display_callback(void)
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
memset(&magcal, 0, sizeof(magcal));
|
||||
magcal.fV[2] = 80.0f;
|
||||
magcal.finvW[0][0] = 1.0f;
|
||||
magcal.finvW[1][1] = 1.0f;
|
||||
magcal.finvW[2][2] = 1.0f;
|
||||
raw_data_reset();
|
||||
|
||||
glutInit(&argc, argv);
|
||||
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue