System Configuration: OS - Ubuntu 18.04 (Bionic Beaver) ROS - ROS2 Bouncy Language - Python
Problem - So I have a program that should only run and return values whenever a request is sent to the program. How can I create such a package using ROS2 py
I tried modifying the demo_node_cpp but it didn't work out the way intended.