Skip to content

Releases: griffinteller/AutonoWar

v0.3.5-dev.2: Better Engine

16 Aug 18:54
Compare
Choose a tag to compare
Pre-release

Changes:

  • New max power per wheel of 15 kW
  • New max torque per wheel of 7.5 kNm
  • Some internal logging

v0.3.5-dev.1: New Tire Physics!

11 Aug 20:46
Compare
Choose a tag to compare
Pre-release

Changelog:

  • New tire physics:
    • Power (W) instead of torque (Nm) applied to motor. Each motor has a max power (7.5 kW) and a max torque (3 kNm). The applied torque with given power is equal to the power / angular velocity of the wheels (rads/sec). So more torque can be applied at low rpms, just like in real life. In the future, more gear ratios will be added, but for right now it is 1:1.
      • robotConnection.set_tire_motor_power(tireName, power)
    • Better ground detection (though not perfect, on my list of things to improve)
    • Braking (in Nm, with a max of 500 Nm)
      • robotConnection.set_tire_brake_torque(tireName, torque)
  • New info about tires in robotConnection.info.tires
    • tires["tireName"] contains a bunch of information about that wheel, like rpm, applied torque, etc.

This update requires an awconnection upgrade.

v0.3.4-dev.5

14 Jul 21:54
Compare
Choose a tag to compare
v0.3.4-dev.5 Pre-release
Pre-release

Changelog:

  • New, much faster lidar system
  • robotConnection.info.has_game_started indicates whether a game has started yet.
  • New root cube look
  • Fixed desert walls

This release requires an awconnection upgrade: pip install --upgrade awconnection

v0.3.4-alpha.1

13 Jul 01:35
Compare
Choose a tag to compare
v0.3.4-alpha.1 Pre-release
Pre-release

Changelog:

  • Colliders are no longer simplified (there will actually be a hole in your robot if you let there be one)
  • Scoreboard bug fixes

v0.3.4-dev.4

07 Jul 19:50
Compare
Choose a tag to compare
v0.3.4-dev.4 Pre-release
Pre-release

Changelog:

  • Camera fix in build scene
  • lighting fixes

v0.3.4-dev.3

25 Jun 19:04
Compare
Choose a tag to compare
v0.3.4-dev.3 Pre-release
Pre-release

Changelog:

  • Map walls are inset from edge of map

v0.3.4-dev.2

23 Jun 18:32
Compare
Choose a tag to compare
v0.3.4-dev.2 Pre-release
Pre-release

Changelog:

  • robotConnection.info.gps.destination gives a Vector3 containing the world coordinates of the finish point in grand prix.

This release requires an awconnection upgrade: pip install --upgrade awconnection

v0.3.4-dev.1

22 Jun 22:48
Compare
Choose a tag to compare
v0.3.4-dev.1 Pre-release
Pre-release

Changelog:

  • Grand Prix! Race to a random point on a map
  • Bugfixes

This is a dev build. Use at your own risk.

v0.3.3-alpha.5

17 Jun 00:34
Compare
Choose a tag to compare
v0.3.3-alpha.5 Pre-release
Pre-release

Bugfix

v0.3.3-alpha.4

16 Jun 21:46
Compare
Choose a tag to compare
v0.3.3-alpha.4 Pre-release
Pre-release

Changelog:

  • Desert terrain updates
    • visuals
    • shows up on lidar :P

As always, make sure you are using the latest awconnection:

pip install --upgrade awconnection