diff --git a/.gitignore b/.gitignore index e4449ed..908a659 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ src/C++/Driver/Makefile src/C++/Driver/vgcore* src/C++/Driver/cmake_install.cmake src/C++/Driver/Makefile +src/Python/flask/web/_pycache_ \ No newline at end of file diff --git a/docs/Ishak/feedback.md b/docs/Ishak/feedback.md new file mode 100644 index 0000000..b9c6f1b --- /dev/null +++ b/docs/Ishak/feedback.md @@ -0,0 +1,2 @@ +# Feedback expert review + diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 64bac26..6a48e47 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -11,8 +11,6 @@ CKobuki robot; // Functieprototypes int command(); -int checkCenterCliff(); -int checkWheelDrop(); int main() { // Start communicatie met de robot diff --git a/src/Python/flask/web/static/style.css b/src/Python/flask/web/static/style.css index aa40415..1c989b5 100644 --- a/src/Python/flask/web/static/style.css +++ b/src/Python/flask/web/static/style.css @@ -10,7 +10,7 @@ body { .navbar { display: flex; justify-content: space-between; - max-width: 70rem; + max-width: 80%; background-color: #fff; border: 1px solid #f0f0f0; border-radius: 50px; @@ -56,8 +56,6 @@ body { position: relative; width: 150px; height: 150px; - margin-left: auto; - margin-right: auto; } .btn {