2020-09-08 13:53:39 -0500 | received badge | ● Taxonomist |
2019-12-25 00:49:40 -0500 | commented answer | ESP32 + rosserial_python over WiFi: Lost sync with device Setting the socket to async mode worked! Thanks ! Since it is non-blocking, it returns with errno 11: EAGAIN continuous |
2019-12-25 00:43:51 -0500 | marked best answer | ESP32 + rosserial_python over WiFi: Lost sync with device Hi, I am trying to establish rosserial communication between ESP32 (using ESP-IDF and not Arduino framework) and host Ubuntu machine. Here is my implementation: https://github.com/sachin0x18/rosseri... I am using ROS Kinetic and Ubuntu 16.04. rosserial_python version is 0.7.7 (as per package.xml). I can establish communication over UART using When I establish communication over WiFi socket using I am calling For debug purpose, I have dumped the bytes that I receive and bytes that I transmit (more) |
2019-12-25 00:43:51 -0500 | received badge | ● Scholar (source) |
2019-12-25 00:43:43 -0500 | received badge | ● Supporter (source) |
2019-09-13 01:54:23 -0500 | received badge | ● Famous Question (source) |
2019-08-27 00:19:10 -0500 | received badge | ● Notable Question (source) |
2019-08-13 06:20:57 -0500 | received badge | ● Enthusiast |
2019-08-13 04:31:00 -0500 | received badge | ● Popular Question (source) |
2019-08-07 14:33:11 -0500 | asked a question | ESP32 + rosserial_python over WiFi: Lost sync with device ESP32 + rosserial_python over WiFi: Lost sync with device Hi, I am trying to establish rosserial communication between |