Skip to content

Commit e79fc6e

Browse files
committed
progress updating mrpt-math
1 parent 6f01894 commit e79fc6e

File tree

16 files changed

+583
-946
lines changed

16 files changed

+583
-946
lines changed

.vscode/settings.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"--pretty"
1818
],
1919
"[cpp]": {
20-
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
20+
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
21+
"editor.rulers": [
22+
100
23+
]
2124
},
2225
"cSpell.allowCompoundWords": true,
2326
"cSpell.ignorePaths": [
@@ -33,5 +36,11 @@
3336
"**/install": true,
3437
"**/log": true
3538
},
36-
"ros.distro": "humble"
39+
"cSpell.words": [
40+
"Eigen",
41+
"MRPT",
42+
"mrpt",
43+
"CArchive",
44+
],
45+
"ros.distro": "humble",
3746
}

modules/mrpt_math/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ set(LIB_SRCS
4444
src/CMatrixFixed_unittest.cpp
4545
src/container_ops_unittest.cpp
4646
src/CPolygon.cpp
47-
src/CSparseMatrix.cpp
48-
src/CSparseMatrix_unittest.cpp
4947
src/CSplineInterpolator1D.cpp
5048
src/CVectorDynamic.cpp
5149
src/CVectorFixed.cpp

0 commit comments

Comments
 (0)