Skip to content

Commit 415dd67

Browse files
authored
Use new extention (#711)
2 parents dd2ef42 + 96f2e6d commit 415dd67

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ bitbots_docs_internal
201201
**/__pycache__
202202
**/cmake-build-*
203203

204+
# VS Code ROS extension
205+
.vscode/browse.vc.*
206+
log/
207+
204208
# Neural Network Model Path
205209
/bitbots_vision/models/
206210
/bitbots_motion/bitbots_rl_motion/rl_walk_models/

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"mohsen1.prettify-json", // JSON formatting
1111
"ms-azuretools.vscode-docker", // Docker support
1212
"MS-CEINTL.vscode-language-pack-de", // German language pack
13-
"ms-iot.vscode-ros", // ROS support
13+
"Ranch-Hand-Robotics.rde-pack", // ROS2 development environment
1414
"ms-python.python", // Python support
1515
"ms-python.vscode-pylance", // Python support
1616
"ms-vscode.cmake-tools", // CMake support

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@
218218
"span": "cpp",
219219
"ranges": "cpp"
220220
},
221-
// Tell the ROS extension where to find the setup.bash
222-
// This also utilizes the COLCON_WS environment variable, which needs to be set
223-
"ros.distro": "jazzy",
221+
"ROS2.distro": "jazzy",
224222
"search.useIgnoreFiles": false,
225223
"python.autoComplete.extraPaths": [
226224
"/opt/ros/jazzy/lib/python3.12/site-packages"

0 commit comments

Comments
 (0)