BFL - bind variables
We're trying to use a Bayesian Filter to do some sensor fusion for estimating the joints positions on a joint based robot. For this we're using the BFL library as is done in the robot-pose-ekf package.
We now have two versions of the same filter (one using ExtendedKalmanFilter
, the other one a particle filter: BootstrapFilter
) that converges but haven't yet found a way of binding the BFL state representation variables. In our case, we'd like to make sure that each variable of the state stays within the joint limits.
Feel free to ask for more details as I'm not exactly sure what is most relevant.