File tree Expand file tree Collapse file tree 8 files changed +36
-20
lines changed Expand file tree Collapse file tree 8 files changed +36
-20
lines changed Original file line number Diff line number Diff line change 2222 },
2323 "customizations" : {
2424 "vscode" : {
25+ "settings" : {
26+ "python.defaultInterpreterPath" : " /home/ubuntu/.venv/blue/bin/python" ,
27+ "python.autoComplete.extraPaths" : [" ${workspaceFolder}/install/" ],
28+ "python.analysis.extraPaths" : [" ${workspaceFolder}/install/" ]
29+ },
2530 "extensions" : [
2631 " ms-azuretools.vscode-docker" ,
2732 " ms-python.python" ,
Original file line number Diff line number Diff line change 2626 },
2727 "customizations" : {
2828 "vscode" : {
29+ "settings" : {
30+ "python.defaultInterpreterPath" : " /home/ubuntu/.venv/blue/bin/python" ,
31+ "python.autoComplete.extraPaths" : [" ${workspaceFolder}/install/" ],
32+ "python.analysis.extraPaths" : [" ${workspaceFolder}/install/" ]
33+ },
2934 "extensions" : [
3035 " ms-azuretools.vscode-docker" ,
3136 " ms-python.python" ,
Original file line number Diff line number Diff line change 2323 "containerEnv" : {},
2424 "customizations" : {
2525 "vscode" : {
26+ "settings" : {
27+ "python.defaultInterpreterPath" : " /home/ubuntu/.venv/blue/bin/python" ,
28+ "python.autoComplete.extraPaths" : [" ${workspaceFolder}/install/" ],
29+ "python.analysis.extraPaths" : [" ${workspaceFolder}/install/" ]
30+ },
2631 "extensions" : [
2732 " ms-azuretools.vscode-docker" ,
2833 " ms-python.python" ,
Original file line number Diff line number Diff line change 11name : Documentation Improvement
2- description : Report an issue related to the BlueROV2 driver documentation.
2+ description : Report an issue related to the Blue documentation.
33title : " [DOC]: <Please write a descriptive title after the '[DOC]: ' prefix>"
44labels : [documentation, needs triage]
55
1616 label : Documentation Change Type
1717 description : Please indicate what type of documentation issue you are reporting.
1818 options :
19- - Adding new documentation to the BlueROV2 driver documentation
20- - Changing existing BlueROV2 driver documentation
21- - Removing existing BlueROV2 driver documentation
19+ - Adding new documentation to the Blue documentation
20+ - Changing existing documentation
21+ - Removing existing documentation
2222 validations :
2323 required : true
2424
Original file line number Diff line number Diff line change 11pull_request_rules :
2- - name : backport to iron at reviewers discretion
2+ - name : backport to iron at reviewers' discretion
33 conditions :
44 - base=main
55 - " label=backport-iron"
@@ -8,7 +8,7 @@ pull_request_rules:
88 branches :
99 - iron
1010
11- - name : backport to humble at reviewers discretion
11+ - name : backport to humble at reviewers' discretion
1212 conditions :
1313 - base=main
1414 - " label=backport-humble"
@@ -17,6 +17,15 @@ pull_request_rules:
1717 branches :
1818 - humble
1919
20+ - name : backport to jazzy at reviewers' discretion
21+ conditions :
22+ - base=main
23+ - " label=backport-jazzy"
24+ actions :
25+ backport :
26+ branches :
27+ - jazzy
28+
2029 - name : ask to resolve conflict
2130 conditions :
2231 - conflict
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Documentation
33on :
44 push :
55 branches :
6- - jazzy
6+ - main
77 pull_request :
88 paths :
99 - docs/**
Original file line number Diff line number Diff line change 22 "configurations" : [
33 {
44 "name" : " Linux" ,
5- "includePath" : [
6- " ${workspaceFolder}/**" ,
7- " /opt/ros/iron/include/**" ,
8- " /usr/include/eigen3/**" ,
9- " /home/ros/ws_ros/**"
10- ],
5+ "includePath" : [" ${workspaceFolder}/**" , " /opt/ros/rolling/include/**" ],
116 "defines" : [],
127 "compilerPath" : " /usr/bin/gcc" ,
138 "cStandard" : " c99" ,
Original file line number Diff line number Diff line change 2323 "autoDocstring.startOnNewLine" : false ,
2424 "autoDocstring.docstringFormat" : " google-notypes" ,
2525 "python.autoComplete.extraPaths" : [
26- " /opt/ros/iron/lib/python3.10/site-packages/" ,
27- " /opt/ros/iron/local/lib/python3.10/dist-packages/" ,
28- " ${workspaceFolder}/install/"
26+ " /opt/ros/rolling/lib/python3.12/site-packages/" ,
27+ " /opt/ros/rolling/local/lib/python3.12/dist-packages/"
2928 ],
3029 "python.analysis.extraPaths" : [
31- " /opt/ros/iron/lib/python3.10/site-packages/" ,
32- " /opt/ros/iron/local/lib/python3.10/dist-packages/" ,
33- " ${workspaceFolder}/install/"
30+ " /opt/ros/rolling/lib/python3.12/site-packages/" ,
31+ " /opt/ros/rolling/local/lib/python3.12/dist-packages/"
3432 ],
3533 "[python]" : {
3634 "editor.tabSize" : 4 ,
4240 },
4341 "editor.defaultFormatter" : " charliermarsh.ruff"
4442 },
45- "python.defaultInterpreterPath" : " ${workspaceFolder}/.venv/blue/bin/python" ,
4643 "[dockerfile]" : {
4744 "editor.quickSuggestions" : {
4845 "strings" : true
You can’t perform that action at this time.
0 commit comments