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

get rid of BMcond + adaptation in doprava/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pmsm/simulator_zdenek/ekf_example/ekf_obj.h

    r279 r283  
    3030An approximation of the exact Bayesian filter with Gaussian noices and non-linear evolutions of their mean. 
    3131*/ 
    32 class EKFfixed : public BM, public BMcond { 
     32class EKFfixed : public BM { 
    3333public: 
    3434void init_ekf(double Tv); 
     
    6464public: 
    6565        //! Default constructor 
    66         EKFfixed ():BM(),BMcond(),E(),Ry(2,2){ 
     66        EKFfixed ():BM(),E(),Ry(2,2){ 
    6767        int i; 
    6868 for(i=0;i<16;i++){Q[i]=0;}