MCPcopy Create free account

hub / github.com/chengwei0427/Lidar_IMU_Localization / functions

Functions573 in github.com/chengwei0427/Lidar_IMU_Localization

MethodMatrix<Scalar, num_parameters, DoF> Dx_exp_x
Returns derivative of exp(x) wrt. x.
include/sophus/so2.hpp:434
MethodMoveDown
include/ikd-Tree/ikd_Tree.h:161
MethodMutexDeque
include/mutexDeque.hpp:16
MethodNearest_Search
include/ikd-Tree/ikd_Tree.cpp:426
MethodParamServer
include/utility.h:157
FunctionPointProduct<PointDerived> operator*
include/sophus/so3.hpp:362
MethodPointProduct<PointDerived> operator*
include/sophus/se3.hpp:325
MethodPointProduct<PointDerived> operator*
include/sophus/se2.hpp:250
MethodPointProduct<PointDerived> operator*
include/sophus/sim2.hpp:228
MethodPointProduct<PointDerived> operator*
include/sophus/rxso2.hpp:247
MethodPointProduct<PointDerived> operator*
include/sophus/sim3.hpp:230
MethodPointProduct<PointDerived> operator*
include/sophus/rxso3.hpp:269
MethodPointProduct<PointDerived> operator*
include/sophus/so2.hpp:249
MethodPointType_CMP
include/ikd-Tree/ikd_Tree.h:97
MethodPush_Down
include/ikd-Tree/ikd_Tree.cpp:1360
FunctionQleft
include/utils/math_tools.h:36
FunctionQright
include/utils/math_tools.h:45
FunctionROS_TIME
include/my_utility.h:83
FunctionROS_TIME
include/utility.h:296
MethodRadius_Search
include/ikd-Tree/ikd_Tree.cpp:471
MethodRebuild
include/ikd-Tree/ikd_Tree.cpp:736
MethodRemoveLidarDistortion
src/loc/map_location.cpp:1348
MethodResidualBlockInfo
include/Estimator/ceresfunc.h:17
FunctionRightQuatMatrix
include/utils/math_tools.h:153
MethodRowsAtCompileTime>> makeRotationMatrix
include/sophus/rotation_matrix.hpp:59
MethodRxSO2
include/sophus/rxso2.hpp:398
MethodRxSO2<NewScalarType> cast
include/sophus/rxso2.hpp:134
MethodRxSO2Product<OtherDerived> operator*
include/sophus/rxso2.hpp:213
MethodRxSO3
include/sophus/rxso3.hpp:435
MethodRxSO3<NewScalarType> cast
include/sophus/rxso3.hpp:134
MethodRxSO3Product<OtherDerived> operator*
include/sophus/rxso3.hpp:242
MethodSE2
include/sophus/se2.hpp:729
MethodSE2<NewScalarType> cast
include/sophus/se2.hpp:116
FunctionSE2<Scalar> exp
Group exponential This functions takes in an element of tangent space (= twist ``a``) and returns the corresponding element of the group SE(2). The
include/sophus/se2.hpp:560
FunctionSE2FromLine
include/sophus/geometry.hpp:135
MethodSE2Product<OtherDerived> operator*
include/sophus/se2.hpp:233
MethodSE3
include/sophus/se3.hpp:972
MethodSE3<NewScalarType> cast
include/sophus/se3.hpp:128
FunctionSE3<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
FunctionSE3FromPlane
include/sophus/geometry.hpp:157
MethodSE3Product<OtherDerived> operator*
include/sophus/se3.hpp:308
MethodSO2<NewScalarType> cast
include/sophus/so2.hpp:131
FunctionSO2<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
FunctionSO2<Scalar> so2
include/sophus/rxso2.hpp:367
MethodSO2Base<Derived> operator*=
include/sophus/so2.hpp:290
MethodSO2Product<OtherDerived> operator*
include/sophus/so2.hpp:214
MethodSO3
include/sophus/so3.hpp:453
MethodSO3<NewScalarType> cast
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
include/sophus/so3.hpp:576
FunctionSO3<Scalar> expAndTheta
As above, but also returns ``theta = |omega|`` as out-parameter. Precondition: ``theta`` must not be ``nullptr``.
include/sophus/so3.hpp:585
FunctionSO3<Scalar> so3
include/sophus/rxso3.hpp:404
FunctionSO3Product<OtherDerived> operator*
include/sophus/so3.hpp:329
FunctionSOPHUS_FUNC Matrix<Scalar, 2, 2> rotationMatrix
include/sophus/se2.hpp:58
FunctionSOPHUS_FUNC SO3<Scalar> inverse
include/sophus/so3.hpp:77
MethodSearch
include/ikd-Tree/ikd_Tree.cpp:1062
MethodSearch_by_radius
include/ikd-Tree/ikd_Tree.cpp:1292
MethodSearch_by_range
include/ikd-Tree/ikd_Tree.cpp:1247
MethodSet_balance_criterion_param
include/ikd-Tree/ikd_Tree.h:315
MethodSet_delete_criterion_param
include/ikd-Tree/ikd_Tree.h:311
MethodSim2
include/sophus/sim2.hpp:618
MethodSim2<NewScalarType> cast
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
include/sophus/sim2.hpp:482
MethodSim2Product<OtherDerived> operator*
include/sophus/sim2.hpp:211
MethodSim3
include/sophus/sim3.hpp:635
MethodSim3<NewScalarType> cast
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
include/sophus/sim3.hpp:476
MethodSim3Product<OtherDerived> operator*
include/sophus/sim3.hpp:213
FunctionTangentAndTheta logAndTheta
As above, but also returns ``theta = |omega|``.
include/sophus/so3.hpp:247
FunctionThreadsConstructA
src/lio/ceresfunc.cpp:3
MethodTic
include/utility.h:347
MethodTicToc
include/tictoc.hpp:12
MethodTimer
include/utils/timer.h:13
MethodToIndex
src/lio/Map_Manager.cpp:33
MethodToc
include/utility.h:351
MethodTransformPointCloud
src/loc/map_location.cpp:1951
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/se3.hpp:747
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/se2.hpp:544
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/sim2.hpp:457
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/sim3.hpp:459
FunctionTransformation Dxi_exp_x_matrix_at_0
Returns derivative of exp(x).matrix() wrt. ``x_i at x=0``.
include/sophus/so2.hpp:450
FunctionTransformation JacobianRInv
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
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
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
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 | |
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
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 |
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,
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,
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
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()
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()
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
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-
include/sophus/so3.hpp:310
FunctionTransformation rotationMatrix
Returns rotation matrix.
include/sophus/rxso2.hpp:316
FunctionTransformation rotationMatrix
Returns rotation matrix.
include/sophus/rxso3.hpp:345
MethodTryMAPInitialization
src/loc/map_location.cpp:1147
MethodUpdate
include/ikd-Tree/ikd_Tree.cpp:1458
Method_Scope_color
include/tool_color_printf.hpp:78
Method_float_as_int
\brief transform float to int */
include/Estimator/Map_Manager.h:21
← previousnext →201–300 of 573, ranked by callers