初步添加机器人并设定动作空间

This commit is contained in:
CaoWangrenbo
2025-06-16 12:16:07 +08:00
parent b03507ab4e
commit b5078e9c6d
6 changed files with 237 additions and 59 deletions

View File

@@ -2,11 +2,11 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ban.spellright",
"ms-iot.vscode-ros",
"ms-python.black-formatter",
"ms-python.flake8",
// "ms-python.python",
// "ms-python.vscode-pylance",
// "ban.spellright",
// "ms-iot.vscode-ros",
// "ms-python.black-formatter",
// "ms-python.flake8",
]
}