Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"snapcraft.io"


Kyle Fazzari
11 July 2017

Ubuntu Core: Making a factory image with private snaps

Internet of Things Article

This is a follow-up to the ROS prototype to production on Ubuntu Core series to answer a question I received: “What if I want to make an image for the factory, but don’t want to make my snaps public?” This question is of course not robotics-specific, and neither is its answer. In this post we’ll ...


elopio
5 July 2017

User acceptance testing of snaps, with Travis CI

Desktop Article

Travis CI offers a great continuous integrationservice for the projects hosted in GitHub. With it you can run tests, deliverartifacts and deploy services on pull requests, when they are merged, or withsome other frecuency.Last week theyupdated the ...


Matthew Paul Thomas
3 July 2017

Designing build.snapcraft.io

Ubuntu Featured

Many open-source software developers use GitHub. Let’s make it as easy as possible for them to build and release their code automatically. ...


Guest
28 June 2017

Build, test, and publish snap packages using snapcraft

Desktop Article

This is a guest post by Ricardo Feliciano, Developer Evangelist at CircleCI. If you would like to contribute a guest post, please contact ubuntu-iot@canonical.com. Snapcraft, the package management system fighting for its spot at the Linux table, re-imagines how you can deliver your software. A new set of cross-distro tools are available ...


Kyle Fazzari
31 May 2017

The Turtlebot 3 has launched

Internet of Things Article

If you’re familiar with ROS (Robot Operating System), chances are you’re also familiar with the Turtlebot. The first version of the Turtlebot was created back in 2010 to serve as an inexpensive platform for learning ROS. This was followed in 2012 by the Turtlebot 2, which has since become the reference platform for learning ROS. ...


Thibaut Rouffineau
30 May 2017

Build.snapcraft.io gets your code ready to distribute in minutes

Cloud and server Article

The public beta release of build.snapcraft.io is now open! build.snapcraft.io is an easy and free to use platform for publishing your software to the tens of millions of machines running Ubuntu, Debian, Fedora, OpenSuSE, Arch, Gentoo, Yocto and others. whichever Operating System they’re running, the behaviour of your app is going to be th ...


Kyle Fazzari
9 May 2017

ROS production: create Ubuntu Core image with snap preinstalled [5/5]

Internet of Things Article

This is the fifth (and final) blog post in this series about ROS production. In the previous post we created a gadget snap to allow confined access to the Turtlebot. In this post, we’re going to put all the pieces from this series together and create an Ubuntu Core image with our ROS snap preinstalled, ...


Kyle Fazzari
27 April 2017

ROS production: obtaining confined access to the Turtlebot [4/5]

Internet of Things Article

This is the fourth blog post in this series about ROS production. In the previous post we created a snap of our prototype, and released it into the store. In this post, we’re going to work toward an Ubuntu Core image by creating what’s called a gadget snap. A gadget snap contains information such as ...


Kyle Fazzari
21 April 2017

ROS production: our prototype as a snap [3/5]

Internet of Things Article

This is the third blog post in this series about ROS production. In the previous post we came up with a simple ROS prototype. In this post we’ll package that prototype as a snap. For justifications behind why we’re doing this, please see the first post in the series. We know from the previous post ...


Kyle Fazzari
13 April 2017

ROS production: our prototype [2/5]

Internet of Things Article

This is the second blog post in this series about ROS production. In the previous post we discussed why Ubuntu Core was a good fit for production robotics. In this post we’ll be on classic Ubuntu, creating the example ROS prototype that we’ll use throughout the rest of the series as we work toward using ...


Kyle Fazzari
6 April 2017

From ROS prototype to production on Ubuntu Core

Internet of Things Article

Please note that this blog post has outdated technical information that may no longer be correct. For latest updated documentation about robotics in Canonical please visit https://ubuntu.com/robotics/docs. My background is pretty heavily littered with robotics. A natural side effect of this is that I’ve published numerous posts discussing ...


Kyle Fazzari
22 March 2017

Distributing a ROS system among multiple snaps

Internet of Things Article

One of the key tenets of snaps is that they bundle their dependencies. The fact that they’re self-contained helps their transactional-ness: upgrading or rolling back is essentially just a matter of unmounting one snap and mounting the other. However, historically this was also one of their key downsides: every snap must be standalone. For ...