Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRBonn/MapClosures
/ functions
Functions
222 in github.com/PRBonn/MapClosures
⨍
Functions
222
◇
Types & classes
41
↓ 1 callers
Method
remove_far_away_points
(self, origin)
python/map_closures/voxel_map.py:49
↓ 1 callers
Method
run
(self)
python/map_closures/pipeline.py:92
↓ 1 callers
Method
save_hbst_database
(self, database_path: str)
python/map_closures/map_closures.py:59
↓ 1 callers
Method
scans
(self, idx)
python/map_closures/datasets/kitti.py:56
↓ 1 callers
Function
sequence_dataloaders
()
python/map_closures/datasets/__init__.py:40
↓ 1 callers
Method
stamp_to_sec
(stamp)
python/map_closures/datasets/mcap.py:82
↓ 1 callers
Method
to_sec
(nsec: int)
python/map_closures/datasets/rosbag.py:97
↓ 1 callers
Method
update
(self, source, local_map, frame_pose)
python/map_closures/visualizer/registration_visualizer.py:66
↓ 1 callers
Method
update_closures
(self, alignment_pose, closure_edge)
python/map_closures/visualizer/visualizer.py:97
↓ 1 callers
Method
update_data
(self, local_map, density_map, local_map_pose)
python/map_closures/visualizer/visualizer.py:91
↓ 1 callers
Method
update_registration
(self, source, local_map, frame_pose)
python/map_closures/visualizer/visualizer.py:88
↓ 1 callers
Function
write_config
(config: MapClosuresConfig, filename: str)
python/map_closures/config/config.py:60
Method
Clear
cpp/map_closures/VoxelMap.hpp:59
Method
DensityMap
cpp/map_closures/DensityMap.hpp:36
Method
DensityMap
cpp/map_closures/DensityMap.cpp:43
Method
Empty
cpp/map_closures/VoxelMap.hpp:60
Method
GetBestClosure
cpp/map_closures/MapClosures.hpp:62
Method
GetClosures
cpp/map_closures/MapClosures.hpp:73
Method
GetTopKClosures
cpp/map_closures/MapClosures.cpp:170
Method
IntegrateFrame
cpp/map_closures/VoxelMap.cpp:79
Method
MapClosures
cpp/map_closures/MapClosures.cpp:57
Method
Match
cpp/map_closures/MapClosures.cpp:106
Method
MatchAndAddToDatabase
cpp/map_closures/MapClosures.cpp:69
Method
NumVoxels
cpp/map_closures/VoxelMap.hpp:61
Function
PYBIND11_MODULE
python/map_closures/pybind/map_closures_pybind.cpp:53
Method
PointPair
cpp/map_closures/AlignRansac2D.cpp:74
Method
PointPair
cpp/map_closures/AlignRansac2D.hpp:33
Method
Pointcloud
cpp/map_closures/VoxelMap.cpp:106
Method
RemovePointsFarFromLocation
cpp/map_closures/VoxelMap.cpp:133
Method
SaveHbstDatabase
cpp/map_closures/MapClosures.hpp:86
Method
ValidateClosure
cpp/map_closures/MapClosures.cpp:137
Method
VoxelMap
cpp/map_closures/VoxelMap.cpp:73
Method
__call__
(self, file)
python/map_closures/datasets/generic.py:80
Method
__call__
(self, file)
python/map_closures/datasets/generic.py:115
Method
__call__
(self, file)
python/map_closures/datasets/generic.py:130
Method
__call__
(self, file)
python/map_closures/datasets/generic.py:143
Method
__del__
(self)
python/map_closures/datasets/mcap.py:57
Method
__del__
(self)
python/map_closures/datasets/rosbag.py:77
Method
__getitem__
(self, idx)
python/map_closures/datasets/helipr.py:77
Method
__getitem__
(self, idx)
python/map_closures/datasets/apollo.py:51
Method
__getitem__
(self, idx)
python/map_closures/datasets/kitti.py:50
Method
__getitem__
(self, idx)
python/map_closures/datasets/ouster.py:100
Method
__getitem__
(self, idx)
python/map_closures/datasets/mulran.py:43
Method
__getitem__
(self, idx)
python/map_closures/datasets/mcap.py:61
Method
__getitem__
(self, idx)
python/map_closures/datasets/ncd.py:57
Method
__getitem__
(self, idx)
python/map_closures/datasets/rosbag.py:84
Method
__getitem__
(self, idx)
python/map_closures/datasets/generic.py:60
Method
__init__
(self, config: MapClosuresConfig = MapClosuresConfig())
python/map_closures/map_closures.py:35
Method
__init__
( self, dataset, config_path: Path, results_dir: Path, eval: Optional[
python/map_closures/pipeline.py:41
Method
__init__
(self, voxel_size: float, max_distance: float)
python/map_closures/voxel_map.py:29
Method
__init__
(self, true_positives, false_positives, false_negatives)
python/map_closures/tools/evaluation.py:33
Method
__init__
(self)
python/map_closures/tools/evaluation.py:55
Method
__init__
( self, gt_closures: np.ndarray, dataset_name: str, )
python/map_closures/tools/evaluation.py:72
Method
__init__
(self, data_dir: Path, sequence: str, *_, **__)
python/map_closures/datasets/helipr.py:33
Method
__init__
(self, data_dir: Path, *_, **__)
python/map_closures/datasets/apollo.py:34
Method
__init__
(self, data_dir, sequence: str, *_, **__)
python/map_closures/datasets/kitti.py:30
Method
__init__
Create Ouster pcap dataloader to read scans from a pcap file. Ouster pcap can be recorded with a `tcpdump` command or programmatically.
python/map_closures/datasets/ouster.py:34
Method
__init__
(self, data_dir: Path, *_, **__)
python/map_closures/datasets/mulran.py:31
Method
__init__
Standalone .mcap dataloader withouth any ROS distribution.
python/map_closures/datasets/mcap.py:28
Method
__init__
(self, data_dir: Path, *_, **__)
python/map_closures/datasets/ncd.py:34
Method
__init__
ROS1 / ROS2 bagfile dataloader. It can take either one ROS2 bag file or one or more ROS1 bag files belonging to a split bag. The read
python/map_closures/datasets/rosbag.py:32
Method
__init__
(self, data_dir: Path, *_, **__)
python/map_closures/datasets/generic.py:34
Method
__init__
(self, time_field)
python/map_closures/datasets/generic.py:108
Method
__init__
(self, ps, gui, localmap_data)
python/map_closures/visualizer/local_maps_visualizer.py:37
Method
__init__
(self)
python/map_closures/visualizer/visualizer.py:56
Method
__init__
(self)
python/map_closures/visualizer/visualizer.py:70
Method
__init__
(self, ps, gui)
python/map_closures/visualizer/registration_visualizer.py:55
Method
__init__
(self, ps, gui, localmap_data)
python/map_closures/visualizer/closures_visualizer.py:68
Method
__len__
(self)
python/map_closures/datasets/apollo.py:48
Method
__len__
(self)
python/map_closures/datasets/kitti.py:53
Method
__len__
(self)
python/map_closures/datasets/ouster.py:117
Method
__len__
(self)
python/map_closures/datasets/mulran.py:40
Method
__len__
(self)
python/map_closures/datasets/mcap.py:66
Method
__len__
(self)
python/map_closures/datasets/ncd.py:54
Method
__len__
(self)
python/map_closures/datasets/rosbag.py:81
Method
__len__
(self)
python/map_closures/datasets/generic.py:57
Method
_density_map_callback
(self)
python/map_closures/visualizer/local_maps_visualizer.py:108
Method
_lidar_pose_gt
(poses_gt)
python/map_closures/datasets/kitti.py:72
Method
_main_gui_callback
(self)
python/map_closures/visualizer/visualizer.py:110
Method
_unregister_trajectory
(self)
python/map_closures/visualizer/registration_visualizer.py:148
Method
_unregister_trajectory
(self)
python/map_closures/visualizer/closures_visualizer.py:225
Method
add_points
(self, points: np.ndarray)
python/map_closures/voxel_map.py:36
Method
append
(self, source_id, target_id, inliers_count)
python/map_closures/tools/evaluation.py:90
Method
apply_calibration
Converts from Velodyne to Camera Frame
python/map_closures/datasets/kitti.py:59
Function
bind_vector_without_repr
python/map_closures/pybind/stl_vector_eigen.h:46
Method
close_density_map_fig
(self)
python/map_closures/visualizer/local_maps_visualizer.py:59
Method
compute_metrics
(self)
python/map_closures/tools/evaluation.py:94
Method
get_best_closure
(self, query_idx: int, local_map: np.ndarray)
python/map_closures/map_closures.py:39
Method
get_cloud_timestamp
(pcd_filename)
python/map_closures/datasets/ncd.py:80
Method
get_frames_timestamps
(self)
python/map_closures/datasets/kitti.py:88
Method
get_frames_timestamps
(self)
python/map_closures/datasets/ouster.py:114
Method
get_frames_timestamps
(self)
python/map_closures/datasets/mcap.py:85
Method
get_frames_timestamps
(self)
python/map_closures/datasets/rosbag.py:100
Method
get_timestamp
()
python/map_closures/pipeline.py:207
Method
get_top_k_closures
( self, query_idx: int, local_map: np.ndarray, k: int )
python/map_closures/map_closures.py:43
Method
log_to_file
(self, results_dir)
python/map_closures/tools/evaluation.py:119
Function
map_closure_pipeline
( data: Path = typer.Argument( ..., help="The data directory used by the specified dataloa
python/map_closures/tools/cmd.py:99
Function
name_callback
(value: str)
python/map_closures/tools/cmd.py:72
Method
num_voxels
(self)
python/map_closures/voxel_map.py:46
Method
operator()
cpp/map_closures/GroundAlign.cpp:46
← previous
next →
101–200 of 222, ranked by callers