How to start creating a package to read a signal and publish it in a ROS network
Hi,
I am new to ROS and programing and I would like some advices to develop a ROS package/node that reads a radio signal, so far I can only access it from its IPs address from a browser like a internet wifi modem, and pusblish it so I could use it in a ROS network.
Any Advices, papers, links, to start this journey ???
Thanks a lot in advance.
I think further clarification is needed here. What "radio signal" are you talking about? Radar? Are you asking about how to write a node that communicates with some sensor and publishes the data in ROS?
Hi. It's basically a rocket m900, one access point and one client connect via wifi. I would like to monitor it and send the signal strength through a ROS network. Although I'm not familiar with getting the signal data, that is not in any ROS package, and publish it in my ROS network. I can initially access it like a common wifi router and see some statistics. I would like some tips and material to start developing a way to publish this that in my ROS network. Thank you!