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.
Diff: HbManager.h
- Branch:
- ResetFunction
- Revision:
- 68:1d5471344acf
- Parent:
- 67:ad35921e3cdc
- Parent:
- 63:aee44afe6363
--- a/HbManager.h Mon Mar 11 06:36:33 2019 +0000 +++ b/HbManager.h Mon Mar 11 06:44:32 2019 +0000 @@ -16,8 +16,9 @@ private: INT16 en_srv_step[2]; //!< エンジンスロットルを変化させる際のステップ値 INT16 en_srv_adj_step[2]; //!< エンジンを浮上中にドライバーが調整する際のステップ値 - INT16 motorOfsVal[4] ;//!< 姿勢制御用のオフセット + INT16 motorOfsVal[4] ; //!< 姿勢制御用のオフセット INT16 mot_brk; //!< MotorブレーキのRPM値 + INT16 mot_takeoff_offset; //!< モーターのTAKE_OFFステート時に使用するオフセット値 UINT16 accelVal[2] ;// float ang_rate_brk; //!< ブレーキボタンON時の目標角度[deg]変化率 float nowTrgtAng; //目標ヨー角 @@ -54,6 +55,7 @@ void setMotVal(eMotPos pos, INT16 val); void setMotValOfs(eMotPos pos, INT16 val); void setMotValAtt(eMotPos pos, INT16 val); + void setMotTakeOffOffset(); void setFpgaMot(eMotPos pos,eMotType type, INT16 val); //void setMotFPGA(UCHAR num, INT16 val);