Giter VIP home page Giter VIP logo

dvd_robot's Introduction

ROS Beginner Tutorials

License: MIT

Overview

Project is a part of 808X coursework wherein the aim is to get familiarized with the basic concepts of ROS. Task: Modify the TurtleBot simulation from the lecture and implement a simple walker algorithm much like a Roomba robot vacuum cleaner. The robot should move forward until it reaches an obstacle (but not colliding), then rotate in place until the way ahead is clear, then move forward again and repeat. Select/Modify a Gazebo World that can quickly and frequently test this behavior (add sufficient obstacles and enclose with walls such that robot cannot escape into open, endless space).

Dependencies

  • Ubuntu 20.04
  • ROS Noetic

Building package via command-line

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src/
git clone https://github.com/viveksood97/dvd_robot.git
cd ../
source /opt/ros/noetic/setup.bash
source ~/catkin_ws/devel/setup.bash
catkin_make

Run

  1. Launch using launch fil
cd ~/catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch dvd_robot dvd_robot.launch
  1. Launch using launch file with rosbag recording on
cd ~/catkin_ws/
source ~/catkin_ws/devel/setup.bash
roslaunch dvd_robot dvd_robot.launch recordbag:=true

Run cppcheck and cpplint

Run cppcheck: Results are stored in ./results/cppcheck.txt

cppcheck --enable=all --std=c++11 -I include/ --suppress=missingIncludeSystem $( find . -name *.cpp) > results/cppcheck.txt 2>&1

Run cpplint: Results are stored in ./results/cpplint.txt

cpplint $( find . -name \*.hpp -or -name \*.cpp) > results/cpplint.txt 2>&1

dvd_robot's People

Contributors

viveksood97 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.