Changeset 279 for pmsm/old/pmsm_unkQ.cpp

Show
Ignore:
Timestamp:
02/24/09 14:12:19 (15 years ago)
Author:
smidl
Message:

Transition of pmsm and libKF

Location:
pmsm/old
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • pmsm/old/pmsm_unkQ.cpp

    r278 r279  
    4646        chmat Q ( Qdiag ); 
    4747        chmat R ( Rdiag ); 
    48         EKFCh KFE ( rx,ry,ru ); 
     48        EKFCh KFE ; 
    4949        KFE.set_est ( mu0, chmat ( 1000*ones ( 4 ) ) ); 
    5050        KFE.set_parameters ( &fxu,&hxu,Q,R ); 
     
    5757                vec Qid ( Qdiag ); 
    5858                Qid ( 0 ) = vQ ( i ); Qid ( 1 ) = vQ ( i ); 
    59                 kfArray[i]= new EKFCh ( rx,ry,ru ); 
     59                kfArray[i]= new EKFCh; 
    6060                kfArray[i]->set_est ( mu0, chmat ( 1000*ones ( 4 ) ) ); 
    6161                kfArray[i]->set_parameters ( &fxu,&hxu,chmat ( Qid ),R );