Changeset 279 for pmsm/simulator_zdenek/ekf_example
- Timestamp:
- 02/24/09 14:12:19 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pmsm/simulator_zdenek/ekf_example/ekf_obj.h
r271 r279 64 64 public: 65 65 //! Default constructor 66 EKFfixed ( RV rvx,RV rvc ):BM(rvx),BMcond(rvc),E(rvx),Ry(2,2){66 EKFfixed ():BM(),BMcond(),E(),Ry(2,2){ 67 67 int i; 68 68 for(i=0;i<16;i++){Q[i]=0;}