This is Ricardo Tellez, from The Construct.
Today, I would like to dedicate the podcast to all those ROS developers that bought a robot which doesn’t runs in ROS and they would like to. How can you ROSify that robot? How can you make it work with ROS?
Well, the interview of today may be useful for you.
We are going to interview Omri Ben-Bassat from Tel Aviv, a self-taught programmer, hacker and robotics enthusiastic ever since joining the FIRST robotics competition team back in high school. Omri has created the vector-ros package, a package that ROSifies the Anki Vector robot, you know, that super cute small robot made by Anki company. With this package, you can control the Anki robot using ROS programs.
Selected quote:
“The vector-ROS package is a project I started to summarize and test all my learning online about ROS”
This is Ricardo Tellez, from The Construct.
Today, I would like to dedicate the podcast to all those ROS developers that are installing again ROS in their computers, but they don’t have an Ubuntu machine. I’m sorry for you. There are versions for Mac and Windows, but still a pain.
That is why, the interview of today may be useful for you.
We are going to interview Gonzalo Casas Software engineer at Gramazio Kohler Research of ETH Zurich. There, Gonzalo has developed the ROSlibPy a library that allows to create Python programs that can connect to ROS without having to install ROS in your system. It is very useful to interact from Linux, Windows or Mac machines with ROS robots
Selected quote:
“ROSlibPy allows non roboticists to interface with ROS based robots”
COMPAS FAB: A robotic fabrication library for the COMPAS framework for collaboration and research in architecture, engineering and digital fabrication. COMPAS FAB build on top of roslibpy to provide ROS access from within a CAD / 3D modelling environment.
Workshop: we recently published a workshop for robotic assembly on github that uses compas_fab and by extension roslibpy. This workshop shows a bit the whole setup we use, including docker networks with complete ROS environments, integration with robot simulator (in our case ABB’s RobotStudio), and also a bunch of other tools used for design: https://github.com/gramaziokohler/robotic_assembly_workshop/
Hi ROS Developers and welcome to the ROS Developers Podcast: the program, the podcast that gives you insights from the experts about how to program your robots with ROS.
I’m Ricardo Tellez, from The Construct.
Today, I would like to dedicate the podcast to all those ROS developers that want to display the series of data provided by a ROS topic in order to debug complex robot behaviors.
And related to that subject, today we are going to talk with Davide Faconti. This is the second time he is being in the podcast. On the previous interview, Davide talked about his packages for creating behavior trees easily in ROS.
Davide is a fervent developer of tools for robotics. So this time, he is going to talk about another super useful tool that he has developed. It is called PlotJuggler. Let’s learn with Davide what is PlotJuggler, how you can use and which are the best practices in order to get the most of it in ROS.
Selected quote:
“Plotjuggler is a simple application to visualize time series”
Hi ROS Developers and welcome to the ROS Developers Podcast: the program, the podcast that gives you insights from the experts about how to program your robots with ROS.
I’m Ricardo Tellez, from The Construct.
Today, I would like to dedicate the podcast to all those ROS developers that try to make industrial robots work with ROS.
And related to that subject, today we are going to talk with Mirko Bordignon, a co.manager of ROS-Industrial Consortium Europe. He is going to tell us about what is this consortium, what is its goal, and how you can use ROS with industrial robots by using the software they are releasing.
Selected quote:
“ROS Industrial is an initiative to move software engineering for industrial robotics and automation into the 21st Century”
Hi ROS Developers and welcome to the ROS Developers Podcast: the program, the podcast that gives you insights from the experts about how to program your robots with ROS.
I’m Ricardo Tellez, from The Construct.
Today, I would like to celebrate that we are on the second season of the ROS Developers podcast
Great! So for today, we are going to talk with Thilo Zimmermann, one of the leaders of the ROSin European Project, a project aiming to provide ROS-industrial quality assured robot software component.
The project has several components, and Thilo is going to teach us today which components are those and how can we contribute to them while getting some funding.
Selected quote:
“ROSin targets the shortcomings of ROS for industrial robots: software quality, training and software ecosystem”
Hi ROS Developers and welcome to the ROS Developers Podcast: the program, the podcast that gives you insights from the experts about how to program your robots with ROS.
I’m Ricardo Tellez, from The Construct.
Today, we are at the ROS Industrial conference (Europe). I had the chance to meet Christian Henkel who presented at the conference the dockeROS library. DockeROS allows to dockerize ROS applications and sends them to remote robots. In this interview, Christian will explain to us how to do that, how to test the dockeROS and how do they differ from snaps.
Selected quote:
“I created dockeROS as an easy way to deploy ROS software on several robots, and to update it in several robots at once”