Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 6 additions & 11 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
[submodule "references/neon_vision"]
path = references/neon_vision
url = https://github.com/JaciBrunning/neon_vision/

[submodule "references/tools"]
path = references/tools
url = https://github.com/S1ink/Cpp-Tools/

[submodule "robot-impl/submodule"]
path = robot-impl/submodule
url = https://github.com/S1ink/VisionServer-Robot/
[submodule "lib-vs/additions/cpp-tools"]
path = lib-vs/additions/cpp-tools
url = https://github.com/S1ink/Cpp-Tools
[submodule "roborio-vs"]
path = roborio-vs
url = https://github.com/S1ink/VisionServer-Robot
4 changes: 0 additions & 4 deletions .vscode/arduino.json

This file was deleted.

18 changes: 9 additions & 9 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "CC-ARM-DESKTOP-8GI6FFU", // my desktop computer
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"${workspaceFolder}/references",
"${workspaceFolder}/include/opencv4"
"${workspaceFolder}/lib-vs/include",
"${workspaceFolder}/lib-vs/additions",
"${workspaceFolder}/lib-vs/include/opencv4"
],
"defines": [
"UNICODE",
Expand All @@ -23,9 +23,9 @@
"name": "CC-ARM-DESKTOP-R6IKQEI", // my laptop
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"${workspaceFolder}/references",
"${workspaceFolder}/include/opencv4"
"${workspaceFolder}/lib-vs/include",
"${workspaceFolder}/lib-vs/additions",
"${workspaceFolder}/lib-vs/include/opencv4"
],
"defines": [
"UNICODE",
Expand All @@ -42,9 +42,9 @@
"name": "CC-ARM-ROBOTICS-1", // OG robotics desktop
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include",
"${workspaceFolder}/references",
"${workspaceFolder}/include/opencv4"
"${workspaceFolder}/lib-vs/include",
"${workspaceFolder}/lib-vs/additions",
"${workspaceFolder}/lib-vs/include/opencv4"
],
"defines": [
"UNICODE",
Expand Down
1,176 changes: 0 additions & 1,176 deletions VisionTesting.vcxproj

This file was deleted.

Loading