Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.3.5.1 instead.

# AutonoWar Connection An interface between Python and AutonoWar <br> <br> Documentation (AutonoWar v0.1.3, abrconnection v0.1.0): <br><br>

  • Coordinate system is left-handed, with x being east, y being upwards, and z being north.

  • RobotConnection(): class which handles connection to the game. Should be instantiated at beginning of script, and method connect() should be called immediately after. disconnect() ends connection.

  • RobotConnection.set_tire_torque(tire_name, torque): sets torque of tire tire_name to torque. Current tire names are “BackLeft”, “BackRight”, “FrontLeft”, and “FrontRight.”

  • RobotConnection.set_tire_steering(tire_name, bering): sets tire tire_name to bering. All angles/berings are clockwise off of vertical (unity’s coordinate system is left-handed).

  • RobotConnection.sensors: Dictionary/Hashtable containing information about the state of the robot.

    • Vectors are stored as dictionaries with keys “x”, “y”, and “z”.

    • sensors[“gps”]: Sensor containing position information of the robot.

      • sensors[“gps”][“position”]: Vector containing current position of robot relative to starting point.

    • sensors[“gyroscope”]: Sensor containing rotation information of the robot:

      • sensors[“gyroscope”][“right”]: Unit vector pointing right RELATIVE to the robot. For example, if the robot was facing in the default direction, its right vector would be <1, 0, 0> because its right direction is east. If the robot turned 90 degees counterclockwise, its right vector would be <0, 0, 1>. If the robot was facing a bering of 45 degrees and was climbing a 20 degree grade, its right vector would be <cos(45), sin(20), sin(45)> / sqrt(cos(45)^2 + sin(20)^2 + sin(45)^2).

      • sensors[“gyroscope”][“up”]: Unit vector pointing up RELATIVE to the robot. Same idea as before.

      • sensors[“gyroscope”][“forward”]: Unit vector pointing up RELATIVE to the robot. Same idea as before.

    • sensors[“lidar”][“distanceArray”]: Array containing distance to any object at 1 degree increments. state_dict[“lidar”][“distanceArray”][0] would describe how many meters of clearance the robot has in front of itself, state_dict[“lidar”][“distanceArray”][90] would describe its clearance to the right, and so on. If the robot has more than 100 meters of clearance in a particular direction, the value will capped at 100. In future updates, lidar upgrades might include an increase in range or density for in-game currency. Vertical FOV will be coming soon.

    • sensors[“radar”][“pings”]: array of vectors representing opponent locations

    • sensors[“altimeter”][“altitude”]: distance to ground in world space (i.e. NOT normal to robot)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awconnection-0.2.13.post1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awconnection-0.2.13.post1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file awconnection-0.2.13.post1.tar.gz.

File metadata

  • Download URL: awconnection-0.2.13.post1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for awconnection-0.2.13.post1.tar.gz
Algorithm Hash digest
SHA256 b1b405564532070f9481092a49ebcc98ba9c3c422292498e1d7ad41c6fdeab1f
MD5 fea6bc047acdd2edecc52e106996f9e9
BLAKE2b-256 89ab775631a059003ea7810bafee08ad3fa033eab091944224c40d3a6decef11

See more details on using hashes here.

File details

Details for the file awconnection-0.2.13.post1-py3-none-any.whl.

File metadata

  • Download URL: awconnection-0.2.13.post1-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for awconnection-0.2.13.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b0e4439a791d03f93ef7973ba2477681641a46bd9fb17090e62cff45761d4a4
MD5 ce62ca2c2a81c632805a1a067aec6d0e
BLAKE2b-256 7aa2133779c22b983882ea3244b807797311074bf7ac86073ad22e6a80b5c983

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.5.1

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2.post2

2 files

0.3.2.post1

2 files

0.3.1.post3

2 files

0.3.1.post2

2 files

0.3.1.post1

2 files

0.3.1.post0

2 files

0.3.0.post4

2 files

0.3.0.post3

2 files

0.3.0.post2

2 files

This release

0.2.13.post1 This release

2 files

0.2.13

2 files

0.2.12

2 files

0.2.11

2 files

0.2.10

2 files

0.2.9

2 files

0.2.8

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

1 file

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page