Fixed build with OpenCV 3.2 (ubuntu bionic). Added more devcontainers for different ubuntu versions for convenience.

This commit is contained in:
matlabbe
2024-06-30 19:11:14 -07:00
parent 7641f28250
commit 41fe47efdf
5 changed files with 74 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
{
"image": "introlab3it/rtabmap:22.04",
"customizations": {
"vscode": {
"extensions": ["ms-vscode.cpptools-themes", "ms-vscode.cmake-tools"]
}
}
}