Skip to main content

An interface between Python and Autonomous Battle Royale

Project description

# abrconnection An interface between Python and Autonomous Battle Royale <br> <br> Documentation (ABR v0.0.3): <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.state_dict: Dictionary/Hashtable containing information about the state of the robot.

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

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

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

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

      • state_dict[“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).

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

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

    • state_dict[“lidar”]: Array containing distance to any object at 1 degree increments. state_dict[“lidar”][0] would describe how many meters of clearance the robot has in front of itself, state_dict[“lidar”][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.

Project details


Download files

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

Source Distribution

abrconnection-0.1.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

abrconnection-0.1.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file abrconnection-0.1.0.tar.gz.

File metadata

  • Download URL: abrconnection-0.1.0.tar.gz
  • Upload date:
  • Size: 3.5 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 abrconnection-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f2da952b58d50e2c7c9ef69d57a1bfdd8b21a49d03239314f414d54ae6e44876
MD5 676a9096aedd3950369e1371480b94b2
BLAKE2b-256 df8a6f60b17499ae8b06cb07b1f764ab22f606348d6b06dea0edb756655d8b06

See more details on using hashes here.

File details

Details for the file abrconnection-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: abrconnection-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 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 abrconnection-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3830b9dc228267366e8642c75dce62d5e861ab695ba4cec190a8f5fea2d4691d
MD5 77a1f7393def99f4265ab4591afa922a
BLAKE2b-256 95b9bda6da730a969662e6400009988cd35b43d063db20d4aa5cb75d251c4d29

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page