Compare commits

..

No commits in common. "c58b413392e9aec41eb0d48976a20ec8408b89aa" and "61684e11a62e780d539cdf0f8f1cdeaf42f9214c" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View File

@ -8,13 +8,8 @@ These settings allow upload:
## Dependencies ## Dependencies
### Boards Manager [Ps3Controller.h](https://github.com/jvpernis/esp32-ps3)
[esp32 v1.0.4](https://github.com/espressif/arduino-esp32)
#### Libraries
- Wire @1.0.1
### Libraries
[Ps3Controller.h @v1.1.0](https://github.com/jvpernis/esp32-ps3)
[MatrixMath.h @v1.0](https://github.com/eecharlie/MatrixMath) [MatrixMath.h](https://github.com/eecharlie/MatrixMath)
[GY_85.h @commit af33c9f791618cec6ae218fe73d039276448ff4f](https://github.com/sqrtmo/GY-85-arduino/tree/master) [GY_85.h](https://github.com/sqrtmo/GY-85-arduino/tree/master)

View File

@ -76,7 +76,7 @@ void motors() {
//Turn controller //Turn controller
TC_cont_out = PController(rem_turn_speed_ref, vel_Matrix[1][0], K_TC); TC_cont_out = PController(rem_turn_speed_ref, vel_Matrix[0][1], K_TC);
//Sum speed command for motors //Sum speed command for motors