[ROS in 5 mins] 057 – How to publish the position of a robot using TransformBroadcaster in python
Hello ROS Developers, welcome to this new post on the “ROS In 5 Minutes” series! In this post we are going to see how to publish the position of a robot with Python using the TransformBroadcaster. For that we are going to use Robot Ignite Academy, which is the best platform for those who want
- Published in ROS
[ROS in 5 mins] 056 – Five different ways of seeing /tf data
Welcome to this “ROS In 5 Minutes” videos series. In today’s videos we are going see 5 different ways if seeing tf data, which at the end is used to know the positions of robots in a given world, for example. But before we start, if you want to Learn ROS Fast, remember to take
- Published in ROS
[ROS in 5 mins] 055 – Four different ways of testing your ROS python code
Welcome to this “ROS In 5 Minutes” videos series. In today’s videos we are going to learn 4 different ways of testing your ROS code written in python. But before we start, if you want to Learn ROS Fast, remember to take one of the following courses: ROS In 5 Days (Python) ROS In 5
- Published in ROS
[ROS in 5 mins] 054 – How to Unit Test loading a ROS Param
Hi all, welcome to this “ROS In 5 Minutes” videos series. In today’s videos we are going to learn how to run a Unit Test which ensures a parameter has been loaded on the ROS Parameter Server. But before we start, if you want to Learn ROS Fast, remember to take one of the following
- Published in ROS
[ROS in 5 mins] 053 – How to load params on the Parameter Server
Welcome to this “ROS In 5 Minutes” videos series. In today’s video we are going to learn how to load parameters on the ROS Parameter Server. But before we start, if you want to Learn ROS Fast, remember to take one of the following courses: ROS In 5 Days (Python) ROS In 5 Days (C++) In
- Published in ROS