mirror of
https://github.com/Team4388/2019-Virtual-Field.git
synced 2026-06-09 00:28:01 -06:00
Configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user