Closed sskorol closed 2 years ago
@sskorol sorry, my fault. I copied and pasted the instructions from another repository that I made and I forgot to change the link 😅 I fixed the README. Do not forget to delete the folder that you created in your workspace to remove the wrong repository that you cloned.
@Myzhar yeap, I've already noticed the wrong link. Took me a while to figure that out though, as I usually just blindly copy-paste git clone command from the instruction. :) Anyway, thanks for updating the README. It works.
@Myzhar BTW, tried to set it up on RPi 3 model A+. There was a missing udev
library in the system during the build process. So I additionally installed libudev-dev
via apt.
I add it to the requirements. Thx
Hi @Myzhar,
I want to use this code with LD06 lidar. Tried to follow the instructions from README but had initially failed to locate ZED (googled it and installed the latest ZED SDK). Now I'm failing to locate
zed_interfaces
:I'm a bit confused here. Could you please elaborate, why do we need ZED to control LiDAR? And if it's a must-have framework / set of libs, what else I'm missing here? As there are no requirements in README that mention ZED.
P.S. I'm on Ubuntu 20, ROS2 foxy. And failure occurs on the following step:
Thanks, Sergey