Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KumarRobotics/msckf_vio
/ functions
Functions
85 in github.com/KumarRobotics/msckf_vio
⨍
Functions
85
◇
Types & classes
11
↓ 22 callers
Function
quaternionToRotation
* @brief Convert a quaternion to the corresponding rotation matrix * @note Pay attention to the convention used. The function follows the * conve
include/msckf_vio/math_utils.hpp:100
↓ 11 callers
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/msckf_vio/math_utils.hpp:23
↓ 4 callers
Function
quaternionNormalize
* @brief Normalize the given quaternion to unit quaternion. */
include/msckf_vio/math_utils.hpp:40
↓ 4 callers
Function
rotationToQuaternion
* @brief Convert a rotation matrix to a quaternion. * @note Pay attention to the convention used. The function follows the * conversion in "Indir
include/msckf_vio/math_utils.hpp:122
↓ 3 callers
Function
getTransformCV
src/utils.cpp:34
↓ 3 callers
Function
getTransformEigen
src/utils.cpp:14
↓ 3 callers
Method
initializePosition
include/msckf_vio/feature.hpp:293
↓ 3 callers
Function
quaternionMultiplication
* @brief Perform q1 * q2 */
include/msckf_vio/math_utils.hpp:49
↓ 3 callers
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/msckf_vio/math_utils.hpp:72
↓ 2 callers
Method
checkMotion
include/msckf_vio/feature.hpp:250
↓ 2 callers
Method
initialize
src/msckf_vio.cpp:199
↓ 1 callers
Function
getKalibrStyleTransform
src/utils.cpp:66
↓ 1 callers
Function
getVec16Transform
src/utils.cpp:55
↓ 1 callers
Method
publish
src/msckf_vio.cpp:1366
↓ 1 callers
Method
publish
src/image_processor.cpp:1232
Method
CAMState
include/msckf_vio/cam_state.h:49
Method
Feature
Constructors for the struct.
include/msckf_vio/feature.hpp:59
Method
IMUState
include/msckf_vio/imu_state.h:84
Method
ImageProcessor
src/image_processor.cpp:26
Method
ImageProcessor
Disable copy and assign constructors.
include/msckf_vio/image_processor.h:36
Method
ImageProcessorNodelet
include/msckf_vio/image_processor_nodelet.h:18
Method
MsckfVio
src/msckf_vio.cpp:53
Method
MsckfVio
Disable copy and assign constructor
include/msckf_vio/msckf_vio.h:45
Method
MsckfVioNodelet
include/msckf_vio/msckf_vio_nodelet.h:18
Method
OptimizationConfig
include/msckf_vio/feature.hpp:47
Function
TEST
test/math_utils_test.cpp:17
Function
TEST
test/feature_initialization_test.cpp:33
Method
addFeatureObservations
src/msckf_vio.cpp:757
Method
addNewFeatures
src/image_processor.cpp:693
Method
batchImuProcessing
src/msckf_vio.cpp:508
Method
cost
include/msckf_vio/feature.hpp:168
Method
createImagePyramids
src/image_processor.cpp:297
Method
createRosIO
src/msckf_vio.cpp:179
Method
createRosIO
src/image_processor.cpp:177
Method
distortPoints
src/image_processor.cpp:887
Method
drawFeaturesMono
src/image_processor.cpp:1283
Method
drawFeaturesStereo
src/image_processor.cpp:1353
Method
featureCallback
src/msckf_vio.cpp:360
Method
featureCompareByLifetime
* @brief featureCompareByLifetime * Compare two features based on the lifetime. */
include/msckf_vio/image_processor.h:119
Method
featureCompareByResponse
* @brief featureCompareByResponse * Compare two features based on the response. */
include/msckf_vio/image_processor.h:108
Method
featureJacobian
src/msckf_vio.cpp:862
Method
featureLifetimeStatistics
src/image_processor.cpp:1471
Method
findRedundantCamStates
src/msckf_vio.cpp:1134
Method
gatingTest
src/msckf_vio.cpp:1022
Method
generateInitialGuess
include/msckf_vio/feature.hpp:228
Method
imuCallback
src/msckf_vio.cpp:229
Method
imuCallback
src/image_processor.cpp:289
Method
initialize
src/image_processor.cpp:195
Method
initializeFirstFrame
src/image_processor.cpp:313
Method
initializeGravityAndBias
src/msckf_vio.cpp:248
Method
integrateImuData
src/image_processor.cpp:917
Method
jacobian
include/msckf_vio/feature.hpp:190
Method
keyPointCompareByResponse
* @brief keyPointCompareByResponse * Compare two keypoints based on the response. */
include/msckf_vio/image_processor.h:97
Method
loadParameters
src/msckf_vio.cpp:60
Method
loadParameters
src/image_processor.cpp:43
Function
main
test/math_utils_test.cpp:74
Function
main
test/feature_initialization_test.cpp:120
Method
measurementJacobian
src/msckf_vio.cpp:789
Method
measurementUpdate
src/msckf_vio.cpp:918
Method
mocapOdomCallback
src/msckf_vio.cpp:442
Method
onInit
src/image_processor_nodelet.cpp:11
Method
onInit
src/msckf_vio_nodelet.cpp:11
Method
onlineReset
src/msckf_vio.cpp:1307
Method
operator=
include/msckf_vio/msckf_vio.h:46
Method
operator=
include/msckf_vio/image_processor.h:37
Method
predictFeatureTracking
src/image_processor.cpp:387
Method
predictNewState
src/msckf_vio.cpp:630
Method
processModel
src/msckf_vio.cpp:540
Method
pruneCamStateBuffer
src/msckf_vio.cpp:1180
Method
pruneGridFeatures
src/image_processor.cpp:834
Method
removeLostFeatures
src/msckf_vio.cpp:1042
Method
removeUnmarkedElements
include/msckf_vio/image_processor.h:306
Method
rescalePoints
src/image_processor.cpp:965
Method
resetCallback
src/msckf_vio.cpp:286
Method
stateAugmentation
src/msckf_vio.cpp:695
Method
stereoCallback
src/image_processor.cpp:209
Method
stereoMatch
src/image_processor.cpp:609
Method
trackFeatures
src/image_processor.cpp:417
Method
twoPointRansac
src/image_processor.cpp:987
Method
undistortPoints
src/image_processor.cpp:850
Method
updateFeatureLifetime
src/image_processor.cpp:1456
Method
~ImageProcessor
src/image_processor.cpp:36
Method
~ImageProcessorNodelet
include/msckf_vio/image_processor_nodelet.h:19
Method
~MsckfVio
Destructor
include/msckf_vio/msckf_vio.h:49
Method
~MsckfVioNodelet
include/msckf_vio/msckf_vio_nodelet.h:19