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 us. A member of our team will be in touch shortly. Close

Blog posts tagged
"robotics"


sidfaber
23 November 2020

Exploring ROS 2 Kubernetes configurations

Cloud and server Article

Kubernetes and robotics make a great match. However, as we have seen, robots running ROS 2 can be tricky to set up on Kubernetes. This blog series has explored running ROS 2 on Kubernetes, set up a simple talker and listener, and distributed that demo across three machines. The configurations presented may not quite fit ...


sidfaber
9 November 2020

ROS 2 on Kubernetes: a simple talker and listener setup

Cloud and server Article

Kubernetes and ROS make a great match, but ROS2 can be tricky to set up. In this post we demonstrate a scalable system with MicroK8s on Ubuntu. ...


sidfaber
6 November 2020

The State of Robotics – October 2020

Robotics Article

This post marks the one year anniversary of the Ubuntu Robotics newsletter: the place we showcase our work and discussing cool robotics happenings. ...


anastasiavalti
5 November 2020

Ubuntu at ROS World 2020: Learn how to do more for your robot

Robotics Article

Come and connect with the Ubuntu robotics team on November 12th to answer all of your questions. This is the first time ROSCon has ever been virtual and is the first time it’s ever been free to attend, so we’re looking forward to seeing tons of new faces! We have ROS experts and field engineers ready and waiting to talk. ...


sidfaber
2 November 2020

ROS 2 and Kubernetes Basics

Cloud and server Article

Construct a prototype ROS 2 system distributed across multiple computers using Kubernetes. Our goal is not only to provide you with a working configuration, but also to help you understand why it succeeds and overcome future design challenges. ...


Ted Kern
14 September 2020

An Introduction to Testing Robot Code

Robotics Article

The myriad of different fields that make up robotics makes QA practices difficult to settle on. Field testing is the go-to, since a functioning robot is often proof enough that a system is working. But online tests are slow. The physical environment must be set up. The entire system has to be in a workable ...


Kyle Fazzari
12 September 2020

The State of Robotics – August 2020

Robotics Article

So that’s the summer gone (hopefully, that heat was awful). Or winter if that’s where you are. Seasons change and so does the state of robotics. Fortunately, that’s what we’re here for. Before we get into it, as ever, If you’re working on any robotics projects that you’d like us to talk about, be sure ...


sidfaber
3 September 2020

Tutorial: Getting Started with ROS

Robotics Article

ROS, the Robot Operating System, is the platform of choice for robot development. However, the breadth and depth of existing documentation can be daunting for the ROS beginner. Where should you start learning about ROS 2 on Ubuntu? All robots based on ROS and ROS 2 are programmed using five simple but core constructs: Nodes ...


Kyle Fazzari
17 August 2020

How to build a snap using ROS 2 Foxy

Robotics Article

The snapcraft CLI (the tool used to create snaps) has long had support for building snaps that use both ROS 1 and ROS 2. ROS 2 Foxy Fitzroy is the latest ROS 2 LTS, which runs on Ubuntu 20.04 (Focal Fossa). The snapcraft CLI recently gained experimental support for building Foxy snaps, so I wanted ...


Adi Singh
7 August 2020

The State of Robotics – July 2020

Robotics Article

We know a lot of you are on vacation so we’ll keep this month’s State of Robotics edition short and sweet. Try out the Hello World of ROS Looking for an easy way to get familiar with ROS 2? We recently published a few helpers on how to simulate robots with turtlesim to help our ...


sidfaber
24 July 2020

Simulate the TurtleBot3

Robotics Article

Interested in getting started in robotics? There’s no need to purchase expensive hardware before you try some things out: simulate a TurtleBot3 instead! The simulator is complete with LIDAR, a camera, a gyro and many other sensors and actuators. You can also see this installation in action at the Ubuntu Robotics YouTube channel. Software ...