cyglidar_d1 icon indicating copy to clipboard operation
cyglidar_d1 copied to clipboard

CygLiDAR D1 - ROS(SDK) Package (ROS1 / ROS2)

Results 17 cyglidar_d1 issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to set sensitivity via this package? Thanks.

Hi im new in ROS. running command `catkin_make` and got this error > `/Users/icewalker/catkin_ws/src/cyglidar_d1/src/cyglidar_pcl.cpp:40:32: error: reference to 'Payload' is ambiguous payloadBuffer[0] = Payload::Run::PayloadHeader::Run2D; ^ /Users/icewalker/catkin_ws/src/cyglidar_d1/include/CygbotParser.h:63:3: note: candidate found by name...

Branch: ROS2-v0.3.0 ![Screenshot from 2023-05-17 15-30-14](https://github.com/CygLiDAR-ROS/cyglidar_d1/assets/85777055/c1943664-32e1-4157-9bd2-2a80e5c897fc) Ran into issue during "colcon build" while following the suggested install method in README.md. I was able to reproduce this issue on a LattePanda...

cyglidar_d1/D1_ROS2/src/d1_node.cpp:93:28: error: no matching function for call to ‘rclcpp::Node::declare_parameter(const char [18])’ 93 | node->declare_parameter("frequency_channel"); cyglidar_d1/D1_ROS2/src/d1_node.cpp:92:28: error: no matching function for call to ‘rclcpp::Node::declare_parameter(const char [15])’ 92 | node->declare_parameter("duration_value"); error: no...

안녕하세요. ros melodic 에서 cyglidar 를 사용하고 있는 중입니다. 공식문서(https://www.cygbot.com/_files/ugd/f5911d_4f320c2e4e2e4a449925cf6aa083873c.pdf)에 따르면 배열이 160행 60열 이라고 표시되어 있는 것 같습니다. (0, 0) , (0, 1), (0, 2), … , (159, 59)...

[en] First of all, thank you for this awesome project. I use cyglidar_d1 for jetson nano. And I write subscriber code with python3(below code). By the way, below code is...

After adding the cyglidar_d1 package in the RPI's src directory, I got this error when running catkin_make: I tried to run sudo apt install ros-noetic-pcl-conversions and sudo apt install ros-noetic-pcl-ros...

Hello. I followed the steps of the article you provided in cygbot downloads website about how to connect CygLiDAR D1 directly to Raspberry Pi via UART without USB Converter but...

Hello everyone, I have issues with the Cyglidar when i am trying to connect and use it with a UART connection. I have changed all the dependencies in the launch...

I've followed the instructions provided and I'm working with ROS Noetic on Ubuntu 20.04, however whenever executing the catkin_make command, I get the following error. /home/i4/catkin_ws/src/cyglidar_d1/src/CygbotParser.c:40:16: error: cannot convert ‘uint8_t*’...