Skip to content

jubeira/tango_ros

 
 

Repository files navigation

Introduction

This repository hosts the code of the Tango Ros Streamer application.
It is an Android application for Tango-enabled devices. Its main purpose is to provide Tango sensor data to the ROS ecosystem in order to easily use the Tango functionalities on robots.
You can read the ROS wiki here.

This work is developed by Intermodalics in collaboration with Ekumen.
Do not hesitate to give us feedback if something is broken or if you think it lacks some features. The best way to do this is by adding issues to this repository.

Kickstart

The app is available in Google's Play Store: https://play.google.com/store/apps/details?id=eu.intermodalics.tango_ros_streamer

Manual installation

sudo apt-get install python-catkin-tools
mkdir -p ~/tango_ros_ws/src
cd ~/tango_ros_ws/src
git clone --recursive git@github.com:Intermodalics/tango_ros.git
cd ~/tango_ros_ws
catkin build

To build and run the app: see here.

About

ROS related software for Tango

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.4%
  • C++ 39.3%
  • Makefile 1.6%
  • CMake 1.5%
  • Other 1.2%