Skip to content

ebeyabraham/Swarm-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swarm-Simulation

This is my attempt at simulating a swarm algorithm to map an environment.

Progress

For now the robots start off moving linearly and then make random turns at intervals. I am also still working on the obstacle avoidance and communication part of the swarm system.

myfile 2

Usage

  • Clone repository to your catkin workspace
git clone https://github.com/MrGrayCode/Swarm-Simulation.git
  • Source workspace
source ~/catkin_ws/devel/setup.bash
  • Launch environment
roslaunch launch/environment.launch
  • Run simulation script
python scripts/sim.py

About

Simulation of robots using ROS and STDR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published