Skip to content

Differential drive robot following a marked line based on vision inputs and avoiding obstacles based on LIDAR inputs. The final project for the Reading Course at BITS-PILANI (Goa Campus), 2020.

Notifications You must be signed in to change notification settings

adbidwai/Reading-Course-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading-Course-2020

Project repository for the reading course 2020

Instructions to run the final project

  • Install ROS Melodic on your Ubuntu 18.04 OS by following the instructions on official ROSWIki
  • Clone this repository :
    git clone https://github.com/adbidwai/Reading-Course-2020.git
    
  • Build the smart_wheelchair package inside the rc_ws workspace :
    cd Reading-Course-2020
    cd rc_ws
    catkin build
    
  • To start the simulation launch the robot in the world file and run the start.py script after sourcing your workspace :
    source ./devel/setup.bash
    roslaunch smart_wheelchair line_follower_world.launch 
    rosrun smart_wheelchair start.py
    
  • Youtube video link for project demo : https://www.youtube.com/watch?v=wA5UWTaoHeA&feature=youtu.be
ROS.based.Smart.Wheelchair.mp4

Contributors :

About

Differential drive robot following a marked line based on vision inputs and avoiding obstacles based on LIDAR inputs. The final project for the Reading Course at BITS-PILANI (Goa Campus), 2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published