Advertisement
Trainlover08

VEX_AI_SIM/score_checker/include/libraries.h

Oct 29th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // (VEX_AI_SIM/score_checker/include/libraries.h)
  2.  
  3. // WEBOTS
  4. // libraries
  5. #include <webots/Camera.hpp>
  6. #include <webots/Connector.hpp>
  7. #include <webots/Emitter.hpp>
  8. #include <webots/Receiver.hpp>
  9. #include <webots/Robot.hpp>
  10.  
  11. #define TIME_STEP 64
  12.  
  13. using namespace webots;
  14.  
  15. // OTHER
  16. // libraries
  17. #include <iostream>
  18. #include <cstring>
  19.  
  20. using namespace std;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement