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

Turtlebot at IDF and Intel Joule

asked 2016-08-24 18:13:11 -0500

wthierry gravatar image

I saw a turtlebot at IDF 2016 running an Intel Joule, and what appeared to be Ubuntu Core Snappy. Does anyone know about this, or how to install Snappy on the Intel Joule? It comes with a stripped down version of linux, which doesnt support Apt-Get or even a browser..... He said it was using ROS as well, so I assume if I can get Snappy on the Joule, I can install ROS.....

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2016-12-09 13:12:28 -0500

kyrofa gravatar image

Definitely! Taken from here:

Ubuntu Core is a tiny, transactional version of Ubuntu for IoT devices and large container deployments. It runs a new breed of super-secure, remotely upgradeable Linux app packages known as snaps ‐ and it’s trusted by leading IoT players, from chipset vendors to device makers and system integrators.

Directions for installing it on the Joule are on the same site.

Indeed, Ubuntu Core is the same Ubuntu you know and love, but it's stripped down. As mentioned in the quote, it uses the snap packaging mechanism, which gets you automatic updates that are transactional (i.e. you can roll them back). Snaps bundle their dependencies, so a snap using ROS in most cases bundles the entire system into one snap. This is done using the snap build tool called snapcraft. There's a ROS example in the snapcraft documentation.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2016-08-24 18:13:11 -0500

Seen: 331 times

Last updated: Dec 09 '16