udit7395 / Obstacle-Avoidance-Using-ROS-And-Gazebo

This is the final project of Robocademy ROS Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obstacle-Avoidance-Using-ROS-And-Gazebo

This is the final project for Robocademy ROS Course. For this project we have to build a differential drive robot which can avoid obstacles. The robot design and other requirements can be found in this PDF

Update

This assignement was a fun learning experience as it touched multiple concepts in ROS like ros-messages, visuailization(rviz), simulations(gazebo) and many more. The problem statement currently is used at the Society of Robotics and Automation(SRA), VJTI to introduce students to ROS. I remember writing the code for this project in one night just before the deadline, as I was working at that time. So the code is “decent” but could have been better. The students at SRA have made these improvements, by adding their own perspective(some have integrated motion planning and mapping) to this assignment. You can find their unique approach below:

Thanks for reading and have a great day!!!

This Project is now archived and will receive no further updates(1st September, 2021)

Getting Started

  1. Clone this repository in the src folder of your catkin workspace
  2. Run catkin_make
  3. Launch your terminal and run the command roslaunch exercise2 bot.launch. This will launch and load the robot in the gazebo enviroment
  4. In another terminal, run the command rosrun exercise2 cmd_bot to start the robot and begin the obstacle avoidance course.

Prerequisites

Video

Obstacle-Avoidance-Using-ROS-And-Gazebo

To-Do / Improvements

  • Use xacro to define the model to make it more readable and configurable

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This is the final project of Robocademy ROS Course

License:MIT License


Languages

Language:C++ 68.6%Language:CMake 31.4%