created a NetworkRobot class that sends messages successfully
diff --git a/aos/build/externals.gyp b/aos/build/externals.gyp
index 0daa229..06bd225 100644
--- a/aos/build/externals.gyp
+++ b/aos/build/externals.gyp
@@ -43,6 +43,21 @@
},
},
{
+ 'target_name': 'WPILib-NetworkRobotValues',
+ 'type': 'static_library',
+ 'sources': [
+ '<(externals)/WPILib/WPILib/NetworkRobot/NetworkRobotValues.cpp'
+ ],
+ 'include_dirs': [
+ '<(externals)/WPILib',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(externals)/WPILib',
+ ],
+ },
+ },
+ {
'target_name': 'onejar',
'type': 'none',
'direct_dependent_settings': {