The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/tracking: Fix codespell errors.

authored by

Rylie Pavlik and committed by
Simon Zeni
80e0b449 2fd89210

+2 -2
+1 -1
src/xrt/auxiliary/tracking/t_file.cpp
··· 230 230 // Scratch-space temporary matrix 231 231 cv::Mat scratch; 232 232 233 - // Temp load matricies 233 + // Temp load matrices 234 234 cv::Mat_<double> l_intrinsics(3, 3); 235 235 cv::Mat_<double> r_intrinsics(3, 3); 236 236 cv::Mat_<double> l_distortion(5, 1);
+1 -1
src/xrt/auxiliary/tracking/t_tracker_slam.cpp
··· 363 363 //! @note Harmless race condition over this as the UI might read this while it's being written 364 364 deque<pair<timepoint_ns, int>> entries{}; 365 365 366 - //! Persitently stored camera name for display in the UI 366 + //! Persistently stored camera name for display in the UI 367 367 string cam_name; 368 368 369 369 void