Skip to content
Snippets Groups Projects
Commit 0bdda372 authored by Hoop77's avatar Hoop77 Committed by lenoelda
Browse files

-

parent 8d335d36
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include "USS_SRF02.h" #include "USS_SRF02.h"
constexpr float MAX_SPEED = 0.2f; constexpr float MAX_SPEED = 1.0f;
int main(int argc, char ** argv) int main(int argc, char ** argv)
{ {
......
...@@ -120,7 +120,7 @@ if __name__ == '__main__': ...@@ -120,7 +120,7 @@ if __name__ == '__main__':
buttonsSurface = buttonsSurface.convert() buttonsSurface = buttonsSurface.convert()
buttonsSurface.fill(BACKGROUND_COLOR) buttonsSurface.fill(BACKGROUND_COLOR)
SPEED = 0.2 SPEED = 1.0
ANGLE = 20 ANGLE = 20
ZERO_SPEED = 0 ZERO_SPEED = 0
ZERO_ANGLE = 0 ZERO_ANGLE = 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment