Skip to content

A Mobile Robot System with ability of Collision Detection

Notifications You must be signed in to change notification settings

Madhav2133/mobile_robot_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Mobile Robot System

This is an implementation of collision detection and obstacle avoidance system for a mobile robot inside few environments.

Here's a short video demonstration:

collision.mp4

Implementation

Create a ros workspace and clone this repository into it's source folder:

mkdir -p ros_ws/src
cd src

git clone https://github.com/Madhav2133/mobile_robot_system.git

Build and source the workspace:

cd ..
catkin_make && source ~/ros_ws/devel/setup.bash

Launch the robot into the gazebo simulation using the following command:

roslaunch mobile_robot_system display.launch

To observe the sensor output:

rosrun mobile_robot_system collision_system

References

About

A Mobile Robot System with ability of Collision Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published