You are here

Kinect PF-Localization

Hi all, Hope you coding fine :)

I'm trying to make a real time Kinect-Encoder Partical Filter application. but, I have some questions about the pf-localization app.



1. What's the benfit of the ground truth function in the app (getGroundTruth)?
2. Can I replace rawlog entry by an infinte counter?
3. what's the rawlog offset and does it have a benfit ?


Thanks for your help in advance :)
Forums: 
jlblanco's picture

Hi, 

 

> 1. What's the benfit of the ground truth function in the app (getGroundTruth)?

It's only useful for simulated datasets, to compare the quality of the estimated paths. For real-word datasets just ignore it.


> 2. Can I replace rawlog entry by an infinte counter?

Sure.


> 3. what's the rawlog offset and does it have a benfit ?

It's useful for working with datasets (not live), to skip the first N sensor readings, e.g. if for some reason one wants to skip straight to the middle of the dataset and ignore the first part. 

 

Cheers,
JL

 

 

eng.basim's picture

Thanks for the reply Dr. Jose :)

eng.basim's picture

I finished interfacing with the kinect successufully with now errors and it worked,

just the last question, How to open the .Simplemap file? and extract .png or the map image?

jlblanco's picture

Great!

You can do that with the app observations2map.

Cheers,
JL