Coder Social home page Coder Social logo

drunken-robot's Introduction

MTU - EE5900 - Intro. to Robotics - Project 2

Drunken Robot Video

Tasks

  1. Build an empty gazebo world for your Jackal (remove the obstacles).
  2. Write or include ROS node that provides teleop capability or use the ros keyboard teleop package.
  3. Write a ROS node that drives the Jackal in Gazebo with the following behavior definition:
  4. Rotate the Jackal by a random angle.
  5. Drive forward a random time
  6. Stop the Jackal and return to step 1
  7. Random movement should stop if a teleop command is presented and continue after 10 seconds if no teleop commands are presented.
  8. Develop a launch file that brings up a Jackal in the empty world and runs your random walk code alongside the tele-op interrupt

Development

After cloning this repository, follow these steps to setup the development environment

$ cd drunken_robot/src
$ catkin_init_workspace
$ cd ..
$ catkin_make
$ source devel/setup.bash

Execution

This project can be launched using roslaunch by calling

$ roslaunch drunken_robot drunken_robot.launch

Assuming that you checked out this project from github, then you're going to have to go through development instructions.

Paramaters

name default description
delay 2.0 How long the random input node will wait before changing to "drunk mode"
user rate 2 How often random input is published
linear max 2 Maximum forward speed allowed in random function
linear min -1 Maximum backward speed allowed in random function
angular max 2 Maximum angle change allowed in random function
angular min -1 Minimum angle change allowed in random function

Dependant packages

drunken-robot's People

Contributors

raveious avatar amkurup avatar spartanhaden avatar welcome2smruti avatar

Watchers

James Cloos avatar  avatar  avatar  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.