Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Livox-SDK/LIO-Livox
/ functions
Functions
460 in github.com/Livox-SDK/LIO-Livox
⨍
Functions
460
◇
Types & classes
119
Function
sampleUniform
include/sophus/sim3.hpp:600
Function
sampleUniform
include/sophus/so2.hpp:506
Method
sampleUniform
include/sophus/rxso2.hpp:549
Method
sampleUniform
include/sophus/rxso3.hpp:618
Function
setAngle
Setter of rotation angle, leaves scale as is.
include/sophus/rxso2.hpp:329
Function
setComplex
Takes in complex number, and normalizes it. Precondition: The complex number must not be close to zero.
include/sophus/se2.hpp:311
Function
setComplex
Setter of non-zero complex number. Precondition: ``z`` must not be close to zero.
include/sophus/sim2.hpp:285
Function
setComplex
include/sophus/rxso2.hpp:79
Function
setComplex
include/sophus/so2.hpp:80
Function
setElementAt
include/sophus/types.hpp:180
Function
setQuaternion
Takes in quaternion, and normalizes it. Precondition: The quaternion must not be close to zero.
include/sophus/so3.hpp:409
Function
setQuaternion
include/sophus/sim3.hpp:59
Function
setQuaternion
include/sophus/rxso3.hpp:70
Function
setRotationMatrix
Sets ``so3`` using ``rotation_matrix``. Precondition: ``R`` must be orthogonal and ``det(R)=1``.
include/sophus/se2.hpp:319
Function
setRotationMatrix
Setter of complex number using rotation matrix ``R``, leaves scale as is.
include/sophus/sim2.hpp:321
Function
setRotationMatrix
Setter of complex using rotation matrix ``R``, leaves scale as is. Precondition: ``R`` must be orthogonal with determinant of one.
include/sophus/rxso2.hpp:335
Function
setRotationMatrix
Setter of quaternion using rotation matrix ``R``, leaves scale as is.
include/sophus/sim3.hpp:321
Function
setRotationMatrix
Setter of quaternion using rotation matrix ``R``, leaves scale as is.
include/sophus/rxso3.hpp:358
Function
setSO3
Setter of SO(3) rotations, leaves scale as is.
include/sophus/rxso3.hpp:397
Function
setScale
Sets scale and leaves rotation as is. Note: This function as a significant computational cost, since it has to call the square root twice.
include/sophus/sim2.hpp:330
Function
setScale
Sets scale and leaves rotation as is.
include/sophus/rxso2.hpp:341
Function
setScale
Sets scale and leaves rotation as is. Note: This function as a significant computational cost, since it has to call the square root twice.
include/sophus/sim3.hpp:330
Function
setScale
Sets scale and leaves rotation as is. Note: This function as a significant computational cost, since it has to call the square root twice.
include/sophus/rxso3.hpp:370
Function
setScaledRotationMatrix
Setter of complexnumber using scaled rotation matrix ``sR``. Precondition: The 2x2 matrix must be "scaled orthogonal" and have a positive determinant
include/sophus/sim2.hpp:337
Function
setScaledRotationMatrix
Setter of complex number using scaled rotation matrix ``sR``. Precondition: The 2x2 matrix must be "scaled orthogonal" and have a positive determinan
include/sophus/rxso2.hpp:352
Function
setScaledRotationMatrix
Setter of quaternion using scaled rotation matrix ``sR``. Precondition: The 3x3 matrix must be "scaled orthogonal" and have a positive determinant.
include/sophus/sim3.hpp:337
Function
setScaledRotationMatrix
Setter of quaternion using scaled rotation matrix ``sR``. Precondition: The 3x3 matrix must be "scaled orthogonal" and have a positive determinant.
include/sophus/rxso3.hpp:382
Function
setToZero
include/sophus/types.hpp:172
Function
skewSymmetric
* @brief Create a skew-symmetric matrix from a 3-element vector. * @note Performs the operation: * w -> [ 0 -w3 w2] * [ w3 0 -w1
include/utils/math_utils.hpp:26
Function
smallAngleQuaternion
* @brief Convert the vector part of a quaternion to a * full quaternion. * @note This function is useful to convert delta quaternion * which
include/utils/math_utils.hpp:79
Function
squaredNorm
include/sophus/types.hpp:187
Function
testFailed
include/sophus/test_macros.hpp:30
Method
threadMapIncrement
src/lio/Estimator.cpp:50
Function
transX
Construct x-axis translation.
include/sophus/se3.hpp:928
Function
transX
Construct x-axis translation.
include/sophus/se2.hpp:690
Function
transY
Construct y-axis translation.
include/sophus/se3.hpp:934
Function
transY
Construct y-axis translation.
include/sophus/se2.hpp:696
Function
transZ
Construct z-axis translation.
include/sophus/se3.hpp:940
Function
transformVelocity
include/sophus/velocities.hpp:18
Function
transpose
include/sophus/types.hpp:195
Method
unit_quaternion_
include/sophus/so3.hpp:463
Method
value, S> angleX
include/sophus/so3.hpp:135
Method
value, S> angleY
include/sophus/so3.hpp:144
Method
value, S> angleZ
include/sophus/so3.hpp:158
Method
value, SE2> fitToSE2
include/sophus/se2.hpp:586
Method
value, SE3> fitToSE3
include/sophus/se3.hpp:789
Method
value, SO2> fitToSO2
include/sophus/so2.hpp:489
Method
value, SO3> fitToSO3
include/sophus/so3.hpp:626
Method
vector2double
src/lio/Estimator.cpp:819
Function
vectorFieldNumDiff
include/sophus/num_diff.hpp:84
Function
vee
vee-operator It takes the 3x3-matrix representation ``Omega`` and maps it to the corresponding 3-vector representation of Lie algebra. This is the i
include/sophus/se2.hpp:713
Function
vee
vee-operator It takes the 3x3-matrix representation ``Omega`` and maps it to the corresponding vector representation of Lie algebra. This is the inv
include/sophus/so3.hpp:756
Function
vee
vee-operator It takes the 3x3-matrix representation ``Omega`` and maps it to the corresponding 4-vector representation of Lie algebra. This is the i
include/sophus/sim2.hpp:604
Function
vee
vee-operator It takes the 4x4-matrix representation ``Omega`` and maps it to the corresponding 7-vector representation of Lie algebra. This is the i
include/sophus/sim3.hpp:621
Function
vee
vee-operator It takes the 2x2-matrix representation ``Omega`` and maps it to the corresponding scalar representation of Lie algebra. This is the inv
include/sophus/so2.hpp:526
Method
vee
vee-operator It takes the 2x2-matrix representation ``Omega`` and maps it to the corresponding vector representation of Lie algebra. This is the inv
include/sophus/rxso2.hpp:568
Method
vee
vee-operator It takes the 3x3-matrix representation ``Omega`` and maps it to the corresponding vector representation of Lie algebra. This is the inv
include/sophus/rxso3.hpp:638
Method
~Estimator
src/lio/Estimator.cpp:46
Method
~MarginalizationInfo
include/utils/ceresfunc.h:96
Method
~PCSeg
src/segment/segment.cpp:14
← previous
401–460 of 460, ranked by callers