ROS2 - Humble - Action in action with Python
Ever wanted to control a satellite without leaving your comfortable Linux terminal? Today is your lucky day. Welcome to this cosmic guide where we are going to build a fully automated ROS2 Action server and client in Python. Grab your coffee, open your IDE, and let’s launch this code into the stratosphere. Shopping list The Github with the full code for this tutorial: https://github.com/badprog/badprog-ros2-humble-action-in-action-with-python IDE: VSCode Framework: Robot Operating System 2 (AKA ROS2) Let’s code a bit To keep our codebase clean and modular, we split our system into 4 distinct files: ...