Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRBonn/rko_lio
/ functions
Functions
272 in github.com/PRBonn/rko_lio
⨍
Functions
272
◇
Types & classes
45
↓ 1 callers
Function
guess_dataloader
(data_path: Path, *args, **kwargs)
rko_lio/python/rko_lio/dataloaders/get_dataloader.py:53
↓ 1 callers
Function
height_colors_from_points
Given Nx3 array of points, return Nx3 array of RGB colors (dtype uint8) mapped from the z values using the colormap. Default colormap is
rko_lio/python/rko_lio/util.py:46
↓ 1 callers
Function
icp
rko_lio/core/lio.cpp:189
↓ 1 callers
Method
interval_stats
Can be useful for introspecting some IMU details.
rko_lio/python/rko_lio/lio.py:124
↓ 1 callers
Method
map_point_cloud
return the local map point cloud *in world/odometry frame*
rko_lio/python/rko_lio/lio.py:128
↓ 1 callers
Function
merge_and_validate_parameters
Merge CLI and file parameters: - CLI overrides file values only if non-empty - Validate required params are provided (depending on mo
launch/odometry.launch.py:352
↓ 1 callers
Method
message_count
rko_lio/ros/utils/rosbag.cpp:114
↓ 1 callers
Function
parse_extrinsic_txt
Parse an extrinsic calibration .txt file into a transform matrix. Assumes: - Inside the [ ] brackets, numbers are always space-separated
rko_lio/python/rko_lio/dataloaders/helipr.py:198
↓ 1 callers
Function
parse_lidar_extrinsic
Parse LiDAR_extrinsic.txt for the block matching 'Ouster - <target_sensor>' and return it as a matrix. Assumes inside Rotation and Trans
rko_lio/python/rko_lio/dataloaders/helipr.py:241
↓ 1 callers
Function
parse_sensor_type_and_variant
rko_lio/python/pybind/helipr_file_reader_pybind.cpp:50
↓ 1 callers
Function
pipeline_with_init_phase
()
tests/python/test_lio_pipeline.py:72
↓ 1 callers
Function
point_cloud2_to_eigen
rko_lio/ros/utils/point_cloud_read.cpp:36
↓ 1 callers
Function
point_cloud2_to_eigen_with_timestamps
rko_lio/ros/utils/point_cloud_read.cpp:49
↓ 1 callers
Method
poses_with_timestamps
(self)
rko_lio/python/rko_lio/lio.py:174
↓ 1 callers
Function
prepare_rviz_config
Decide which RViz config to use. If rviz_config_file is not the default, just return it. Otherwise, patch the default config with base_fr
launch/odometry.launch.py:452
↓ 1 callers
Method
put
(self, item)
rko_lio/python/rko_lio/lio_pipeline.py:304
↓ 1 callers
Method
read_imu
(self, data)
rko_lio/python/rko_lio/dataloaders/rosbag.py:192
↓ 1 callers
Function
read_lidar_bin
rko_lio/python/pybind/helipr_file_reader_pybind.cpp:198
↓ 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
rko_lio/python/rko_lio/dataloaders/utils/ros_read_point_cloud.py:85
↓ 1 callers
Method
register_scan
Register a lidar scan. Timestamps are assumed to be absolute nanoseconds. It is assumed there is sufficient IMU data added to
rko_lio/python/rko_lio/lio_pipeline.py:139
↓ 1 callers
Function
save_scan_as_ply
dumps the scan as PLY. The filename is <nanoseconds_as_int>.ply.
rko_lio/python/rko_lio/util.py:115
↓ 1 callers
Function
sophus_to_pose
rko_lio/ros/utils/transforms.hpp:40
↓ 1 callers
Method
stddev
rko_lio/core/profiler.hpp:105
↓ 1 callers
Function
step_body_accel_filter
rko_lio/core/lio.cpp:68
↓ 1 callers
Function
timestamps_from_raw
The timestamps are either in seconds or in nanoseconds, otherwise the user needs to specify the multiplier
rko_lio/core/process_timestamps.cpp:49
↓ 1 callers
Function
transform_points
rko_lio/core/lio.cpp:49
↓ 1 callers
Method
visualize
(self, end_time_ns: int, deskewed_scan: np.ndarray)
rko_lio/python/rko_lio/lio_pipeline.py:203
Method
BaseNode
rko_lio/ros/base_node.cpp:66
Method
BaseNode
rko_lio/ros/base_node.hpp:99
Method
BufferMessages
rko_lio/ros/utils/rosbag.cpp:116
Method
BufferableBag
BufferableBag-----------------------------------------------------------------------------------
rko_lio/ros/utils/rosbag.cpp:67
Method
LIO
rko_lio/core/lio.cpp:240
Method
OfflineNode
rko_lio/ros/offline_node.cpp:54
Method
OnlineImuRateNode
rko_lio/ros/online_imu_rate_node.cpp:52
Method
OnlineNode
rko_lio/ros/online_node.cpp:35
Function
PYBIND11_MODULE
rko_lio/python/pybind/helipr_file_reader_pybind.cpp:228
Function
PYBIND11_MODULE
rko_lio/python/pybind/rko_lio_pybind.cpp:44
Method
ProfilingInfoMap
rko_lio/core/profiler.hpp:116
Method
ScopedProfiler
rko_lio/core/profiler.hpp:57
Method
TFBridge
TFBridge----------------------------------------------------------------------------------------
rko_lio/ros/utils/rosbag.cpp:46
Method
ThreadedNode
rko_lio/ros/threaded_node.cpp:38
Method
ThreadedNode
rko_lio/ros/threaded_node.hpp:55
Method
Timer
rko_lio/core/profiler.hpp:149
Method
VoxelHashMap
rko_lio/core/voxel_hash_map.cpp:61
Method
__del__
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:285
Method
__enter__
(self)
rko_lio/python/rko_lio/scoped_profiler.py:35
Method
__exit__
(self, exc_type, exc_val, exc_tb)
rko_lio/python/rko_lio/scoped_profiler.py:39
Method
__init__
( self, config: PipelineConfig, map_log_period_s: float = 1.0, )
rko_lio/python/rko_lio/lio_pipeline.py:51
Method
__init__
(self)
rko_lio/python/rko_lio/lio_pipeline.py:299
Method
__init__
(self, raw_stats: _IntervalStats)
rko_lio/python/rko_lio/lio.py:41
Method
__init__
(self, config: LIOConfig)
rko_lio/python/rko_lio/lio.py:117
Method
__init__
(self, name)
rko_lio/python/rko_lio/scoped_profiler.py:32
Method
__init__
( self, data_path: Path, timestamp_config: TimestampConfig, sequence: str | No
rko_lio/python/rko_lio/dataloaders/helipr.py:51
Method
__init__
(self, data_path: Path, *args, **kwargs)
rko_lio/python/rko_lio/dataloaders/raw.py:66
Method
__init__
(self, dataloader)
rko_lio/python/rko_lio/dataloaders/sequencer.py:17
Method
__init__
( self, data_path: Path, imu_topic: str | None, lidar_topic: str | None,
rko_lio/python/rko_lio/dataloaders/rosbag.py:74
Method
__iter__
(self)
rko_lio/python/rko_lio/dataloaders/helipr.py:148
Method
__iter__
(self)
rko_lio/python/rko_lio/dataloaders/raw.py:299
Method
__iter__
(self)
rko_lio/python/rko_lio/dataloaders/sequencer.py:48
Method
__iter__
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:174
Method
__len__
(self)
rko_lio/python/rko_lio/dataloaders/helipr.py:145
Method
__len__
(self)
rko_lio/python/rko_lio/dataloaders/raw.py:132
Method
__len__
(self)
rko_lio/python/rko_lio/dataloaders/sequencer.py:25
Method
__len__
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:138
Method
__next__
(self)
rko_lio/python/rko_lio/dataloaders/helipr.py:153
Method
__next__
(self)
rko_lio/python/rko_lio/dataloaders/raw.py:303
Method
__next__
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:177
Method
__post_init__
(self)
rko_lio/python/rko_lio/config.py:191
Method
__repr__
(self)
rko_lio/python/rko_lio/lio.py:68
Method
__repr__
(self)
rko_lio/python/rko_lio/lio.py:121
Method
__repr__
(self)
rko_lio/python/rko_lio/dataloaders/helipr.py:194
Method
__repr__
(self)
rko_lio/python/rko_lio/dataloaders/raw.py:335
Method
__repr__
(self)
rko_lio/python/rko_lio/dataloaders/sequencer.py:70
Method
__repr__
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:274
Method
accel_mag_stddev
(self)
rko_lio/python/rko_lio/lio.py:98
Method
add_points
rko_lio/core/voxel_hash_map.cpp:92
Method
angular_velocity_sum
(self)
rko_lio/python/rko_lio/lio.py:65
Function
bind_vector_without_repr
rko_lio/python/pybind/stl_vector_eigen.hpp:45
Method
body_acceleration_sum
(self)
rko_lio/python/rko_lio/lio.py:61
Method
bootstrap_first_scan
rko_lio/core/lio.cpp:288
Method
check_and_set_extrinsics
rko_lio/ros/base_node.cpp:214
Function
cli
Run RKO_LIO with the selected dataloader and parameters.
rko_lio/python/rko_lio/cli.py:81
Method
close
(self)
rko_lio/python/rko_lio/lio_pipeline.py:315
Method
cloud_log_loop
(self)
rko_lio/python/rko_lio/lio_pipeline.py:235
Function
dataloader_name_callback
(value: str)
rko_lio/python/rko_lio/cli.py:61
Function
decorator
(func)
rko_lio/python/rko_lio/scoped_profiler.py:64
Method
default_imu_file
()
rko_lio/python/rko_lio/dataloaders/raw.py:75
Method
default_lidar_dir
()
rko_lio/python/rko_lio/dataloaders/raw.py:93
Function
deserialize_next_msg
rko_lio/ros/offline_node.cpp:33
Function
dump_config_callback
(value: bool)
rko_lio/python/rko_lio/cli.py:47
Method
dump_results_to_disk
rko_lio/ros/base_node.cpp:321
Method
ensure_frame_and_extrinsics
rko_lio/ros/base_node.cpp:199
Method
extrinsics
Return (T_imu_to_base, T_lidar_to_base) for this sequence.
rko_lio/python/rko_lio/dataloaders/helipr.py:80
Method
extrinsics
(self)
rko_lio/python/rko_lio/dataloaders/raw.py:162
Method
extrinsics
(self)
rko_lio/python/rko_lio/dataloaders/sequencer.py:74
Method
extrinsics
(self)
rko_lio/python/rko_lio/dataloaders/rosbag.py:154
Method
finish
Explicitly finish timing and update aggregated statistics.
rko_lio/core/profiler.hpp:64
Function
generate_launch_description
()
launch/odometry.launch.py:567
Method
get_node_base_interface
rko_lio/ros/online_node.cpp:53
Method
get_node_base_interface
rko_lio/ros/online_imu_rate_node.cpp:81
← previous
next →
101–200 of 272, ranked by callers