MCPcopy Create free account

hub / github.com/Livox-SDK/LIO-Livox / functions

Functions460 in github.com/Livox-SDK/LIO-Livox

Methodhat
include/sophus/rxso3.hpp:584
Methodimpl
include/sophus/types.hpp:85
Methodimpl
include/sophus/types.hpp:94
Methodimpl
include/sophus/types.hpp:103
Methodimpl
include/sophus/types.hpp:109
Methodimpl
include/sophus/types.hpp:118
Methodimpl
include/sophus/types.hpp:127
Methodimpl
include/sophus/types.hpp:136
Methodimpl
include/sophus/types.hpp:142
Methodimpl
include/sophus/types.hpp:148
Methodimpl
include/sophus/types.hpp:154
Methodimpl
include/sophus/test_macros.hpp:13
Methodimpl
include/sophus/test_macros.hpp:19
Methodimpl
include/sophus/formatstring.hpp:31
Functionimu_callback
src/lio/PoseEstimation.cpp:95
Functioninterpolate
include/sophus/interpolate.hpp:27
Methodinverse
include/sophus/se2.hpp:145
Methodinverse
include/sophus/sim2.hpp:128
Methodinverse
include/sophus/rxso2.hpp:154
Methodinverse
include/sophus/sim3.hpp:129
Methodinverse
include/sophus/rxso3.hpp:156
Methodinverse
include/sophus/so2.hpp:148
FunctionlidarCallBackHAP
src/lio/ScanRegistration.cpp:39
FunctionlidarCallBackHorizon
src/lio/ScanRegistration.cpp:20
FunctionlidarCallBackPc2
src/lio/ScanRegistration.cpp:58
FunctionlieBracket
Lie bracket It computes the Lie bracket of SE(3). To be more specific, it computes ``[omega_1, omega_2]_se3 := vee([hat(omega_1), hat(omega_2)])``
include/sophus/se3.hpp:872
FunctionlieBracket
Lie bracket It computes the Lie bracket of SE(2). To be more specific, it computes ``[omega_1, omega_2]_se2 := vee([hat(omega_1), hat(omega_2)])``
include/sophus/se2.hpp:650
FunctionlieBracket
Lie bracket It computes the Lie bracket of SO(3). To be more specific, it computes ``[omega_1, omega_2]_so3 := vee([hat(omega_1), hat(omega_2)])``
include/sophus/so3.hpp:697
FunctionlieBracket
Lie bracket It computes the Lie bracket of Sim(2). To be more specific, it computes ``[omega_1, omega_2]_sim2 := vee([hat(omega_1), hat(omega_2)])``
include/sophus/sim2.hpp:559
FunctionlieBracket
Lie bracket It computes the Lie bracket of Sim(3). To be more specific, it computes ``[omega_1, omega_2]_sim3 := vee([hat(omega_1), hat(omega_2)])``
include/sophus/sim3.hpp:575
FunctionlieBracket
Lie bracket It returns the Lie bracket of SO(2). Since SO(2) is a commutative group, the Lie bracket is simple ``0``.
include/sophus/so2.hpp:499
MethodlieBracket
Lie bracket It computes the Lie bracket of RxSO(2). To be more specific, it computes ``[omega_1, omega_2]_rxso2 := vee([hat(omega_1), hat(omega_2)])
include/sophus/rxso2.hpp:537
MethodlieBracket
Lie bracket It computes the Lie bracket of RxSO(3). To be more specific, it computes ``[omega_1, omega_2]_rxso3 := vee([hat(omega_1), hat(omega_2)])
include/sophus/rxso3.hpp:603
FunctionlineFromSE2
include/sophus/geometry.hpp:126
Methodlog
Logarithmic map Computes the logarithm, the inverse of the group exponential which maps element of the group (rigid body transformations) to elements
include/sophus/se2.hpp:160
Methodlog
Logarithmic map Computes the logarithm, the inverse of the group exponential which maps element of the group (rigid body transformations) to elements
include/sophus/sim2.hpp:143
Methodlog
Logarithmic map Computes the logarithm, the inverse of the group exponential which maps element of the group (rigid body transformations) to elements
include/sophus/sim3.hpp:144
Methodlog
Logarithmic map Computes the logarithm, the inverse of the group exponential which maps element of the group (scaled rotation matrices) to elements o
include/sophus/rxso3.hpp:170
Methodlog
Logarithmic map Computes the logarithm, the inverse of the group exponential which maps element of the group (rotation matrices) to elements of the t
include/sophus/so2.hpp:162
Functionmain
src/lio/ScanRegistration.cpp:94
Functionmain
src/lio/PoseEstimation.cpp:568
FunctionmakeHyperplaneUnique
include/sophus/geometry.hpp:168
Methodmatrix
include/sophus/rxso3.hpp:191
Methodmatrix
include/sophus/so2.hpp:187
Methodmatrix2x3
include/sophus/se2.hpp:210
Methodmatrix2x3
include/sophus/sim2.hpp:184
Methodmatrix3x4
include/sophus/se3.hpp:285
Methodmatrix3x4
include/sophus/sim3.hpp:186
FunctionmaxMetric
include/sophus/types.hpp:164
Methodnormalize
Normalize SO2 element It re-normalizes the SO2 element.
include/sophus/se2.hpp:188
Methodnormalize
It re-normalizes ``unit_complex`` to unit length. Note: Because of the class invariant, there is typically no need to call this function directly.
include/sophus/so2.hpp:172
Methodnullopt_t
include/sophus/common.hpp:144
Methodnum_diff
include/sophus/num_diff.hpp:20
Methodnum_diff
include/sophus/num_diff.hpp:35
Methodnum_diff
include/sophus/num_diff.hpp:58
Methodoperator()
include/utils/ceresfunc.h:332
Methodoperator()
include/utils/ceresfunc.h:414
Methodoperator()
include/utils/ceresfunc.h:477
Methodoperator()
include/utils/ceresfunc.h:535
Methodoperator()
include/utils/ceresfunc.h:587
Methodoperator()
include/utils/ceresfunc.h:633
Methodoperator()
include/utils/ceresfunc.h:670
Methodoperator()
include/utils/ceresfunc.h:754
Methodoperator()
include/utils/ceresfunc.h:791
Functionoperator*
Group action on lines. This function rotates a parametrized line ``l(t) = o + t * d`` by the SO3 element: Both direction ``d`` and origin ``o`` are
include/sophus/so3.hpp:390
Methodoperator*
Group action on lines. This function rotates and translates a parametrized line ``l(t) = o + t * d`` by the SE(3) element: Origin is transformed usi
include/sophus/se3.hpp:350
Methodoperator*
Group action on lines. This function rotates and translates a parametrized line ``l(t) = o + t * d`` by the SE(2) element: Origin ``o`` is rotated a
include/sophus/se2.hpp:275
Methodoperator*
Group action on lines. This function rotates, scales and translates a parametrized line ``l(t) = o + t * d`` by the Sim(2) element: Origin ``o`` is
include/sophus/sim2.hpp:253
Methodoperator*
Group action on lines. This function rotates a parameterized line ``l(t) = o + t * d`` by the SO2 element and scales it by the scale factor Origin `
include/sophus/rxso2.hpp:271
Methodoperator*
Group action on lines. This function rotates, scales and translates a parametrized line ``l(t) = o + t * d`` by the Sim(3) element: Origin ``o`` is
include/sophus/sim3.hpp:255
Methodoperator*
Group action on lines. This function rotates a parametrized line ``l(t) = o + t * d`` by the SO3 element ans scales it by the scale factor: Origin `
include/sophus/rxso3.hpp:298
Methodoperator*
Group action on lines. This function rotates a parametrized line ``l(t) = o + t * d`` by the SO2 element: Both direction ``d`` and origin ``o`` are
include/sophus/so2.hpp:280
Methodoperator->
include/sophus/common.hpp:165
Methodoptional
include/sophus/common.hpp:157
Methodpi
include/sophus/common.hpp:124
Methodpi
include/sophus/common.hpp:137
FunctionplaneFromSE3
include/sophus/geometry.hpp:148
Methodplane_judge
src/lio/LidarFeatureExtractor.cpp:21
MethodpointAssociateToMap
\brief transform point pi to the MAP coordinate * \param[in] pi: point to be transformed * \param[in] po: point after transfomation * \param[in] _t
src/lio/Map_Manager.cpp:39
Functionpretty
include/sophus/test_macros.hpp:25
Functionprocess
\brief Mapping main thread */
src/lio/PoseEstimation.cpp:365
MethodprocessNonFeatureICP
src/lio/Estimator.cpp:662
MethodprocessPointToLine
src/lio/Estimator.cpp:104
MethodprocessPointToPlan
src/lio/Estimator.cpp:318
MethodprocessPointToPlanVec
src/lio/Estimator.cpp:481
FunctionprocessTestResult
include/sophus/test_macros.hpp:39
FunctionquaternionMultiplication
* @brief Perform q1 * q2. * * Format of q1 and q2 is as [x,y,z,w] */
include/utils/math_utils.hpp:54
FunctionquaternionToRotation
* @brief Convert a quaternion to the corresponding rotation matrix * @note Pay attention to the convention used. The function follows the * conve
include/utils/math_utils.hpp:139
Methodquaternion_
include/sophus/rxso3.hpp:487
Functionrot
Construct pure rotation.
include/sophus/se2.hpp:662
FunctionrotX
Construct x-axis rotation.
include/sophus/se3.hpp:887
FunctionrotX
Construct x-axis rotation.
include/sophus/so3.hpp:704
FunctionrotY
Construct y-axis rotation.
include/sophus/se3.hpp:893
FunctionrotY
Construct y-axis rotation.
include/sophus/so3.hpp:710
FunctionrotZ
Construct z-axis rotation.
include/sophus/se3.hpp:899
FunctionrotZ
Construct z-axis rotation.
include/sophus/so3.hpp:716
FunctionrotationToQuaternion
* @brief Convert a rotation matrix to a quaternion. * @note Pay attention to the convention used. The function follows the * conversion in "Indir
include/utils/math_utils.hpp:163
FunctionsampleUniform
include/sophus/se2.hpp:671
FunctionsampleUniform
include/sophus/so3.hpp:724
FunctionsampleUniform
include/sophus/sim2.hpp:585
← previousnext →301–400 of 460, ranked by callers