Skip to content

hanruihua/ir_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Robot Simulator (IR-SIM)

GitHub release

License

IR-SIM is an open-source, lightweight robot 2D simulator based on Python, specifically designed for intelligent robotics navigation and learning. Primarily intended for research and educational purposes, it is user-friendly and easily customizable.

It provides the following features:

  • A versatile and easy-to-use framework for simulating a variety of robot platforms with kinematics and sensors.
  • Customizable configurations and parameters using yaml files.
  • Real-time visualization of simulation outcomes.
  • Ideal for developing and testing algorithms related to robot navigation, motion planning, reinforcement learning.
Robot Car
robot car

Prerequisite

  • Python: >= 3.9

Installation

  • Install this package from PyPi:
pip install ir_sim
  • Or for development, you may build from source:
git clone https://github.com/hanruihua/ir_sim.git    
cd ir_sim   
pip install -e .  

Usage

The usage guidelines are listed in the ir_sim/usage

Cases

About

A python based light weight robot simulator for the intelligent robotics navigation and learning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages