You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's defined only in some base classes, so if you define e.g. maps::grid::MLSMapKalman::Ptr you actually get a Pointer to a maps::grid::GridMap. The typedef should be added to derived classes as well.
The text was updated successfully, but these errors were encountered:
It's defined only in some base classes, so if you define e.g.
maps::grid::MLSMapKalman::Ptr
you actually get a Pointer to amaps::grid::GridMap
. The typedef should be added to derived classes as well.The text was updated successfully, but these errors were encountered: