updates the visualisation
removed obsolte parts fixed baromter stuff worked on eval added ground-truth
This commit is contained in:
@@ -53,13 +53,13 @@ public:
|
||||
weight *= wifiEval.getProbability(p.state, observation);
|
||||
}
|
||||
|
||||
// if (useBaro && observation.barometer) {
|
||||
// weight *= barometerEval.getProbability(p.state, observation.barometer);
|
||||
// }
|
||||
if (useBaro && observation.barometer) {
|
||||
weight *= barometerEval.getProbability(p.state, observation.barometer);
|
||||
}
|
||||
|
||||
// if (useIB) {
|
||||
// weight *= beaconEval.getProbability(p.state, observation);
|
||||
// }
|
||||
if (useIB) {
|
||||
weight *= beaconEval.getProbability(p.state, observation);
|
||||
}
|
||||
|
||||
// if (useStep) {
|
||||
// weight *= stepEval.getProbability(p.state, observation.step);
|
||||
|
||||
Reference in New Issue
Block a user