Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APRIL-ZJU/OA-LICalib
/ functions
Functions
380 in github.com/APRIL-ZJU/OA-LICalib
⨍
Functions
380
◇
Types & classes
78
Method
evaluate
@brief Evaluate SO(3) B-spline @param[in] time_ time for evaluating the value of the spline @param[out] J if not nullptr, return the Jacobian of the
include/basalt/spline/so3_spline.h:216
Method
evaluate
include/basalt/spline/ceres_spline_helper_jet.h:200
Method
evaluate
include/basalt/spline/ceres_spline_helper.h:198
Method
evaluate_lie
include/basalt/spline/ceres_spline_helper_jet.h:106
Method
evaluate_lie
include/basalt/spline/ceres_spline_helper.h:104
Method
friendly_output
========================= Visualization ========================= //
include/sensor_data/calibration.h:268
Function
g2R
include/utils/math_utils.h:221
Method
genRandomTrajectory
@brief Gererate random trajectory @param[in] n number of knots to generate @param[in] static_init if true the first N knots will be the same resultin
include/basalt/spline/se3_spline.h:116
Method
genRandomTrajectory
@brief Gererate random trajectory @param[in] n number of knots to generate @param[in] static_init if true the first N knots will be the same resultin
include/basalt/spline/so3_spline.h:144
Method
genRandomTrajectory
@brief Gererate random trajectory @param[in] n number of knots to generate @param[in] static_init if true the first N knots will be the same resultin
include/basalt/spline/rd_spline.h:196
Method
getBiasAndScale
@brief Return bias vector and scale matrix. See detailed description in \ref CalibAccelBias.
include/basalt/spline/calib_bias.hpp:91
Method
getBiasAndScale
@brief Return bias vector and scale matrix. See detailed description in \ref CalibGyroBias.
include/basalt/spline/calib_bias.hpp:179
Method
getCalibrated
@brief Calibrate the measurement. See detailed description in \ref CalibAccelBias. @param raw_measurement @return calibrated measurement
include/basalt/spline/calib_bias.hpp:106
Method
getCovariance
src/trajectory/trajectory_estimator.cpp:630
Method
getExactTime
include/sensor_data/lidar_rs_16.h:578
Method
getExactTime
include/sensor_data/lidar_vlp_16.h:224
Method
getLastKnot
@brief Return the last knot of the spline @return last knot of the spline
include/basalt/spline/se3_spline.h:237
Method
getTimeInterval
@brief Return time interval in nanoseconds @return time interval in seconds
include/basalt/spline/so3_spline.h:208
Method
getTimeInterval
@brief Return time interval @return time interval
include/basalt/spline/rd_spline.h:251
Function
getTransBetween
include/basalt/utils/eigen_utils.hpp:65
Method
get_end_time
include/calib/io/dataset_reader.h:377
Method
get_organized_and_raw_cloud
include/sensor_data/lidar_vlp_points.h:202
Method
get_start_time
include/calib/io/dataset_reader.h:375
Method
gyroResidual
@brief Evaluate gyroscope residual. @param[in] time time of the measurement @param[in] measurement gyroscope measurement @param[in] gyro_bias_full gy
include/basalt/spline/se3_spline.h:415
Method
invertCalibration
@brief Invert calibration (used in unit-tests). @param calibrated_measurement @return raw measurement
include/basalt/spline/calib_bias.hpp:119
Method
invertCalibration
@brief Invert calibration (used in unit-tests). @param calibrated_measurement @return raw measurement
include/basalt/spline/calib_bias.hpp:204
Method
isInitialized
include/calib/inertial_initializer.h:55
Method
jerkBody
@brief Evaluate rotational jerk (third time derivative) of SO(3) B-spline in the body frame @param[in] time time for evaluating jerk of the spline @p
include/basalt/spline/so3_spline.h:603
Method
knots_front
@brief Return the first knot of the spline @return first knot of the spline
include/basalt/spline/se3_spline.h:219
Method
knots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/se3_spline.h:211
Method
knots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/so3_spline.h:170
Method
knots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/rd_spline.h:213
Method
knots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/se3_spline.h:226
Method
knots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/so3_spline.h:178
Method
knots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/rd_spline.h:221
Method
knots_push_back
@brief Add knot to the end of the spline @param[in] knot knot to add
include/basalt/spline/so3_spline.h:167
Function
loadmsg
include/calib/io/dataset_reader.h:59
Function
main
src/app/li_calib_node.cpp:228
Function
main
src/app/map_evaluation_tools.cpp:28
Method
maxTime
@brief Maximum time represented by spline @return maximum time represented by spline in nanoseconds
include/basalt/spline/se3_spline.h:313
Method
maxTime
@brief Maximum time represented by spline @return maximum time represented by spline in seconds
include/basalt/spline/so3_spline.h:130
Method
minTime
@brief Minimum time represented by spline @return minimum time represented by spline in nanoseconds
include/basalt/spline/so3_spline.h:137
Function
operator()
include/factor/auto_diff/imu_factor.h:50
Function
operator()
include/factor/auto_diff/lidar_feature_factor.h:39
Method
operator()
include/utils/ceres_callbacks.h:50
Method
operator()
include/factor/auto_diff/lidar_feature_factor.h:328
Method
operator()
include/factor/auto_diff/motion_factor.h:47
Method
operator+=
@brief Increment the calibration vector @param inc increment vector
include/basalt/spline/calib_bias.hpp:85
Method
operator+=
@brief Increment the calibration vector @param inc increment vector
include/basalt/spline/calib_bias.hpp:173
Method
orientationResidual
@brief Evaluate orientation residual. @param[in] time time of the measurement @param[in] measured_orientation orientation measurement @param[out] Jr
include/basalt/spline/se3_spline.h:539
Method
pixelToDistance
include/sensor_data/lidar_rs_16.h:265
Method
pointInRange
include/sensor_data/lidar_vlp_16.h:286
Method
positionResidual
@brief Evaluate position residual. @param[in] time time of the measurement @param[in] measured_position position measurement @param[out] Jp if not nu
include/basalt/spline/se3_spline.h:526
Method
print_knots
@brief Print knots for debugging.
include/basalt/spline/se3_spline.h:558
Method
print_pos_knots
@brief Print position knots for debugging.
include/basalt/spline/se3_spline.h:567
Method
resize
@brief Resize containter with knots @param[in] n number of knots
include/basalt/spline/so3_spline.h:186
Function
rightJacobianInvSE3Decoupled
include/basalt/utils/sophus_utils.hpp:343
Function
rightJacobianInvSim3Decoupled
include/basalt/utils/sophus_utils.hpp:404
Function
rightJacobianSE3Decoupled
include/basalt/utils/sophus_utils.hpp:312
Function
rightJacobianSim3Decoupled
include/basalt/utils/sophus_utils.hpp:372
Function
se3_expd
include/basalt/utils/sophus_utils.hpp:81
Function
se3_logd
include/basalt/utils/sophus_utils.hpp:61
Method
set
include/sensor_data/lidar_feature.h:56
Method
setKnot
@brief Set the knot to particular SE(3) pose @param[in] pose SE(3) pose @param[in] i index of the knot
include/basalt/spline/se3_spline.h:125
Method
setKnotPos
@brief Set the knot to particular Vec3 pose @param[in] pos Vec3 pose @param[in] i index of the knot
include/basalt/spline/se3_spline.h:134
Method
setKnotSO3
@brief Set the knot to particular SO3 pose @param[in] ori SO3 pose @param[in] i index of the knot
include/basalt/spline/se3_spline.h:142
Method
setKnots
@brief Reset spline to have num_knots initialized at pose @param[in] pose SE(3) pose @param[in] num_knots number of knots to initialize
include/basalt/spline/se3_spline.h:150
Method
setParameters
include/sensor_data/lidar_vlp_16.h:229
Method
setRandom
@brief Set calibration to random values (used in unit-tests).
include/basalt/spline/calib_bias.hpp:66
Method
setStartTime
@brief Set start time for spline @param[in] start_time start time of the spline in seconds
include/basalt/spline/se3_spline.h:283
Method
setStartTime
@brief Set start time for spline @param[in] start_time start time of the spline
include/basalt/spline/so3_spline.h:162
Method
setStartTime
@brief Set start time for spline @param[in] start_time start time of the spline
include/basalt/spline/rd_spline.h:175
Function
sim3_expd
include/basalt/utils/sophus_utils.hpp:127
Function
sim3_logd
include/basalt/utils/sophus_utils.hpp:105
Method
transVelWorld
@brief Linear velocity in the world frame. @param[in] time time to evaluate linear velocity in seconds
include/basalt/spline/se3_spline.h:345
Method
unpack_rs16
include/sensor_data/lidar_rs_16.h:117
Method
unpack_scan
include/sensor_data/lidar_rs_16.h:103
Function
ypr2R
include/utils/math_utils.h:201
Method
~CheckStateCallback
include/utils/ceres_callbacks.h:41
Method
~LieLocalParameterization
include/basalt/spline/ceres_local_param.hpp:77
← previous
301–380 of 380, ranked by callers