Skip to content

mankeyboy/swarm_simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swarm_simulator

This is the simulator for the Swarm Robtics project at IIT Kharagpur. The simulator is based on Gazebo, interfaced using ROS (Robot Operating System).

Prerequisites : -> Install Gazebo with ROS. Follow Gazebo Install.

To get started :

-> Clone the repo as :

  git clone https://github.com/Swarm-IITKgp/swarm_simulator.git swarm_simulator

-> Make sure $GAZEBO_MODEL_PATH is set in ~/.bashrc or set it to the location it is.

-> To generate the launch file :

 $ roscd swarm_simulator
 $ bash scripts/generator.sh [number of agents]

-> To launch the simulator :

 $ roslaunch swarm_simulator swarm.launch

To check the published obstacle list :

 $ rostopic echo /obstacleList

About

Simulator for swarm project at IIT-Kharagpur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.2%
  • Python 34.1%
  • Shell 1.7%