Giter VIP home page Giter VIP logo

rainbow_dash_tx2's Introduction

Rainbow Dash TX2

Dependencies

Enable Arduino Support

The TX2 kernel will need to be rebuilt to enable support for the FTDI converter on the Arduino.

Follow these instructions. Before ./makeKernel.sh, execute this:

sudo sed -i 's/.*CONFIG_USB_ACM.*/CONFIG_USB_ACM=y/' /usr/src/kernel/kernel-4.4/.config

And then finish the instructions.

Finally: sudo apt-get install arduino arduino-core

Upon attaching an Arduino to the TX2, a device named beginning with ttyACM should be listed in your /dev/.

ROS Dependencies

rosserial

Terminal dependencies:
sudo apt-get install ros-kinetic-openni2-camera
sudo apt-get install ros-kinetic-openni2-launch
sudo apt-get install ros-kinetic-rosserial-arduino
sudo apt-get install ros-kinetic-rosserial
Set up your TX2 ROS to use Ground Station's roscore

Find your IP with: hostname -I (case sensitive)

Add the following to your ~/.bashrc:

export ROS_IP=<IP>
export ROS_HOSTNAME=<IP>
export ROS_MASTER_URI=http://<HOST IP>:11311

And then: source ~/.bashrc

Acquire HOST IP from hostname -I on the ground control computer. See Rainbow Dash Ground Control

Pins

Device Bus Pins Voltage
9DOF Inertial Measurement Unit (IMU) J21 3 (SDA), 5 (SCL) 3-5V
Venus638 GPS Module J21 8 (UART0_TX), 10 (UART0_RX) 2.7-3.3V

rainbow_dash_tx2's People

Contributors

amsmith-pro avatar

Watchers

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