MCPcopy Create free account

hub / github.com/APRIL-ZJU/OA-LICalib / functions

Functions380 in github.com/APRIL-ZJU/OA-LICalib

Methodevaluate
@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
Methodevaluate
include/basalt/spline/ceres_spline_helper_jet.h:200
Methodevaluate
include/basalt/spline/ceres_spline_helper.h:198
Methodevaluate_lie
include/basalt/spline/ceres_spline_helper_jet.h:106
Methodevaluate_lie
include/basalt/spline/ceres_spline_helper.h:104
Methodfriendly_output
========================= Visualization ========================= //
include/sensor_data/calibration.h:268
Functiong2R
include/utils/math_utils.h:221
MethodgenRandomTrajectory
@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
MethodgenRandomTrajectory
@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
MethodgenRandomTrajectory
@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
MethodgetBiasAndScale
@brief Return bias vector and scale matrix. See detailed description in \ref CalibAccelBias.
include/basalt/spline/calib_bias.hpp:91
MethodgetBiasAndScale
@brief Return bias vector and scale matrix. See detailed description in \ref CalibGyroBias.
include/basalt/spline/calib_bias.hpp:179
MethodgetCalibrated
@brief Calibrate the measurement. See detailed description in \ref CalibAccelBias. @param raw_measurement @return calibrated measurement
include/basalt/spline/calib_bias.hpp:106
MethodgetCovariance
src/trajectory/trajectory_estimator.cpp:630
MethodgetExactTime
include/sensor_data/lidar_rs_16.h:578
MethodgetExactTime
include/sensor_data/lidar_vlp_16.h:224
MethodgetLastKnot
@brief Return the last knot of the spline @return last knot of the spline
include/basalt/spline/se3_spline.h:237
MethodgetTimeInterval
@brief Return time interval in nanoseconds @return time interval in seconds
include/basalt/spline/so3_spline.h:208
MethodgetTimeInterval
@brief Return time interval @return time interval
include/basalt/spline/rd_spline.h:251
FunctiongetTransBetween
include/basalt/utils/eigen_utils.hpp:65
Methodget_end_time
include/calib/io/dataset_reader.h:377
Methodget_organized_and_raw_cloud
include/sensor_data/lidar_vlp_points.h:202
Methodget_start_time
include/calib/io/dataset_reader.h:375
MethodgyroResidual
@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
MethodinvertCalibration
@brief Invert calibration (used in unit-tests). @param calibrated_measurement @return raw measurement
include/basalt/spline/calib_bias.hpp:119
MethodinvertCalibration
@brief Invert calibration (used in unit-tests). @param calibrated_measurement @return raw measurement
include/basalt/spline/calib_bias.hpp:204
MethodisInitialized
include/calib/inertial_initializer.h:55
MethodjerkBody
@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
Methodknots_front
@brief Return the first knot of the spline @return first knot of the spline
include/basalt/spline/se3_spline.h:219
Methodknots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/se3_spline.h:211
Methodknots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/so3_spline.h:170
Methodknots_pop_back
@brief Remove knot from the back of the spline
include/basalt/spline/rd_spline.h:213
Methodknots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/se3_spline.h:226
Methodknots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/so3_spline.h:178
Methodknots_pop_front
@brief Remove first knot of the spline and increase the start time
include/basalt/spline/rd_spline.h:221
Methodknots_push_back
@brief Add knot to the end of the spline @param[in] knot knot to add
include/basalt/spline/so3_spline.h:167
Functionloadmsg
include/calib/io/dataset_reader.h:59
Functionmain
src/app/li_calib_node.cpp:228
Functionmain
src/app/map_evaluation_tools.cpp:28
MethodmaxTime
@brief Maximum time represented by spline @return maximum time represented by spline in nanoseconds
include/basalt/spline/se3_spline.h:313
MethodmaxTime
@brief Maximum time represented by spline @return maximum time represented by spline in seconds
include/basalt/spline/so3_spline.h:130
MethodminTime
@brief Minimum time represented by spline @return minimum time represented by spline in nanoseconds
include/basalt/spline/so3_spline.h:137
Functionoperator()
include/factor/auto_diff/imu_factor.h:50
Functionoperator()
include/factor/auto_diff/lidar_feature_factor.h:39
Methodoperator()
include/utils/ceres_callbacks.h:50
Methodoperator()
include/factor/auto_diff/lidar_feature_factor.h:328
Methodoperator()
include/factor/auto_diff/motion_factor.h:47
Methodoperator+=
@brief Increment the calibration vector @param inc increment vector
include/basalt/spline/calib_bias.hpp:85
Methodoperator+=
@brief Increment the calibration vector @param inc increment vector
include/basalt/spline/calib_bias.hpp:173
MethodorientationResidual
@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
MethodpixelToDistance
include/sensor_data/lidar_rs_16.h:265
MethodpointInRange
include/sensor_data/lidar_vlp_16.h:286
MethodpositionResidual
@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
Methodprint_knots
@brief Print knots for debugging.
include/basalt/spline/se3_spline.h:558
Methodprint_pos_knots
@brief Print position knots for debugging.
include/basalt/spline/se3_spline.h:567
Methodresize
@brief Resize containter with knots @param[in] n number of knots
include/basalt/spline/so3_spline.h:186
FunctionrightJacobianInvSE3Decoupled
include/basalt/utils/sophus_utils.hpp:343
FunctionrightJacobianInvSim3Decoupled
include/basalt/utils/sophus_utils.hpp:404
FunctionrightJacobianSE3Decoupled
include/basalt/utils/sophus_utils.hpp:312
FunctionrightJacobianSim3Decoupled
include/basalt/utils/sophus_utils.hpp:372
Functionse3_expd
include/basalt/utils/sophus_utils.hpp:81
Functionse3_logd
include/basalt/utils/sophus_utils.hpp:61
Methodset
include/sensor_data/lidar_feature.h:56
MethodsetKnot
@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
MethodsetKnotPos
@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
MethodsetKnotSO3
@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
MethodsetKnots
@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
MethodsetParameters
include/sensor_data/lidar_vlp_16.h:229
MethodsetRandom
@brief Set calibration to random values (used in unit-tests).
include/basalt/spline/calib_bias.hpp:66
MethodsetStartTime
@brief Set start time for spline @param[in] start_time start time of the spline in seconds
include/basalt/spline/se3_spline.h:283
MethodsetStartTime
@brief Set start time for spline @param[in] start_time start time of the spline
include/basalt/spline/so3_spline.h:162
MethodsetStartTime
@brief Set start time for spline @param[in] start_time start time of the spline
include/basalt/spline/rd_spline.h:175
Functionsim3_expd
include/basalt/utils/sophus_utils.hpp:127
Functionsim3_logd
include/basalt/utils/sophus_utils.hpp:105
MethodtransVelWorld
@brief Linear velocity in the world frame. @param[in] time time to evaluate linear velocity in seconds
include/basalt/spline/se3_spline.h:345
Methodunpack_rs16
include/sensor_data/lidar_rs_16.h:117
Methodunpack_scan
include/sensor_data/lidar_rs_16.h:103
Functionypr2R
include/utils/math_utils.h:201
Method~CheckStateCallback
include/utils/ceres_callbacks.h:41
Method~LieLocalParameterization
include/basalt/spline/ceres_local_param.hpp:77
← previous301–380 of 380, ranked by callers