Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- GUI
- 자율탐사
- Simulation
- Gazebo
- ROS
- ZED2
- Visual SLAM
- C++
- 인공지능
- 젯슨
- SLAM
- DevOps
- WSL2
- ubuntu
- QT
- 터틀심
- U-blox
- Jetson
- RTK
- 강화학습
- 로봇
- GPS
- Puck LITE
- turtlesim
- 티스토리챌린지
- 오블완
- 자율주행
- turtlebot3
- ROS2
- WSL
Archives
- Today
- Total
직관적인느낌
시그봇 라이다 : CygLiDAR 설치 및 실행 본문
728x90
반응형
https://github.com/CygLiDAR-ROS/cyglidar_d1
GitHub - CygLiDAR-ROS/cyglidar_d1
Contribute to CygLiDAR-ROS/cyglidar_d1 development by creating an account on GitHub.
github.com
https://www.cygbot.com/2d-3d-dual-solid-state-tof-lidar
2D/3D Dual Solid State ToF LiDAR | CYGBOT
Cygbot's 2D/3D Dual Solid-State ToF LiDAR helps translate the 3D world into a 2D image and a 3D object using precisely measured depth data, so it can be used in the following industries: security, industrial automation, drones, touch screen and so on. The
www.cygbot.com
Solid state Lidar
Install
Preparation
- Case1
mkdir -p ~/cyglidar_ws/src/
cd ~/cyglidar_ws/src/
or
- Case2
cd catkin_ws/src
git clone <https://github.com/CygLiDAR-ROS/cyglidar_d1.git>
cd ..
catkin_make
When CMake Error Occured as below
# sudo apt install ros-{noetic/melodic}-pcl-conversions
sudo apt install ros-melodic-pcl-conversions
# sudo apt install ros-{noetic/melodic}-pcl-ros
sudo apt install ros-melodic-pcl-ros
Installation Udev
roscd cyglidar_d1
cd scripts
chmod +x create_udev_rules.sh
./create_udev_rules.sh
Run
CyglidarNode and View in the Rviz
roslaunch cyglidar_d1 cyglidar.launch
roslaunch cyglidar_d1 view_cyglidar.launch (Run with Rviz)
728x90
반응형
'공학 > 시스템 설치 및 설정' 카테고리의 다른 글
UTM좌표계 변환 - U-blox, RTK - GPS 사용 (with ROS) (0) | 2023.03.23 |
---|---|
Mapviz - GPS (2) | 2023.03.20 |
jetson, 젯슨 상태 확인 (0) | 2023.03.18 |
U-blox, RTK - GPS 사용하기 (with ROS) - RTK 활성 (2) | 2023.03.17 |
U-blox, RTK - GPS 사용하기 (with ROS) (2) | 2023.03.17 |