MCPcopy Create free account

hub / github.com/MOLAorg/mola / functions

Functions787 in github.com/MOLAorg/mola

↓ 1 callersMethodsetVoxelProperties
mola_metric_maps/src/SparseVoxelPointCloud.cpp:199
↓ 1 callersMethodsetup
mola_launcher/src/MolaLauncherApp.cpp:190
↓ 1 callersFunctionsetup_or_reuse_point_cloud_gl
mola_viz/src/MolaViz.cpp:283
↓ 1 callersMethodspinOnce
mola_viz/src/MolaViz.cpp:1030
↓ 1 callersFunctionsplitVerticalBar
* Split `"name|default"` into `{"name", default}`. * * The second element is `std::nullopt` when no `|` separator is present, * and an (possibly em
mola_yaml/src/yaml_helpers.cpp:102
↓ 1 callersMethodstep
(self, dt)
mola_demos/demos/fake_sensor_publisher.py:160
↓ 1 callersMethodsubscribeToLocalizationUpdates
mola_kernel/include/mola_kernel/interfaces/LocalizationSourceBase.h:74
↓ 1 callersMethodsubscribeToMapUpdates
Subscribe to map updates. * * Behaves analogously to ROS' `transient_local` durability: any prior * `advertiseUpdatedMap()` call made with `k
mola_kernel/include/mola_kernel/interfaces/MapSourceBase.h:104
↓ 1 callersFunctionsubstitute
(template, values)
docs/source/_static/js/mola_cookbook.js:43
↓ 1 callersMethodsubwindow_update_visualization
mola_viz/src/MolaViz.cpp:1633
↓ 1 callersFunctiontest1
mola_relocalization/tests/test-relocalization-se2-kitti.cpp:28
↓ 1 callersFunctiontest_basic_ops
── 1. Basic map lifecycle ──────────────────────────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:121
↓ 1 callersFunctiontest_bounding_box
── 3. Bounding box is sensible ────────────────────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:153
↓ 1 callersFunctiontest_check_with_few_kfs
── 4. Regression: check() works correctly when fewer than k=20 KFs exist. Before the fix, nn_multiple_search returned sized-20 vectors with trailing g
mola_pose_list/tests/test-searchable-pose-list.cpp:124
↓ 1 callersFunctiontest_clear
── 2. clear() empties the map ─────────────────────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:143
↓ 1 callersFunctiontest_count_nearby_empty
── 9. countNearby: empty list returns 0 ─────────────────────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:214
↓ 1 callersFunctiontest_count_nearby_from_last_only
── 8. countNearby: from_last_only mode ───────────────────────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:201
↓ 1 callersFunctiontest_count_nearby_rotation
── 7. countNearby: rotation threshold is applied ─────────────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:179
↓ 1 callersFunctiontest_count_nearby_translation
── 6. countNearby: basic translation-only counting ───────────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:154
↓ 1 callersFunctiontest_creation_options_roundtrip
── 6. TCreationOptions round-trip through serialization ──────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:205
↓ 1 callersFunctiontest_default_creation_options
── 18. Default filter parameters are sane ────────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:735
↓ 1 callersFunctiontest_distance_threshold_respected
── 10. Points beyond max_search_distance are never paired ────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:330
↓ 1 callersFunctiontest_empty_diagnostics
mola_kernel/tests/test_diagnostics_provider.cpp:88
↓ 1 callersFunctiontest_enum_values_match_rep107
mola_kernel/tests/test_diagnostics_provider.cpp:56
↓ 1 callersFunctiontest_from_last_only_is_noop_for_id_api
── 5. from_last_only mode: id-keyed APIs are no-ops ──────────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:140
↓ 1 callersFunctiontest_insert_with_id_and_set_pose
── 1. id-keyed insertion + setPoseById updates the NN search ──────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:45
↓ 1 callersFunctiontest_interface_discovery
mola_kernel/tests/test_diagnostics_provider.cpp:64
↓ 1 callersFunctiontest_kf_pose_plumbing
── 17. Per-KF pose plumbing for online gravity rebake ──────────────────── Covers the additions used by mola_lidar_odometry's TrajectoryRebaker: - cl
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:640
↓ 1 callersFunctiontest_legacy_insert_no_id
── 3. legacy insert(p) (no id) keeps working alongside id-tagged inserts ──
mola_pose_list/tests/test-searchable-pose-list.cpp:101
↓ 1 callersFunctiontest_merge_with
── 5. merge_with() joins two maps ────────────────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:190
↓ 1 callersFunctiontest_nn_pairings_formed_no_view_filter
── 8. NN pairings are formed (no view filter) ──────────────────────────── Both clouds have identical xy positions but local is lifted by dz. All 30 l
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:265
↓ 1 callersFunctiontest_pairing_indices_consistent
── 9. Pairing local/global indices are self-consistent ───────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:296
↓ 1 callersFunctiontest_parseCmdRuns
--------------------------------------------------------------------------- 5. $(command) substitution The command-run feature has zero test coverage
mola_yaml/tests/test-yaml-parser.cpp:330
↓ 1 callersFunctiontest_parseCurrentYamlFilePath
--------------------------------------------------------------------------- 3. CURRENT_YAML_FILE_PATH built-in token This built-in resolves to YAMLPa
mola_yaml/tests/test-yaml-parser.cpp:286
↓ 1 callersFunctiontest_parseCustomVars
mola_yaml/tests/test-yaml-parser.cpp:95
↓ 1 callersFunctiontest_parseEnvVar
--------------------------------------------------------------------------- 2. Real environment variables Verifies the first step of the resolution o
mola_yaml/tests/test-yaml-parser.cpp:236
↓ 1 callersFunctiontest_parseIncludes
mola_yaml/tests/test-yaml-parser.cpp:149
↓ 1 callersFunctiontest_parseIncludesDisabled
--------------------------------------------------------------------------- 6. doIncludes=false: $include{} tokens are left intact The include step i
mola_yaml/tests/test-yaml-parser.cpp:383
↓ 1 callersFunctiontest_parseMalformedInput
--------------------------------------------------------------------------- 7. Malformed syntax: unclosed delimiters must throw Covers the error-repo
mola_yaml/tests/test-yaml-parser.cpp:410
↓ 1 callersFunctiontest_parseMissingIncludeFile
--------------------------------------------------------------------------- 8. Missing $include file must throw --------------------------------------
mola_yaml/tests/test-yaml-parser.cpp:446
↓ 1 callersFunctiontest_parseMultipleVarsInScalar
--------------------------------------------------------------------------- 4. Multiple ${} tokens in a single scalar Tests that the iterative parser
mola_yaml/tests/test-yaml-parser.cpp:302
↓ 1 callersFunctiontest_parseSimple
mola_yaml/tests/test-yaml-parser.cpp:83
↓ 1 callersFunctiontest_parseStringOverload
--------------------------------------------------------------------------- 1. parse_yaml STRING overload Verify that the string overload performs th
mola_yaml/tests/test-yaml-parser.cpp:194
↓ 1 callersFunctiontest_parseVarsInLoadedFile
--------------------------------------------------------------------------- 9. opts.variables propagated through load_yaml_file Write real temporary
mola_yaml/tests/test-yaml-parser.cpp:472
↓ 1 callersFunctiontest_point_count_multi_kf
── 4. point_count() sums across all keyframes ────────────────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:167
↓ 1 callersFunctiontest_remove_preserves_ids
── 2. removeAllFartherThan preserves the id->index mapping ────────────────
mola_pose_list/tests/test-searchable-pose-list.cpp:74
↓ 1 callersFunctiontest_serialization
Create a set of classes, then serialize and deserialize to test possible bugs:
mola_metric_maps/tests/test-serialization.cpp:48
↓ 1 callersFunctiontest_serialization_roundtrip
── 7. Full map serialization preserves points and options ─────────────────
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:237
↓ 1 callersFunctiontest_view_filter_accepts_aligned_views
── 12. View filter: similar views are never rejected ───────────────────── All view vectors are (0,0,+1) in both clouds. Even with a very tight thres
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:417
↓ 1 callersFunctiontest_view_filter_angle_threshold_boundary
── 13. View filter: angle threshold controls exactly which pairs survive ── This test isolates the threshold arithmetic. One pair has a view angle o
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:446
↓ 1 callersFunctiontest_view_filter_graceful_when_no_view_fields
── 14. View filter: graceful no-op when clouds have no view fields ───────── If neither cloud carries view_{x,y,z}, do_view_filter is false even when
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:490
↓ 1 callersFunctiontest_view_filter_rejects_opposite_view_pairs
── 11. View filter: opposite views reject exactly one bad pair ──────────── Scenario -------- Global KF (pose = identity, 30 background pts + P_bad
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:369
↓ 1 callersFunctiontest_view_filter_with_rotated_local_frame
mola_metric_maps/tests/test-mola_metric_maps_keyframemap.cpp:568
↓ 1 callersFunctiontest_voxelmap_basic_ops
mola_metric_maps/tests/test-mola_metric_maps_ndt.cpp:30
↓ 1 callersFunctiontest_voxelmap_basic_ops
mola_metric_maps/tests/test-mola_metric_maps_hashedvoxels.cpp:27
↓ 1 callersFunctiontest_voxelmap_basic_ops
mola_metric_maps/tests/test-sparsevoxelpointcloud.cpp:27
↓ 1 callersFunctiontest_voxelmap_insert_2d_scan
mola_metric_maps/tests/test-mola_metric_maps_ndt.cpp:39
↓ 1 callersFunctiontest_voxelmap_insert_2d_scan
mola_metric_maps/tests/test-mola_metric_maps_hashedvoxels.cpp:36
↓ 1 callersFunctiontest_voxelmap_insert_2d_scan
mola_metric_maps/tests/test-sparsevoxelpointcloud.cpp:36
↓ 1 callersFunctiontest_yaml2string
mola_yaml/tests/test-yaml-parser.cpp:44
↓ 1 callersFunctiontest_yaml2stringAdditional
--------------------------------------------------------------------------- 10. yaml_to_string - additional node shapes The existing test covers Map.
mola_yaml/tests/test-yaml-parser.cpp:517
↓ 1 callersMethodtwist
(self)
mola_demos/demos/fake_sensor_publisher.py:168
↓ 1 callersMethodvisitAllGrids
mola_metric_maps/src/SparseTreesPointCloud.cpp:805
↓ 1 callersMethodvisitAllPoses
mola_pose_list/src/HashedSetSE3.cpp:86
↓ 1 callersMethodvisitAllVoxels
mola_metric_maps/src/HashedVoxelPointCloud.cpp:922
↓ 1 callersMethodworld_accel
(self)
mola_demos/demos/fake_sensor_publisher.py:172
MethodBinFileDataset
Prevent copying and moving
mola_input_lidar_bin_dataset/include/mola_input_lidar_bin_dataset/BinFileDataset.h:49
MethodBridgeROS2
disabled copy & move ctors:
mola_bridge_ros2/include/mola_bridge_ros2/BridgeROS2.h:116
MethodCachedData
mola_metric_maps/include/mola_metric_maps/SparseVoxelPointCloud.h:492
MethodCachedData
mola_metric_maps/include/mola_metric_maps/SparseTreesPointCloud.h:401
MethodCachedData
mola_metric_maps/include/mola_metric_maps/NDT.h:484
MethodCachedData
mola_metric_maps/include/mola_metric_maps/HashedVoxelPointCloud.h:444
MethodCachedData
mola_metric_maps/include/mola_metric_maps/KeyframePointCloudMap.h:509
MethodDataset_UI
mola_kernel/include/mola_kernel/interfaces/Dataset_UI.h:30
MethodDecayingCloud
mola_viz/include/mola_viz/MolaViz.h:245
MethodDecayingCloud
mola_viz_imgui/include/mola_viz_imgui/MolaVizImGui.h:299
MethodDiagnosticsOutput
mola_kernel/include/mola_kernel/interfaces/ExecutableBase.h:169
MethodExecutableBase
Delete copy constructor and copy assignment operator
mola_kernel/include/mola_kernel/interfaces/ExecutableBase.h:56
MethodFactory
mola_kernel/src/interfaces/ExecutableBase.cpp:28
MethodFixedDenseGrid3D
mola_metric_maps/include/mola_metric_maps/FixedDenseGrid3D.h:44
MethodFromGlobalIndex
Inverse of ToGlobalIndex(), returning kf_idx and local_pt_idx as a tuple:
mola_metric_maps/include/mola_metric_maps/KeyframePointCloudMap.h:557
MethodGeoreferencing
mola_kernel/include/mola_kernel/Georeferencing.h:33
MethodGridData
mola_metric_maps/include/mola_metric_maps/SparseTreesPointCloud.h:118
MethodHandlersContainer
mola_viz/src/MolaViz.cpp:70
MethodHashedSetSE3
Ctor:
mola_pose_list/src/HashedSetSE3.cpp:28
MethodHashedVoxelPointCloud
Ctor:
mola_metric_maps/src/HashedVoxelPointCloud.cpp:172
MethodHashedVoxelPointCloud
Prevent copying and moving
mola_metric_maps/include/mola_metric_maps/HashedVoxelPointCloud.h:50
MethodImGuiHandlersContainer
mola_viz_imgui/src/MolaVizImGui.cpp:66
MethodIncludeGuard
mola_yaml/src/yaml_helpers.cpp:346
MethodInput
mola_relocalization/include/mola_relocalization/relocalization.h:59
MethodInput
mola_relocalization/include/mola_relocalization/relocalization.h:128
MethodInsertionParameters
mola_metric_maps/include/mola_metric_maps/OccGrid.h:71
MethodInstance
mola_viz/src/MolaViz.cpp:991
MethodInstance
mola_viz_imgui/src/MolaVizImGui.cpp:132
MethodIsRunning
mola_viz/src/MolaViz.cpp:990
MethodIsRunning
mola_viz_imgui/src/MolaVizImGui.cpp:131
MethodKeyFrame
mola_metric_maps/include/mola_metric_maps/KeyframePointCloudMap.h:364
MethodKeyframeMapCapable
mola_kernel/include/mola_kernel/interfaces/KeyframeMapCapable.h:47
MethodKeyframePointCloudMap
Prevent copying and moving
mola_metric_maps/include/mola_metric_maps/KeyframePointCloudMap.h:61
MethodLikelihoodParameters
mola_metric_maps/include/mola_metric_maps/OccGrid.h:115
← previousnext →201–300 of 787, ranked by callers