Code Monkey home page Code Monkey logo

go_chase_it's Introduction

Go_Chase_It

License: MIT Linux Atom CodeFactor

Second project of Udacity's Robotics Software Engineer Nanodegree program where I designed and built a mobile robot and house it on my world (from Gazebo_World repo).

The robot chases a white ball around as you move the ball inside the house!

Gazebo simulation of simple_arm node

Environment

๐Ÿ‘‰ Ubuntu 16.04 LTS
๐Ÿ‘‰ ROS Kinetic Kame
๐Ÿ‘‰ Gazebo 7.8.1
๐Ÿ‘‰ C++ 11

Compiling and Running

Compiling

First, make sure you have sourced your ROS distro into the terminal environment

source /opt/ros/kinetic/setup.bash

Then, create a catkin workspace (skip this step if you already have one)

mkdir -p /home/workspace/catkin_ws/
cd /home/workspace/catkin_ws/
catkin_init_workspace

Clone this repository inside the catkin_ws folder

git clone https://github.com/MichelleMouse/Go_Chase_It.git .

Build the package and source the .bash setup into the environment

cd ..
catkin_make
source devel/setup.bash

Running

Launch the simulation environment and RViz

roslaunch my_robot world.launch

Then, open a second terminal, source ROS and setup.bash and run the ball_chaser package

cd /home/workspace/catkin_ws/
source devel/setup.bash
roslaunch ball_chaser ball_chaser.launch

If you wish to see the feedback from the camera, run the following command in a third terminal window

cd /home/workspace/catkin_ws/
source devel/setup.bash
rosrun rqt_image_view rqt_image_view

go_chase_it's People

Contributors

michellemouse 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.