Main Page
Namespaces
Classes
Files
File List
File Members
src
ros_lib
opcontrol.cpp
Go to the documentation of this file.
1
13
#include "main.h"
14
#include "
helloworld.cpp
"
15
16
/*
17
*
18
*
19
* NO GLOBAL OBJECT DEFINITIONS!
20
*
21
* DO NOT globally define either structs or objects.
22
* See issue: https://github.com/purduesigbots/pros/issues/48
23
*
24
* Instead, put all objects/structs inside functions.
25
*
26
*
27
*/
28
29
// entry point of user control period.
30
void
operatorControl
() {
31
32
//running the hello world example
33
setup
();
34
35
while
(1) delay(20);
36
}
helloworld.cpp
setup
void setup()
Definition:
helloworld.cpp:24
operatorControl
void operatorControl()
Definition:
opcontrol.cpp:30
rosserial_vex_cortex
Author(s): Cannon
autogenerated on Fri Jun 7 2019 22:03:06