MCPcopy Create free account

hub / github.com/PJLab-ADG/Livox-Mapping / functions

Functions638 in github.com/PJLab-ADG/Livox-Mapping

MethodSO3<NewScalarType> cast
LIO-Livox/include/sophus/so3.hpp:167
FunctionSO3<Scalar> exp
Group exponential This functions takes in an element of tangent space (= rotation vector ``omega``) and returns the corresponding element of the grou
LIO-Livox/include/sophus/so3.hpp:576
FunctionSO3<Scalar> expAndTheta
As above, but also returns ``theta = |omega|`` as out-parameter. Precondition: ``theta`` must not be ``nullptr``.
LIO-Livox/include/sophus/so3.hpp:585
FunctionSO3<Scalar> so3
LIO-Livox/include/sophus/rxso3.hpp:404
FunctionSO3Product<OtherDerived> operator*
LIO-Livox/include/sophus/so3.hpp:329
MethodSO3_Adaptor
SC-PGO/include/scancontext/nanoflann.hpp:496
FunctionSOPHUS_FUNC Matrix<Scalar, 2, 2> rotationMatrix
LIO-Livox/include/sophus/se2.hpp:58
FunctionSOPHUS_FUNC SO3<Scalar> inverse
LIO-Livox/include/sophus/so3.hpp:77
MethodSearchParams
Note: The first argument (checks_IGNORED_) is ignored, but kept for * compatibility with the FLANN interface */
SC-PGO/include/scancontext/nanoflann.hpp:558
MethodSim2
LIO-Livox/include/sophus/sim2.hpp:618
MethodSim2<NewScalarType> cast
LIO-Livox/include/sophus/sim2.hpp:121
FunctionSim2<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
LIO-Livox/include/sophus/sim2.hpp:482
MethodSim2Product<OtherDerived> operator*
LIO-Livox/include/sophus/sim2.hpp:211
MethodSim3
LIO-Livox/include/sophus/sim3.hpp:635
MethodSim3<NewScalarType> cast
LIO-Livox/include/sophus/sim3.hpp:122
FunctionSim3<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
LIO-Livox/include/sophus/sim3.hpp:476
MethodSim3Product<OtherDerived> operator*
LIO-Livox/include/sophus/sim3.hpp:213
FunctionTangentAndTheta logAndTheta
As above, but also returns ``theta = |omega|``.
LIO-Livox/include/sophus/so3.hpp:247
FunctionThreadsConstructA
LIO-Livox/src/lio/ceresfunc.cpp:3
MethodTicToc
SC-PGO/include/livox_mapping/tic_toc.h:13
MethodTicTocV2
SC-PGO/include/livox_mapping/tic_toc.h:37
MethodToIndex
LIO-Livox/src/lio/Map_Manager.cpp:30
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
LIO-Livox/include/sophus/se3.hpp:747
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
LIO-Livox/include/sophus/se2.hpp:544
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
LIO-Livox/include/sophus/sim2.hpp:457
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
LIO-Livox/include/sophus/sim3.hpp:459
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
LIO-Livox/include/sophus/so2.hpp:450
FunctionTransformation JacobianRInv
LIO-Livox/include/sophus/so3.hpp:760
FunctionTransformation 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
LIO-Livox/include/sophus/se3.hpp:833
FunctionTransformation 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
LIO-Livox/include/sophus/se2.hpp:612
FunctionTransformation 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
LIO-Livox/include/sophus/so3.hpp:651
FunctionTransformation 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 | |
LIO-Livox/include/sophus/sim2.hpp:520
FunctionTransformation 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
LIO-Livox/include/sophus/sim3.hpp:536
FunctionTransformation generator
Returns the infinitesimal generators of SO(2). The infinitesimal generators of SO(2) is: | 0 1 | | -1 0 |
LIO-Livox/include/sophus/so2.hpp:461
FunctionTransformation hat
hat-operator It takes in the 6-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
LIO-Livox/include/sophus/se3.hpp:854
FunctionTransformation hat
hat-operator It takes in the 3-vector representation (= twist) and returns the corresponding matrix representation of Lie algebra element. Formally,
LIO-Livox/include/sophus/se2.hpp:633
FunctionTransformation hat
hat-operator It takes in the 3-vector representation ``omega`` (= rotation vector) and returns the corresponding matrix representation of Lie algebra
LIO-Livox/include/sophus/so3.hpp:673
FunctionTransformation hat
hat-operator It takes in the 4-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
LIO-Livox/include/sophus/sim2.hpp:541
FunctionTransformation hat
hat-operator It takes in the 7-vector representation and returns the corresponding matrix representation of Lie algebra element. Formally, the hat()
LIO-Livox/include/sophus/sim3.hpp:557
FunctionTransformation hat
hat-operator It takes in the scalar representation ``theta`` (= rotation angle) and returns the corresponding matrix representation of Lie algebra el
LIO-Livox/include/sophus/so2.hpp:476
FunctionTransformation 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-
LIO-Livox/include/sophus/so3.hpp:310
FunctionTransformation rotationMatrix
Returns rotation matrix.
LIO-Livox/include/sophus/rxso2.hpp:316
FunctionTransformation rotationMatrix
Returns rotation matrix.
LIO-Livox/include/sophus/rxso3.hpp:345
Method_float_as_int
\brief transform float to int */
LIO-Livox/include/MapManager/Map_Manager.h:20
Method_float_as_int
\brief transform float to int */
LIO-Livox/include/LidarFeatureExtractor/LidarFeatureExtractor.h:24
Method_int_as_float
\brief transform int to float */
LIO-Livox/include/MapManager/Map_Manager.h:28
Method_int_as_float
\brief transform int to float */
LIO-Livox/include/LidarFeatureExtractor/LidarFeatureExtractor.h:32
Methodaccum_dist
SC-PGO/include/scancontext/nanoflann.hpp:411
Methodaccum_dist
SC-PGO/include/scancontext/nanoflann.hpp:443
Methodaccum_dist
SC-PGO/include/scancontext/nanoflann.hpp:471
Methodaccum_dist
SC-PGO/include/scancontext/nanoflann.hpp:505
MethodaddPoint
* Called during search to add an element matching the criteria. * @return true if the search should be continued, false if the results are * suf
SC-PGO/include/scancontext/nanoflann.hpp:249
MethodaddPoints
Add points to the set, Inserts all points from [start, end] */
SC-PGO/include/scancontext/nanoflann.hpp:1883
Methodallocate
SC-PGO/include/scancontext/nanoflann.hpp:579
Methodallocate
SC-PGO/include/scancontext/nanoflann.hpp:703
Methodangle
Returns rotation angle.
LIO-Livox/include/sophus/rxso2.hpp:129
MethodangleX
Extract rotation angle about canonical X-axis
LIO-Livox/include/sophus/se3.hpp:115
MethodangleY
Extract rotation angle about canonical Y-axis
LIO-Livox/include/sophus/se3.hpp:119
MethodangleZ
Extract rotation angle about canonical Z-axis
LIO-Livox/include/sophus/se3.hpp:123
Functionaverage
LIO-Livox/include/sophus/average.hpp:67
MethodbuildIndex
* Builds the index */
SC-PGO/include/scancontext/nanoflann.hpp:1554
FunctioncalcW
LIO-Livox/include/sophus/sim_details.hpp:10
FunctioncalcWInv
LIO-Livox/include/sophus/sim_details.hpp:52
MethodcomputeBoundingBox
SC-PGO/include/scancontext/nanoflann.hpp:1317
MethodcomputeBoundingBox
SC-PGO/include/scancontext/nanoflann.hpp:1666
MethodcomputeMinMax
SC-PGO/include/scancontext/nanoflann.hpp:837
FunctioncoreImportTest
SC-PGO/include/scancontext/Scancontext.cpp:6
Functiondata
This provides unsafe read/write access to internal data. SO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acces
LIO-Livox/include/sophus/se3.hpp:513
Functiondata
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
LIO-Livox/include/sophus/se2.hpp:446
Functiondata
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
LIO-Livox/include/sophus/sim2.hpp:425
Functiondata
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
LIO-Livox/include/sophus/sim3.hpp:427
Methoddata
This provides unsafe read/write access to internal data. RxSO(2) is represented by a complex number (two parameters). When using direct write access,
LIO-Livox/include/sophus/rxso2.hpp:146
Methoddata
This provides unsafe read/write access to internal data. RxSO(3) is represented by an Eigen::Quaternion (four parameters). When using direct write acc
LIO-Livox/include/sophus/rxso3.hpp:146
Methoddata
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
LIO-Livox/include/sophus/so2.hpp:140
FunctiondefaultEnsure
LIO-Livox/include/sophus/common.hpp:92
MethoddetectFeaturePoint
LIO-Livox/src/lio/LidarFeatureExtractor.cpp:89
MethoddetectFeaturePoint2
LIO-Livox/src/lio/LidarFeatureExtractor.cpp:707
MethoddetectFeaturePoint3
LIO-Livox/src/lio/LidarFeatureExtractor.cpp:851
MethoddetectLoopClosureIDBetweenSession
SC-PGO/include/scancontext/Scancontext.cpp:272
MethoddistDirectSC
SC-PGO/include/scancontext/Scancontext.cpp:69
MethoddistanceBtnScanContext
SC-PGO/include/scancontext/Scancontext.cpp:116
Methoddouble2vector
LIO-Livox/src/lio/Estimator.cpp:838
FunctionensureFailed
LIO-Livox/include/sophus/example_ensure_handler.cpp:7
Methodepsilon
LIO-Livox/include/sophus/common.hpp:117
Methodepsilon
LIO-Livox/include/sophus/common.hpp:131
MethodepsilonSqrt
LIO-Livox/include/sophus/common.hpp:119
MethodepsilonSqrt
LIO-Livox/include/sophus/common.hpp:135
Functioneuler_to_rotMat
(yaw, pitch, roll)
SC-PGO/utils/moving_object_removal/move_object_removal_livox.py:381
MethodevalMetric
SC-PGO/include/scancontext/nanoflann.hpp:383
MethodevalMetric
SC-PGO/include/scancontext/nanoflann.hpp:432
MethodevalMetric
SC-PGO/include/scancontext/nanoflann.hpp:463
MethodevalMetric
SC-PGO/include/scancontext/nanoflann.hpp:499
Methodexp
LIO-Livox/include/sophus/rxso2.hpp:472
Methodexp
LIO-Livox/include/sophus/rxso3.hpp:514
MethodexpAndTheta
LIO-Livox/include/sophus/rxso3.hpp:523
MethodfastAlignUsingVkey
SC-PGO/include/scancontext/Scancontext.cpp:93
MethodfindNeighbors
SC-PGO/include/scancontext/nanoflann.hpp:1926
FunctionfiniteDifferenceRotationalVelocity
LIO-Livox/include/sophus/velocities.hpp:43
Methodfull
SC-PGO/include/scancontext/nanoflann.hpp:242
FunctionfullCallBack
LIO-Livox/src/lio/PoseEstimation.cpp:107
← previousnext →301–400 of 638, ranked by callers