Giter VIP home page Giter VIP logo

mikrorobot's Introduction

Mikrorobot

Setup

Installer ros kinetic

http://wiki.ros.org/kinetic/Installation/Ubuntu OBS: Hvis du bruker en annen terminal enn standard, for eksempel zsh: Da vil ikke

source /opt/ros/kinetic/setup.bash

virke. source den riktige configfilen. For zsh vil kommandoen være

source /opt/ros/kinetic/setup.zsh

Installer pakker vi bruker:

sudo apt-get install ros-kinetic-rosserial
sudo apt-get install ros-kinetic-navigation
sudo apt-get install ros-kinetic-teleop-twist-joy
sudo apt-get install ros-kinetic-robot-pose-ekf
sudo apt-get install ros-kinetic-gmapping
sudo apt-get install ros-kinetic-ros-control
sudo apt-get install ros-kinetic-ros-controllers

Sett opp et directory for ROS:

cd ~
mkdir catkin_ws
cd catkin_ws
mkdir src
cd src
catkin_init_workspace

Fork repoet

Gå til https://github.com/ifimikro/mikrorobot, og trykk på fork knappen :)

Clone mikrorobot:

git clone https://github.com/<ditt brukernavn>/mikrorobot ~/catkin_ws/src/mikrorobot
git checkout kinetic-dev
cd ~/catkin_ws
catkin_make

Kjør

rospack profile | grep catkin 

Dersom den produserer tekst, så er alt ok. Dersom den ikke produserer tekst, sjekk at du har sourca setup.bash

source ~/catkin_ws/devel/setup.bash

OBS: Hvis du bruker en annen terminal enn standard, for eksempel zsh: vil ikke dette virke. source den riktige configfilen. For zsh vil kommandoen være

source ~/catkin_ws/devel/setup.zsh
rosrun mikror<tab>

Dette bør autocomplete til mikrorobot

Last ned ROS Node Automator:

git clone https://github.com/ymli81/RosNodeAutomator ~/RNA/RosNodeAutomator
Ps:

Det kan være en ide å automatisk source setup.bash til din init fil ( i dette tilfellet .bashrc). eg

echo "source ~/catkin_ws/devel/setup.bash" >> .bashrc

mikrorobot's People

Contributors

bjornite avatar gardnk avatar jonasgf avatar kristebo avatar mathiasciarlo avatar olehermanse avatar

Watchers

 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.