Run indi control by default

This commit is contained in:
JaeyoungLim
2025-08-02 05:31:21 +02:00
parent 54746a96c3
commit 93c54e7a9c
+9 -1
View File
@@ -137,5 +137,13 @@
"workbench.settings.enableNaturalLanguageSearch": false,
"yaml.schemas": {
"${workspaceFolder}/validation/module_schema.yaml": "${workspaceFolder}/src/modules/*/module.yaml"
}
},
"python.autoComplete.extraPaths": [
"/home/jaeyoung/catkin_ws/devel/lib/python3/dist-packages",
"/opt/ros/noetic/lib/python3/dist-packages"
],
"python.analysis.extraPaths": [
"/home/jaeyoung/catkin_ws/devel/lib/python3/dist-packages",
"/opt/ros/noetic/lib/python3/dist-packages"
]
}