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 |
31 |
Tags
- C++
- 티스토리챌린지
- GUI
- Puck LITE
- 오블완
- Simulation
- GPS
- ZED2
- 자율탐사
- turtlebot3
- WSL
- U-blox
- 강화학습
- 터틀심
- 로봇
- 자율주행
- RTK
- ROS
- 인공지능
- turtlesim
- Jetson
- QT
- WSL2
- DevOps
- Visual SLAM
- ROS2
- Gazebo
- SLAM
- 젯슨
- ubuntu
Archives
- Today
- Total
직관적인느낌
벨로다인 라이다(Velodyne Lidar - Puck LITE) 설정 및 테스트 (+ 벨로다인 ROS) - 2 본문
728x90
반응형
벨로다인 라이다 [Puck LITE] with Jetson
벨로다인 라이다 IP 설정
벨로다인 라이다(Velodyne Lidar - Puck LITE) 설정 및 테스트 (+ 벨로다인 ROS) - 1
벨로다인 라이다 [Puck LITE] with Jetson 라이다 연결 - Jetson Lidar Ethernet setting Settings → Network → Wired → edit IPv4 : IPv4 Method : "Method" → "Manual" Addresses Addresses : 192.168.1.100 Netmask : 255.255.255.0 Gateway : 0.0.0.0
lbj142632.tistory.com
ROS Package Install
Installing ROS dependencies
sudo apt-get install ros-melodic-velodyne
melodic : your dependency
Installing the VLP16 driver
cd ~/catkin_ws/src/ && git clone <https://github.com/ros-drivers/velodyne.git>
update all dependecies
cd ~/catkin_ws
rosdep install --from-paths src --ignore-src --rosdistro melodic -y
melodic : your dependency (ex. kinetic, melodic, noetic)
Catkin_make
cd ~/catkin_ws/ && catkin_make
Test - view
launch
roslaunch velodyne_pointcloud VLP16_points.launch
rviz
rosrun rviz rviz -f velodyne
- In the "displays" panel, click "Add", then select "Point Cloud2", then press "OK".
- In the "Topic" field of the new "Point Cloud2" tab, enter "/velodyne_points".
728x90
반응형
'공학 > 시스템 설치 및 설정' 카테고리의 다른 글
U-blox, RTK - GPS 사용하기 (with ROS) - RTK 활성 (2) | 2023.03.17 |
---|---|
U-blox, RTK - GPS 사용하기 (with ROS) (2) | 2023.03.17 |
벨로다인 라이다(Velodyne Lidar - Puck LITE) 설정 및 테스트 (+ 벨로다인 ROS) - 1 (0) | 2023.03.08 |
벨로다인 라이다 3D 프린터 케이스(Velodyne Lidar 3D Printer) (0) | 2023.03.08 |
ZED2 Camera - ROS with Jetson Xavier for Object detection (0) | 2023.03.05 |