Skip to content

Releases: SoonerRobotics/scr_simulator

Release 22

16 Feb 21:28
Compare
Choose a tag to compare
  • Added IGVC21 robot
  • Updated to Unity 2020.2
  • Updated ROS#

Release 21

19 Mar 21:25
Compare
Choose a tag to compare
  • Added new IMU publisher that publishes the full sensor_msgs/Imu message
  • Added automatic reconnect to RosBridge
  • Changed config folder name to be "SoonerRobotics" instead of "Sooner Competitive Robotics" to remove spaces
  • Fixed bug where RosBridge "Cannot infer topic type" due to race condition in RosBridge connection vs advertisement
  • Fixed "Open Config Folder" not working in Ubuntu
  • Fixed the "IGVC w/ Cam" robot using the options from the "IGVC" robot

Release 20

05 Mar 01:42
Compare
Choose a tag to compare

"Open Config Folder" does not work on Linux. The directory location is at
~/.config/unity3d/Sooner Competitive Robotics/scr_simulator/Config
This will be fixed in the next release :)

Changes

  • Added several configuration options via json files in the config folder
  • Added publishing of raw control for IGVC to /sim/motors_raw
  • Changed default orientation of heading to be CCW radians and motor control to be angular velocity
  • Fixed camera control (zooming) to actually work again

Release 19

04 Mar 01:12
Compare
Choose a tag to compare
  • Adds Lane Maze which is a flat world with a grassy ground and white lanes
  • Adds IGVC Robot w/ Camera which is IGVC Robot but with camera enabled

Release v18

28 Feb 00:02
Compare
Choose a tag to compare
  • Added ground truth Pose publishing to /sim/true_pose

Release v17

27 Feb 18:22
Compare
Choose a tag to compare
  • Noise added to IMU, Velocity, Laser Scan
  • Position UI shows position relative to start pos
  • Adjusted Barrel Maze to have robot start facing North

Release v16

27 Feb 02:16
Compare
Choose a tag to compare
  • Adds a speedometer UI element that shows speed in both miles per hour and meters per second
  • Adds better controls. Used W/D for speed control and A/D for direction. Left joystick for speed control and right joystick for direction.
  • Changes the floor texture of all levels to be a 1m grid.

Release v15

19 Feb 04:30
Compare
Choose a tag to compare
  • Fix physics #2

Release v14

17 Feb 16:49
Compare
Choose a tag to compare
  • Fix velocity bug
  • Fix (maybe?) scan bug

Release v13

12 Feb 01:32
Compare
Choose a tag to compare
  • Add NRCMotorsSubscriber
  • Remove DriveCommandSubscriber