Skip to content

Question : Is it possible to use control commands u in PX? #84

@OriginalPou

Description

@OriginalPou

Hello,

I am working on a robotics application where I am interested in learning the motion and measurement model parameters of a ground robot, and wanted to know if the the Bayesian inference methods for ssm such as the $SMC^2$ algorithm and the Particle marginal Metropolis-Hastings algorithm could be used for exploring parameter distributions when state transition is not only conditional on the previous state but also a control input (odometry for example).
The state transition becomes :
$$X_t | (X_{t-1}=x_{t-1} , U_t = u_t) = f(x_{t-1}, u_t) + \omega_t ~~~~~~~~~~~~~~~~~ \omega \sim N(0,\sigma_x^2)$$
While I know that the library can be easily modified to support my study case, I just wanted to know if I am missing something in the theory because (if I am not mistaken) all the examples in the book, papers and documentation consider only HMMs without control inputs.

Thank you very much for the work you've done creating and maintaining this library 💯

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions