| |
- pybind11_builtins.pybind11_object(builtins.object)
-
- BaseAppDataSource
-
- DataSourceRawlog
- BaseAppInitializableCLI
-
- ICP_SLAM_App_Base(BaseAppInitializableCLI, BaseAppDataSource)
-
- ICP_SLAM_App_Live
- ICP_SLAM_App_Rawlog(ICP_SLAM_App_Base, DataSourceRawlog)
- MonteCarloLocalization_Base(BaseAppInitializableCLI, BaseAppDataSource)
-
- MonteCarloLocalization_Rawlog(MonteCarloLocalization_Base, DataSourceRawlog)
- RBPF_SLAM_App_Base(BaseAppInitializableCLI, BaseAppDataSource)
-
- RBPF_SLAM_App_Rawlog(RBPF_SLAM_App_Base, DataSourceRawlog)
- KFSLAMApp
- RawlogEditApp
- RawlogGrabberApp
class KFSLAMApp(pybind11_builtins.pybind11_object) |
|
EKF-SLAM application wrapper class.
mrpt::slam::CRangeBearingKFSLAM2D, mrpt::slam::CRangeBearingKFSLAM |
|
- Method resolution order:
- KFSLAMApp
- pybind11_builtins.pybind11_object
- builtins.object
Methods defined here:
- __init__(...)
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(self: mrpt.pymrpt.mrpt.apps.KFSLAMApp) -> None
2. __init__(self: mrpt.pymrpt.mrpt.apps.KFSLAMApp, arg0: mrpt.pymrpt.mrpt.apps.KFSLAMApp) -> None
- assign(...)
- assign(self: mrpt.pymrpt.mrpt.apps.KFSLAMApp, : mrpt.pymrpt.mrpt.apps.KFSLAMApp) -> mrpt.pymrpt.mrpt.apps.KFSLAMApp
C++: mrpt::apps::KFSLAMApp::operator=(const class mrpt::apps::KFSLAMApp &) --> class mrpt::apps::KFSLAMApp &
- run(...)
- run(self: mrpt.pymrpt.mrpt.apps.KFSLAMApp) -> None
Runs with the current parameter set. Throws on errors.
C++: mrpt::apps::KFSLAMApp::run() --> void
Data descriptors defined here:
- loc_error_wrt_gt
- params
- rawlogFileName
Static methods inherited from pybind11_builtins.pybind11_object:
- __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
- Create and return a new object. See help(type) for accurate signature.
|
class RawlogEditApp(pybind11_builtins.pybind11_object) |
|
The C++ class behind the rawlog-edit CLI tool.
Refer to the online documentation for rawlog-edit. |
|
- Method resolution order:
- RawlogEditApp
- pybind11_builtins.pybind11_object
- builtins.object
Methods defined here:
- __init__(...)
- __init__(self: mrpt.pymrpt.mrpt.apps.RawlogEditApp) -> None
Static methods inherited from pybind11_builtins.pybind11_object:
- __new__(*args, **kwargs) from pybind11_builtins.pybind11_type
- Create and return a new object. See help(type) for accurate signature.
|
|