GithubHelp home page GithubHelp logo

rbe-3002-rosbert's Introduction

RBE-3002-ROSbert

Team ROSbert repo for RBE 3002 labs at Worcester Polytechnic Institute. The final project involved having a Turtlebot fully explore and map a maze.

This code is completely unsupported in any way. :)

Setup

cd ~/catkin_ws/src/
git clone https://github.com/ChrisBove/RBE-3002-ROSbert.git
cd ..
catkin_make
source devel/setup.bash

Full setup

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace
cd ~/catkin_ws/
catkin_make
source devel/setup.bash
#bashrc stuff
echo source ~/catkin_ws/devel/setup.bash >> ~/.bashrc
echo alias rbhome="'cd ~/catkin_ws/src/RBE-3002-ROSbert/'" >> ~/.bashrc
echo alias rbmake="'catkin_make install -DCMAKE_INSTALL_PREFIX:PATH=~/catkin_ws/install -C ~/catkin_ws -DCMAKE_BUILD_TYPE=Release'" >> ~/.bashrc
echo alias rbeclipse="'catkin_make --force-cmake -G\"Eclipse CDT4 - Unix Makefiles\" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 -C ~/catkin_ws'" >> ~/.bashrc
#workspace setup
cd ~/catkin_ws/src
wstool init
wstool set RBE-3002-ROSbert https://github.com/ChrisBove/RBE-3002-ROSbert --git
. ~/.bashrc
wstool update
. ~/.bashrc
cd ~/catkin_ws/
catkin_make
. ~/.bashrc

##Aliases

echo source ~/catkin_ws/devel/setup.bash >> ~/.bashrc
echo alias rbhome="'cd ~/catkin_ws/src/RBE-3002-ROSbert/'" >> ~/.bashrc
echo alias rbmake="'catkin_make install -DCMAKE_INSTALL_PREFIX:PATH=~/catkin_ws/install -C ~/catkin_ws -DCMAKE_BUILD_TYPE=Release'" >> ~/.bashrc
echo alias rbeclipse="'catkin_make --force-cmake -G\"Eclipse CDT4 - Unix Makefiles\" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 -C ~/catkin_ws'" >> ~/.bashrc

rbe-3002-rosbert's People

Contributors

chrisbove avatar joshgraff avatar amjaeger17 avatar graffjosh avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

rbe-3002-rosbert's Issues

Random path point on the corner of map

There is an erroneous path point on the corner of the map. It seems to be the last thing in the list.

selection_001

doing a new waypoint:
x: 9.97500014864
y: -0.0250000003725
z: 0

Something is wrong with map visualization code

The given code has some errors. Says Eric:

As a side note about the lab, the code given for lab 3 that goes through the map data and colors any cell that is occupied I would strongly recommend you to rewrite it as if you ran it you should of found there were issues with it. The map data is a 1D array that you need to search through given the width and height and you can use two for loops to easily turn it into a 2D array. For placing the points, you want to add + 0.5 * resolution to both the x and y point values instead of the offset it currently has in the code so that you put a point into the center of the cell you desire so it will light it up in RViz.

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.