How to not use Lidar but Realsense with the package #9
Replies: 2 comments
-
Yes. It should be fine to use realsense connected to your robot computer, as realsense is supported in linorobot2. Please check linorobot2 documents. You should use serial transport instead of wifi when you have a robot computer. Serial transport is not subject to wifi interference. A pico might work better than esp32 in this case. esp32-s3 is good though it has fewer pwm available. esp32 and pico have 16 pwm, which esp32-s3 and esp32-s2 have only 8 pwm. If you use esp32 series, you may still enable wifi even using serial transport to have the option of OTA update and remote syslog.
|
Beta Was this translation helpful? Give feedback.
-
Yes, you can use the Intel RealSense camera via USB with your laptop and control the robot via Wi-Fi with the ESP32 for testing. Just disable or remove any LiDAR-related code in your setup to work without it. When you integrate the Jetson later, you can add more processing and reintroduce the LiDAR if needed. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I do not have a lidar to work with as of now, but an intel real sense. My initial thoughts were that I could connect my realsense camera directly to my laptop via USB cable since I am using that as a robot computer, and control the robot accordingly via wifi and ESP 32 (this is just for test, I have plans to integrate jetson later). Is it possible to work the robot this way, and how can I remove the lidar configuration then, can anyone please let me know?
Beta Was this translation helpful? Give feedback.
All reactions