Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRBonn/kiss-icp
/ functions
Functions
273 in github.com/PRBonn/kiss-icp
⨍
Functions
273
◇
Types & classes
44
↓ 1 callers
Method
get_linear_velocity
(self, idx)
python/kiss_icp/datasets/kitti_raw.py:85
↓ 1 callers
Method
get_pcd_filenames
(scans_folder)
python/kiss_icp/datasets/ncd.py:73
↓ 1 callers
Function
get_preprocessor
(config: KISSConfig)
python/kiss_icp/preprocess.py:29
↓ 1 callers
Function
get_progress_bar
(first_scan, last_scan)
python/kiss_icp/tools/progress_bar.py:26
↓ 1 callers
Function
get_registration
(config: KISSConfig)
python/kiss_icp/registration.py:30
↓ 1 callers
Method
get_scan
(self, scan_file: str)
python/kiss_icp/datasets/apollo.py:54
↓ 1 callers
Method
get_threshold
(self)
python/kiss_icp/threshold.py:39
↓ 1 callers
Function
get_threshold_estimator
(config: KISSConfig)
python/kiss_icp/threshold.py:29
↓ 1 callers
Method
get_timestamps
(points)
python/kiss_icp/datasets/kitti_raw.py:103
↓ 1 callers
Method
get_timestamps
(points)
python/kiss_icp/datasets/boreas.py:63
↓ 1 callers
Method
get_timestamps
()
python/kiss_icp/datasets/ncd.py:67
↓ 1 callers
Function
get_voxel_hash_map
(config: KISSConfig)
python/kiss_icp/mapping.py:29
↓ 1 callers
Method
getitem
(self, scan_file: str)
python/kiss_icp/datasets/ncd.py:58
↓ 1 callers
Function
guess_dataloader
Guess which dataloader to use in case the user didn't specify with --dataloader flag. TODO: Avoid having to return again the data Path. But when
python/kiss_icp/tools/cmd.py:38
↓ 1 callers
Method
imu_pose_to_lidar
Convert the imu poses to velodyne frame.
python/kiss_icp/datasets/kitti_raw.py:96
↓ 1 callers
Function
jumpable_dataloaders
()
python/kiss_icp/datasets/__init__.py:53
↓ 1 callers
Function
load_config
Load configuration from an optional yaml file.
python/kiss_icp/config/parser.py:67
↓ 1 callers
Method
load_gt_poses
(self, gt_data: np.ndarray)
python/kiss_icp/datasets/nclt.py:95
↓ 1 callers
Method
load_gt_poses
MuRan has more poses than scans, therefore we need to match 1-1 timestamp with pose
python/kiss_icp/datasets/mulran.py:60
↓ 1 callers
Method
load_gt_poses
Taken from pyLiDAR-SLAM/blob/master/slam/dataset/nhcd_dataset.py
python/kiss_icp/datasets/ncd.py:85
↓ 1 callers
Method
load_oxts_packets_and_poses
Generator to read OXTS ground truth data. Poses are given in an East-North-Up coordinate system whose origin is the first GPS positio
python/kiss_icp/datasets/kitti_raw.py:292
↓ 1 callers
Method
load_poses
(self, poses_file)
python/kiss_icp/datasets/helipr.py:76
↓ 1 callers
Method
load_poses
(self, poses_file)
python/kiss_icp/datasets/kitti.py:71
↓ 1 callers
Method
load_poses
(self, poses_file)
python/kiss_icp/datasets/boreas.py:49
↓ 1 callers
Method
load_poses
(self, gt_list)
python/kiss_icp/datasets/tum.py:56
↓ 1 callers
Method
load_valid_timestamps
(gt_data: np.ndarray, scan_files: np.ndarray)
python/kiss_icp/datasets/nclt.py:85
↓ 1 callers
Method
log_to_console
(self)
python/kiss_icp/tools/pipeline_results.py:58
↓ 1 callers
Method
log_to_file
(self, filename: str, title: Optional[str])
python/kiss_icp/tools/pipeline_results.py:51
↓ 1 callers
Method
point_cloud
Return the internal representaion as a np.array (pointcloud).
python/kiss_icp/mapping.py:66
↓ 1 callers
Method
pose_from_oxts_packet
Helper method to compute a SE(3) pose matrix from an OXTS packet.
python/kiss_icp/datasets/kitti_raw.py:254
↓ 1 callers
Method
preprocess
(self, frame: np.ndarray, timestamps: np.ndarray, relative_motion: np.ndarray)
python/kiss_icp/preprocess.py:44
↓ 1 callers
Method
read_calib_file
(file_path: str)
python/kiss_icp/datasets/kitti.py:93
↓ 1 callers
Method
read_point_cloud
(self, data: np.ndarray)
python/kiss_icp/datasets/helipr.py:116
↓ 1 callers
Method
read_point_cloud
(self, scan_file: str)
python/kiss_icp/datasets/kitti.py:65
↓ 1 callers
Method
read_point_cloud
(self, scan_file: str)
python/kiss_icp/datasets/kitti_raw.py:79
↓ 1 callers
Method
read_point_cloud
(self, file_path: str)
python/kiss_icp/datasets/mulran.py:46
↓ 1 callers
Method
read_point_cloud
(self, scan_file: str)
python/kiss_icp/datasets/boreas.py:45
↓ 1 callers
Method
read_point_cloud
(self, token: str)
python/kiss_icp/datasets/nuscenes.py:81
↓ 1 callers
Function
read_points
Read points from a sensor_msgs.PointCloud2 message. :param cloud: The point cloud to read from sensor_msgs.PointCloud2. :param field_name
python/kiss_icp/tools/point_cloud2.py:86
↓ 1 callers
Method
read_poses
(file)
python/kiss_icp/datasets/apollo.py:59
↓ 1 callers
Method
read_timestamps
(self, data: np.ndarray)
python/kiss_icp/datasets/helipr.py:112
↓ 1 callers
Method
register_frame
(self, frame, timestamps)
python/kiss_icp/kiss_icp.py:43
↓ 1 callers
Method
save_poses_kitti_format
(filename: str, poses: np.ndarray)
python/kiss_icp/pipeline.py:116
↓ 1 callers
Method
save_poses_tum_format
(filename, poses, timestamps)
python/kiss_icp/pipeline.py:123
↓ 1 callers
Method
scans
(self, idx)
python/kiss_icp/datasets/kitti.py:56
↓ 1 callers
Function
sequence_dataloaders
()
python/kiss_icp/datasets/__init__.py:40
↓ 1 callers
Function
sequence_error
Sptis the sequence error for a given trajectory in camera coordinate frames.
python/kiss_icp/metrics.py:30
↓ 1 callers
Function
sophusToPose
ros/src/Utils.hpp:61
↓ 1 callers
Method
stamp_to_sec
(stamp)
python/kiss_icp/datasets/mcap.py:84
↓ 1 callers
Method
to_sec
(nsec: int)
python/kiss_icp/datasets/rosbag.py:98
↓ 1 callers
Function
transformToSophus
ros/src/Utils.hpp:76
↓ 1 callers
Method
update
(self, source, keypoints, target_map, pose, vis_infos: dict)
python/kiss_icp/tools/visualizer.py:91
↓ 1 callers
Method
update_model_deviation
(self, model_deviation)
python/kiss_icp/threshold.py:42
↓ 1 callers
Method
voxelize
(self, iframe)
python/kiss_icp/kiss_icp.py:77
↓ 1 callers
Function
write_config
(config: KISSConfig = KISSConfig(), filename: str = "kiss_icp.yaml")
python/kiss_icp/config/parser.py:84
Function
AbsoluteTrajectoryError
cpp/kiss_icp/metrics/Metrics.cpp:158
Method
AdaptiveThreshold
cpp/kiss_icp/core/Threshold.cpp:30
Method
AddPoints
cpp/kiss_icp/core/VoxelHashMap.cpp:97
Method
KissICP
cpp/kiss_icp/pipeline/KissICP.hpp:62
Method
OdometryServer
OdometryServer constructor
ros/src/OdometryServer.hpp:44
Method
OdometryServer
ros/src/OdometryServer.cpp:77
Function
PYBIND11_MODULE
python/kiss_icp/pybind/kiss_icp_pybind.cpp:48
Method
Preprocessor
cpp/kiss_icp/core/Preprocessing.cpp:40
Method
PublishClouds
ros/src/OdometryServer.cpp:226
Method
PublishOdometry
ros/src/OdometryServer.cpp:182
Method
RegisterFrame
cpp/kiss_icp/pipeline/KissICP.cpp:35
Method
RegisterFrame
ros/src/OdometryServer.cpp:163
Method
Registration
cpp/kiss_icp/core/Registration.cpp:126
Method
RemovePointsFarFromLocation
cpp/kiss_icp/core/VoxelHashMap.cpp:121
Method
ResetService
ros/src/OdometryServer.cpp:237
Function
SeqError
cpp/kiss_icp/metrics/Metrics.cpp:141
Method
VoxelHashMap
cpp/kiss_icp/core/VoxelHashMap.hpp:39
Method
Voxelize
cpp/kiss_icp/pipeline/KissICP.cpp:70
Method
__call__
(self, file)
python/kiss_icp/datasets/generic.py:80
Method
__call__
(self, file)
python/kiss_icp/datasets/generic.py:115
Method
__call__
(self, file)
python/kiss_icp/datasets/generic.py:130
Method
__call__
(self, file)
python/kiss_icp/datasets/generic.py:143
Method
__del__
(self)
python/kiss_icp/datasets/mcap.py:59
Method
__del__
(self)
python/kiss_icp/datasets/rosbag.py:78
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/helipr.py:70
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/nclt.py:56
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/apollo.py:51
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/kitti.py:50
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/kitti_raw.py:76
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/ouster.py:100
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/mulran.py:43
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/mcap.py:63
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/boreas.py:42
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/ncd.py:54
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/nuscenes.py:78
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/tum.py:84
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/rosbag.py:85
Method
__getitem__
(self, idx)
python/kiss_icp/datasets/generic.py:60
Method
__init__
(self, config: KISSConfig)
python/kiss_icp/kiss_icp.py:34
Method
__init__
( self, dataset, config: Optional[Path] = None, visualize: bool = False,
python/kiss_icp/pipeline.py:42
Method
__init__
(self, fixed_threshold: float)
python/kiss_icp/threshold.py:36
Method
__init__
(self, config: KISSConfig)
python/kiss_icp/threshold.py:47
Method
__init__
(self, voxel_size: float, max_distance: float, max_points_per_voxel: int)
python/kiss_icp/mapping.py:38
Method
__init__
( self, max_num_iterations: int, convergence_criterion: float, max_num_threads
python/kiss_icp/registration.py:39
Method
__init__
(self, max_range, min_range, deskew, max_num_threads)
python/kiss_icp/preprocess.py:39
← previous
next →
101–200 of 273, ranked by callers