Skip to content

Commit

Permalink
Increase fusion rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Twometer committed Aug 20, 2020
1 parent aab1769 commit 9111762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TVR.Firmware/TVR.Firmware.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//#define CONTROLLER_RED
#define CONTROLLER_BLUE
#define CONTROLLER_RED
//#define CONTROLLER_BLUE

#include <ESP8266WiFi.h>

Expand Down
2 changes: 1 addition & 1 deletion TVR.Firmware/pose/SwPoseSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <MPU9250.h>
#include "IPoseSource.h"

#define UPDATE_RATE 1000 // Hz
#define UPDATE_RATE 3000 // Hz
#define ERROR_RATE 25.0f // deg/s

/**
Expand Down

0 comments on commit 9111762

Please sign in to comment.