GithubHelp home page GithubHelp logo

nxt-ros / nxt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dbworth/nxt-ros

4.0 4.0 3.0 9.9 MB

Software stack for Lego Mindstorms NXT on ROS

CMake 18.25% Python 81.75%
nxt nxt-python ros ros-kinetic

nxt's Introduction



NXT ROS - Core

Software stack containing all the required pieces to use Lego Mindstorms NXT with ROS

Installation

ROS package

The repository is expected to be used as the source folder of a working catkin environnement.

mkdir nxt
cd nxt
git clone --recursive https://github.com/NXT-ROS/nxt.git src
catkin init
catkin build

You now have all the required packages to run the ros-nxt core.

NXT USB

In order to communicate with the NXT, you will need to set the correct permissions.

sudo groupadd lego
sudo usermod -a -G lego $(id -un)
echo "SUBSYSTEM=="usb", ATTRS{idVendor}=="0694", GROUP="lego", MODE="0660"" > /tmp/70-lego.rules && sudo mv /tmp/70-lego.rules /etc/udev/rules.d/70-lego.rules

You can now reboot your system and hook up your NXT.

Dependencies

The nxt-ros packages depends on:

  • ROS Kinetic
  • Python 3
  • NXT Python v3 (shipped as submodule)

Using NXT ROS

As for any catkin package, you first need to add its folders to your environnement (make sure to select the correct file for your system).

cd nxt
source devel/setup.(bash|sh|zsh)

You can then start ros core and use any componnents of the nxt stack:

roscore

nxt's People

Contributors

bindless-chicken avatar dbworth avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

nxt's Issues

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.