Configuration

This commit is contained in:
Keenan D. Buckley
2019-02-18 14:43:32 -07:00
parent 0b0347cdaa
commit 03da877147
2 changed files with 5 additions and 6 deletions
@@ -13,10 +13,9 @@ public class robotCommunication : MonoBehaviour
public SortedList<string, float> robotValues =
new SortedList<string, float>
{
{ "Pitch", 0.0f },
{ "Roll", 0.0f },
{ "Yaw", 0.0f },
{ "Yaw Angle Deg", 0.0f },
{ "Distance", 0.0f },
{ "Team", 0.0f },
};
public static int portNumber = 4388;
public int bytesAvailable;