Releases: griffinteller/AutonoWar
Releases · griffinteller/AutonoWar
v0.3.5-dev.2: Better Engine
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!
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)
- 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.
- 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
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
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
Changelog:
- Camera fix in build scene
- lighting fixes
v0.3.4-dev.3
Changelog:
- Map walls are inset from edge of map
v0.3.4-dev.2
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
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
Bugfix
v0.3.3-alpha.4
Changelog:
- Desert terrain updates
- visuals
- shows up on lidar :P
As always, make sure you are using the latest awconnection
:
pip install --upgrade awconnection