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
- imageprocessing
- realtimerendering
- catkinworkspace
- opencv
- covariancematrix
- rosnoetic
- turtlebot3
- rospackages
- adaptivedensitycontrol
- gaussiansplatting
- LIDAR
- 3dmapping
- Slam
- tilebasedrasterizer
- 3dgaussiansplatting
- roslaunch
- raspberrypi
- turtlebot
- sensorfusion
- NERF
- rostopics
- ComputerVision
- alphablending
- usbcamera
- pointcloud
- differentiablerendering
- electromagnetism
- vectorfields
- vectorcalculus
- Ros
Archives
- Today
- Total
목록coordinatetransformation (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