File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments