initial commit

This commit is contained in:
Elias Rosendahl
2025-07-21 14:36:31 +02:00
parent 159ed5b972
commit 9b28718635
85 changed files with 103396 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"name": "ft_analytics",
"image": "ft_analytics:latest",
"workspaceFolder": "/workspaces/can_viewer",
"runArgs": [
"--net=host",
"--privileged"
],
"settings": {},
"extensions": [
"ms-iot.vscode-ros",
"ms-python.python"
]
}