I am trying to load and save the landmark maps in the 2D ekf package. I have looked at MRPT and the CRangeBearingKF has the CSimpleMap m_SFs variable but it is protected. So I am just wondering what the best approach for loading and saving for landmark maps is - in order to reload for localisation? Perhaps we just need another way to transform to CSimpleMap to then use the save method but I haven't had much success with this!
Hi,
This is a great package thanks!
I am trying to load and save the landmark maps in the 2D ekf package. I have looked at MRPT and the CRangeBearingKF has the CSimpleMap m_SFs variable but it is protected. So I am just wondering what the best approach for loading and saving for landmark maps is - in order to reload for localisation? Perhaps we just need another way to transform to CSimpleMap to then use the save method but I haven't had much success with this!
Many thanks!