Skip to content

Releases: hanruihua/ir_sim

ir-sim-v2.1.0

29 Mar 05:39
Compare
Choose a tag to compare

ir_sim 2.1.0

Big Version.

Not compatiable with previous version

  • Reformulate the whole project framework, all the objects are developed by the object base
  • Using shapely to construct the geometry for the robot and obstacles
  • Reconstruct the YAML interface
  • Add the behavior library for the objects
  • Add the object factory to create the objects
  • Add env logger to record and print the environment status

ir-sim-v1.1.12

29 Mar 05:00
Compare
Choose a tag to compare

Backup of version 1

Next will be version 2,a big version that is not compatible with version 1

ir-sim-v1.1.11

28 Apr 03:32
Compare
Choose a tag to compare
  • Add the function to change the edgecolor
  • Add repeat mkdirs
  • Fix some bugs

ir-sim-v1.1.10

12 Apr 08:13
Compare
Choose a tag to compare
  • Fix some bugs
  • Add the collision mode 'unobstructed'
  • Add draw box function
  • Add radius for obstacle

ir-sim-v1.1.9

20 Mar 09:04
Compare
Choose a tag to compare
  • Fix some bugs
  • Add features for obstacles.

ir-sim-v1.1.8

27 Feb 08:57
Compare
Choose a tag to compare

Add map obstacles;
Add different car models;
Fix bugs of reset robot;

ir-sim-v1.1.7

16 Jan 02:24
Compare
Choose a tag to compare

Update pyproject.toml

ir-sim-v1.1.2

13 Jan 13:00
Compare
Choose a tag to compare

Add the installation by pip:
pip install ir_sim

Rename the repository to be ir_sim

ir-sim-v1.0

10 Jan 03:03
Compare
Choose a tag to compare

A stable version of the ir_sim (v1.0)

  • Features:
    • Simple and easy to run with python;
    • All the models and parameters can be set directly in the yaml configure file;
    • Environment can be built easily by yaml file;
    • Including collision check with environment;
    • Equipped with Lidar, GPS, sensor;
    • Support keyboard controller;
    • Easy to extend for your own project.
    • Various Obstalces: Line, polygon, circular, block

ir-sim2-v1.0-alpha

13 Nov 02:56
Compare
Choose a tag to compare
ir-sim2-v1.0-alpha Pre-release
Pre-release

A pre-release version of the ir-sim2

  • Arrangement of the yaml api, multiple robots and obstacles
  • Add lidar sensors
  • Add annotations