Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DriveConroller IMU MDD Mycan Odometer PID RotaryEncoder UART USS mbed
Fork of AR_MastarNode by
Diff: hardwareConfig.h
- Revision:
- 32:952bf02857f8
- Parent:
- 30:0e6f5ed45445
--- a/hardwareConfig.h Thu Nov 08 14:58:20 2018 +0000 +++ b/hardwareConfig.h Sun Nov 11 08:13:37 2018 +0000 @@ -19,7 +19,7 @@ }; //(逆運動学モデル, ホイールの計算100%定義) -DriveController mecanum(jacobian, 0.6); +DriveController mecanum(jacobian, 0.8); //sbus用 (tx, rx) SBUS sbus(p28, p27);