ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

Does ROS Tango work?

asked 2017-01-01 12:15:01 -0500

dan gravatar image

It's been a couple years and I have come back to see if ROS Tango works. Unfortunately, the tutorials fail miserably, requiring old versions of everything from Android Studio 0.6 to unsupported gradle versions and plugins. Even with those it generates run-time errors.

The tutorials page has not been updated since September, 2014, so I think it is an abandoned project. That's too bad, as it would be a useful thing to have working. Does anyone have a Tango that has a ROS interface?

edit retag flag offensive close merge delete

Comments

This is a bit of a 'me too' comment, but I've not seen any development in that direction either. It's definitely a shame, as Tango devices are very interesting. I'd be interested to see whether you get any more informative responses, especially since the OSRF worked on Tango with Google.

gvdhoorn gravatar image gvdhoorn  ( 2017-01-02 03:58:06 -0500 )edit
gvdhoorn gravatar image gvdhoorn  ( 2017-01-02 03:58:47 -0500 )edit

I remember i was able to send my pointcloud and position over wifi using the yellowstone tablet. I could not merge the RGB data with the pointcloud though. If this is what you are looking for I could search what tutorials I used.

gijsje170 gravatar image gijsje170  ( 2017-01-03 00:54:10 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-10-18 11:27:27 -0500

jubeira gravatar image

Take a look around here: http://wiki.ros.org/tango_ros_streamer .

That is an Android application that will publish Tango data to ROS topics. The core of that application is a ROSJava node that you can integrate into another application ( http://wiki.ros.org/tango_ros_streame... ).

The code of the application is open source, and you can install it into your Tango enabled device from the Play store for free.

A bit late, but hope it helps!

edit flag offensive delete link more

Comments

That works, but not for the orginal Tango development kit. For an explanation of why it fails for that, see this link: https://github.com/Intermodalics/tang...

dan gravatar image dan  ( 2018-01-26 23:38:06 -0500 )edit

@dan previous releases of the application used to work with the development kit; I've used them myself. Don't expect them to be feature-complete nor completely bug-free, but they work. Take a look here: https://github.com/Intermodalics/tang... , download the apk and install it with adb.

jubeira gravatar image jubeira  ( 2018-01-29 07:27:50 -0500 )edit

@jubeira Great call! It works with this version of tango_ros_streamer: https://github.com/Intermodalics/tang...

See this thread for more details: https://github.com/Intermodalics/tang...

dan gravatar image dan  ( 2018-02-27 19:18:45 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2017-01-01 12:15:01 -0500

Seen: 254 times

Last updated: Oct 18 '17