Skip to content

Releases: huskyroboticsteam/Simulator

Husky Robotics Simulator v2.2.0

20 Jul 08:54
f0e8c2e
Compare
Choose a tag to compare
Swerve (#19)

* prelim swerve

* console commands for testing, updated wheels properly

* Cleanup, rotation fix?

* local rotation fix

* Addressed changes (Fixed swerve limit, angle calculation)

Husky Robotics Simulator v2.1.2

09 Feb 02:10
5fe3d2e
Compare
Choose a tag to compare
increased brake torque and added it as a serialized field (#17)

* increased brake torque and added it as a serialized field

* Removed comments and spaces

* serialized field fix

brakeTorque value is now initialized in the editor instead of awake()

* Replaced instance of Math.abs with Mathf.abs and removed unnecessary using statement

Husky Robotics Simulator v2.1.1

07 Jan 01:42
ae70df2
Compare
Choose a tag to compare
Added an initial GPS position. (#10)

* Added an initial GPS position.

* Fixed meter to GPS conversion.

* Updated comments and fixed longitude calculation.

* Fixed longitude calculation.

* Fixed GPS calculation mistake, reverted starting coordinates to (0.0,0.0).

Husky Robotics Simulator v2.1.0

14 Dec 05:40
a7d9d32
Compare
Choose a tag to compare
Removed lidar. (#15)

Husky Robotics Simulator v2.0.5

05 Dec 08:34
a1edb14
Compare
Choose a tag to compare
Fix motor position request logic (#13)

Husky Robotics Simulator v2.0.4

14 Nov 02:19
8d3e13b
Compare
Choose a tag to compare
Set IMU noise to 0. (#12)

Husky Robotics Simulator v2.0.3

31 Oct 02:31
7b1ceaa
Compare
Choose a tag to compare
Changed GPS noise to 0. (#11)

Husky Robotics Simulator v2.0.2

29 Sep 23:58
b878fe3
Compare
Choose a tag to compare
Fix arm conventions and initialization (#7)

Husky Robotics Simulator v2.0.1

23 Sep 05:07
eb13ca2
Compare
Choose a tag to compare
Fix lag in rover <-> sim communication (#6)

Husky Robotics Simulator v2.0.0

28 Feb 02:17
dc1dc7a
Compare
Choose a tag to compare
Update arm (#4)

* Update arm

* Forgot to save and commit Simulator.unity

* Update readme