Closed hidmic closed 4 months ago
Following up on the conversation on how to implement the golden example, the idea is to implement the one-dimensional hallway example for Monte Carlo Localization presented in Chapter 8.3 in Thrun et. al. using the Beluga core library without ROS dependencies.
Here is a list of milestones that can be used as reference:
beluga::sensor
and beluga::actions::reweight
beluga::motion
and beluga::actions::propagate
.beluga::views::sample
again.FYI @Alondruck @hidmic @gonzodepedro
Addressed as of #365 and #387. @Alondruck are the scripts on #387 used for our tutorial?
Feature description
Precisely what the title says. While Beluga's API is well documented, the only reference on how to make use of the library is a ROS node and some tests. That works against adoption. We need a golden example that builds up in complexity, showcasing Beluga's features. We need to guide newcomers on reproducing that example, one step at a time.