How to make a ROS topic?
How do I make a ROS topic. I want to make a ROS topic (Either a subscriber or a publisher) which I can either write to or read from. For example: how ROS programs have topics I can subscribe to or publish on. I want to make my own. I just want to be able to send a float32 type message using a ROS command on my topic. Is this possible to do?