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
Method
SE3
include/sophus/se3.hpp:972
Method
SE3<NewScalarType> cast
include/sophus/se3.hpp:128
Function
SE3<Scalar> exp
Group exponential This functions takes in an element of tangent space (= twist ``a``) and returns the corresponding element of the group SE(3). The
include/sophus/se3.hpp:763
Function
SE3FromPlane
include/sophus/geometry.hpp:157
Method
SE3Product<OtherDerived> operator*
include/sophus/se3.hpp:308
Method
SO2<NewScalarType> cast
include/sophus/so2.hpp:131
Function
SO2<Scalar> exp
Group exponential This functions takes in an element of tangent space (= rotation angle ``theta``) and returns the corresponding element of the group
include/sophus/so2.hpp:426
Function
SO2<Scalar> so2
include/sophus/rxso2.hpp:367
Method
SO2Base<Derived> operator*=
include/sophus/so2.hpp:290
Method
SO2Product<OtherDerived> operator*
include/sophus/so2.hpp:214
Method
SO3
include/sophus/so3.hpp:453
Method
SO3<NewScalarType> cast
include/sophus/so3.hpp:167
Function
SO3<Scalar> exp
Group exponential This functions takes in an element of tangent space (= rotation vector ``omega``) and returns the corresponding element of the grou
include/sophus/so3.hpp:576
Function
SO3<Scalar> expAndTheta
As above, but also returns ``theta = |omega|`` as out-parameter. Precondition: ``theta`` must not be ``nullptr``.
include/sophus/so3.hpp:585
Function
SO3<Scalar> so3
include/sophus/rxso3.hpp:404
Function
SO3Product<OtherDerived> operator*
include/sophus/so3.hpp:329
Function
SOPHUS_FUNC Matrix<Scalar, 2, 2> rotationMatrix
include/sophus/se2.hpp:58
Function
SOPHUS_FUNC SO3<Scalar> inverse
include/sophus/so3.hpp:77
Method
Sim2
include/sophus/sim2.hpp:618
Method
Sim2<NewScalarType> cast
include/sophus/sim2.hpp:121
Function
Sim2<Scalar> exp
Group exponential This functions takes in an element of tangent space and returns the corresponding element of the group Sim(2). The first two compo
include/sophus/sim2.hpp:482
Method
Sim2Product<OtherDerived> operator*
include/sophus/sim2.hpp:211
Method
Sim3
include/sophus/sim3.hpp:635
Method
Sim3<NewScalarType> cast
include/sophus/sim3.hpp:122
Function
Sim3<Scalar> exp
Group exponential This functions takes in an element of tangent space and returns the corresponding element of the group Sim(3). The first three com
include/sophus/sim3.hpp:476
Method
Sim3Product<OtherDerived> operator*
include/sophus/sim3.hpp:213
Function
TangentAndTheta logAndTheta
As above, but also returns ``theta = |omega|``.
include/sophus/so3.hpp:247
Function
ThreadsConstructA
src/lio/ceresfunc.cpp:3
Method
ToIndex
src/lio/Map_Manager.cpp:30
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/se3.hpp:747
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/se2.hpp:544
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/sim2.hpp:457
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/sim3.hpp:459
Function
Transformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/so2.hpp:450
Function
Transformation JacobianRInv
include/sophus/so3.hpp:760
Function
Transformation generator
Returns the ith infinitesimal generators of SE(3). The infinitesimal generators of SE(3) are: ``` | 0 0 0 1 | G_0 = | 0 0 0 0 | | 0 0 0
include/sophus/se3.hpp:833
Function
Transformation generator
Returns the ith infinitesimal generators of SE(2). The infinitesimal generators of SE(2) are: ``` | 0 0 1 | G_0 = | 0 0 0 | | 0 0 0 | | 0
include/sophus/se2.hpp:612
Function
Transformation generator
Returns the ith infinitesimal generators of SO(3). The infinitesimal generators of SO(3) are: ``` | 0 0 0 | G_0 = | 0 0 -1 | | 0 1 0 | | 0
include/sophus/so3.hpp:651
Function
Transformation generator
Returns the ith infinitesimal generators of Sim(2). The infinitesimal generators of Sim(2) are: ``` | 0 0 1 | G_0 = | 0 0 0 | | 0 0 0 | |
include/sophus/sim2.hpp:520
Function
Transformation generator
Returns the ith infinitesimal generators of Sim(3). The infinitesimal generators of Sim(3) are: ``` | 0 0 0 1 | G_0 = | 0 0 0 0 | | 0 0 0
include/sophus/sim3.hpp:536
Function
Transformation generator
Returns the infinitesimal generators of SO(2). The infinitesimal generators of SO(2) is: | 0 1 | | -1 0 |
include/sophus/so2.hpp:461
Function
Transformation hat
hat-operator It takes in the 6-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
include/sophus/se3.hpp:854
Function
Transformation hat
hat-operator It takes in the 3-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
include/sophus/se2.hpp:633
Function
Transformation hat
hat-operator It takes in the 3-vector representation ``omega`` (= rotation vector) and returns the corresponding matrix representation of Lie algebra
include/sophus/so3.hpp:673
Function
Transformation hat
hat-operator It takes in the 4-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
include/sophus/sim2.hpp:541
Function
Transformation hat
hat-operator It takes in the 7-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
include/sophus/sim3.hpp:557
Function
Transformation hat
hat-operator It takes in the scalar representation ``theta`` (= rotation angle) and returns the corresponding matrix representation of Lie algebra el
include/sophus/so2.hpp:476
Function
Transformation matrix
Returns 3x3 matrix representation of the instance. For SO(3), the matrix representation is an orthogonal matrix ``R`` with ``det(R)=1``, thus the so-
include/sophus/so3.hpp:310
Function
Transformation rotationMatrix
Returns rotation matrix.
include/sophus/rxso2.hpp:316
Function
Transformation rotationMatrix
Returns rotation matrix.
include/sophus/rxso3.hpp:345
Method
_float_as_int
\brief transform float to int */
include/MapManager/Map_Manager.h:20
Method
_float_as_int
\brief transform float to int */
include/LidarFeatureExtractor/LidarFeatureExtractor.h:24
Method
_int_as_float
\brief transform int to float */
include/MapManager/Map_Manager.h:28
Method
_int_as_float
\brief transform int to float */
include/LidarFeatureExtractor/LidarFeatureExtractor.h:32
Method
angle
Returns rotation angle.
include/sophus/rxso2.hpp:129
Method
angleX
Extract rotation angle about canonical X-axis
include/sophus/se3.hpp:115
Method
angleY
Extract rotation angle about canonical Y-axis
include/sophus/se3.hpp:119
Method
angleZ
Extract rotation angle about canonical Z-axis
include/sophus/se3.hpp:123
Function
average
include/sophus/average.hpp:67
Function
calcW
include/sophus/sim_details.hpp:10
Function
calcWInv
include/sophus/sim_details.hpp:52
Function
data
This provides unsafe read/write access to internal data. SO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acces
include/sophus/se3.hpp:513
Function
data
This provides unsafe read/write access to internal data. SO(2) is represented by a complex number (two parameters). When using direct write access, th
include/sophus/se2.hpp:446
Function
data
This provides unsafe read/write access to internal data. Sim(2) is represented by a complex number (two parameters) and a 2-vector. When using direct
include/sophus/sim2.hpp:425
Function
data
This provides unsafe read/write access to internal data. Sim(3) is represented by an Eigen::Quaternion (four parameters) and a 3-vector. When using di
include/sophus/sim3.hpp:427
Method
data
This provides unsafe read/write access to internal data. RxSO(2) is represented by a complex number (two parameters). When using direct write access,
include/sophus/rxso2.hpp:146
Method
data
This provides unsafe read/write access to internal data. RxSO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acc
include/sophus/rxso3.hpp:146
Method
data
This provides unsafe read/write access to internal data. SO(2) is represented by a unit complex number (two parameters). When using direct write acces
include/sophus/so2.hpp:140
Function
defaultEnsure
include/sophus/common.hpp:92
Method
detectFeaturePoint
src/lio/LidarFeatureExtractor.cpp:89
Method
detectFeaturePoint2
src/lio/LidarFeatureExtractor.cpp:796
Method
detectFeaturePoint3
src/lio/LidarFeatureExtractor.cpp:940
Method
double2vector
src/lio/Estimator.cpp:834
Function
ensureFailed
include/sophus/example_ensure_handler.cpp:7
Method
epsilon
include/sophus/common.hpp:117
Method
epsilon
include/sophus/common.hpp:131
Method
epsilonSqrt
include/sophus/common.hpp:119
Method
epsilonSqrt
include/sophus/common.hpp:135
Method
exp
include/sophus/rxso2.hpp:472
Method
exp
include/sophus/rxso3.hpp:514
Method
expAndTheta
include/sophus/rxso3.hpp:523
Function
finiteDifferenceRotationalVelocity
include/sophus/velocities.hpp:43
Function
fullCallBack
src/lio/PoseEstimation.cpp:89
Method
generator
include/sophus/rxso2.hpp:497
Method
generator
include/sophus/rxso3.hpp:562
Function
getSmallAngleQuaternion
* @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:107
Method
get_corner_map
include/MapManager/Map_Manager.h:83
Method
get_map_current_pos
include/MapManager/Map_Manager.h:92
Method
get_nonfeature_map
include/MapManager/Map_Manager.h:89
Method
get_nonfeature_map
include/Estimator/Estimator.h:216
Method
get_surf_map
include/MapManager/Map_Manager.h:86
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:23
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:35
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:44
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:56
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:65
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:74
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:83
Method
hasShortestPathAmbiguity
include/sophus/interpolate_details.hpp:94
Method
hat
include/sophus/rxso2.hpp:519
← previous
next →
201–300 of 460, ranked by callers