Data transmission from LiDAR, syslog #70
Replies: 8 comments 2 replies
-
|
The syslog and Lidar forwarder run on udp. They are independent of micro-ros. You should start from basic micro-ros reconnection example described in the tools installation wiki. And you should start with serial transport first. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I have two robots. The one based on the ESP32 with Wi-Fi helped me understand a lot and discover its limitations, especially the issues related to Wi-Fi communication. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
You do not need to create a fresh new URDF. You need only update some key parameters. You may disable the magnetometer and compare navigation result. I2C bus bandwidth is quite limited even at 400KHz clock. You should use OTA to update firmware after the first serial upload. You do not need to connect a USB cable to do this. It will be easier than move the robot to your computer. It won't add much load to the MPU. The syslog is very useful for debug messages. It replaces the serial print. The wifi signal strength is monitored. You may insert more syslog in your firmware during development. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
The side with antenna is front and the side with USB connectors is back. You may try set the orientation of antenna to vertical. You may check syslog. There is wifi RX signal strength. |
Beta Was this translation helpful? Give feedback.
-
|
@mkonwerski I too have seen the problem of excessive restarting. I hacked around that particular problem by requiring 3 ping drops before restarting: |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I don’t understand how the LiDAR and SYSLOG data are transmitted to the computer via ESP32 Wi-Fi. In the config file, the desktop computer’s IP and port are set, which suggests that communication is done through micro-ROS. I started the micro-ROS bridge on port 8889, but the ESP32 did not connect to that port.
Could someone explain to me how LiDAR and syslog communication is carried out?
Beta Was this translation helpful? Give feedback.
All reactions