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
- raspberrypi
- Ros
- catkinworkspace
- usbcamera
- roslaunch
- adaptivedensitycontrol
- pointcloud
- alphablending
- opencv
- turtlebot3
- tilebasedrasterizer
- NERF
- LIDAR
- vectorfields
- Slam
- rosnoetic
- rospackages
- ComputerVision
- realtimerendering
- sensorfusion
- gaussiansplatting
- turtlebot
- electromagnetism
- rostopics
- differentiablerendering
- 3dgaussiansplatting
- 3dmapping
- vectorcalculus
- covariancematrix
- imageprocessing
Archives
- Today
- Total
목록datasynchronization (1)
Wiredwisdom
#!/usr/bin/env python3import rospyfrom sensor_msgs.msg import LaserScan, Imagefrom cv_bridge import CvBridge, CvBridgeErrorimport numpy as npimport cv2import mathfrom message_filters import ApproximateTimeSynchronizer, Subscriberclass CameraLidarFusion: def __init__(self): self.bridge = CvBridge() # 동기화를 위한 Subscriber 설정 self.image_sub = Subscriber("/usb_cam/image..
Autonomous Driving/Turtlebot3
2024. 7. 14. 18:25