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

  1. Blog
  2. Article

Gabriel Aguiar Noury
on 11 July 2022

Installing Foxglove Studio is now easier than ever


The ultimate robotics visualisation and debugging tool that you were looking for!

Today, Foxglove announced the release of the Foxglove Studio snap. Foxglove Studio helps you experience the world as a robot does, providing a rich set of features to visualise data. By diversifying its distribution with a snap, Foxglove Studio is now available to millions of Linux users that can install this open-source tool with a single terminal command.

What is Foxglove Studio? 

Foxglove Studio is an open source visualisation and debugging tool for your robotics data. It provides a rich suite of configurable tools to quickly and easily understand what your robot is doing, either live or from recordings. 

While Foxglove Studio can be used with any framework, it works really well with ROS 1 and ROS 2. It can inspect your robotics data via a running ROS connection (i.e. a live robot, simulation, etc.) or from a recorded ROS bag file.

Foxglove Studio offers a suite of general-purpose tools for robotics data visualisation and debugging to serve users across different industries and with unique domain-specific needs. 

Get it now from the Snap Store,

Installing Foxglove with snaps

To install the Foxglove Studio desktop app, you only need the following command:

$ sudo snap install foxglove-studio

That’s it. You are ready to go. To launch the app, you can either look it up in your application launcher or just run:

$ foxglove-studio

Why Foxglove is using snaps

Snaps bring several benefits for developers and users alike. When deploying your robotics applications as a snap, you use a production-grade packaging solution and its worldwide-used management infrastructure. Snaps allow developers to easily update bug fixes and manage new releases. 

If you want to try snaps for your robotics applications, check out our tutorials to get started. 

To learn more about Foxglove Studio, check out its documentation and the Foxglove blog.


Related posts


gbeuzeboc
11 April 2023

Optimise your ROS snap – Part 2

Robotics Article

Welcome to Part 2 of the “optimise your ROS snap” blog series. Make sure to check Part 1 before reading this blog post. This second part is going to present initial optimisations already used in the Gazebo snap. We will present the benefit that they could bring to our ROS snaps as well as the ...


gbeuzeboc
6 April 2023

Optimise your ROS snap – Part 1

Robotics Article

Do you want to optimise the performance of your ROS snap? We reduced the size of the installed Gazebo snap by 95%! This is how you can do it for your snap. Welcome to Part 1 of the “optimise your ROS snap” blog series. This series of 6 blogs will show the tools and methodologies ...


gbeuzeboc
22 September 2022

ROS orchestration with snaps

Robotics Article

Application orchestration is the process of integrating applications together to automate and synchronise processes. In robotics, this is essential, especially on complex systems that involve a lot of different processes working together. But, ROS applications are usually launched all at once from one top-level launch file. With orchestra ...