How can I implement a POST method for ROS messages?

asked 2018-10-18 10:48:32 -0500

stevemartin gravatar image

Whenever I get some message from one of my ROS topics, I want to serialize it into JSON and send it to some server using RESTful API. I have checked libraries like roslibjs and roslibpy but I could not find the implementation of POST method, to write some message in JSON format and send a POST request to some server.

edit retag flag offensive close merge delete