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
- differentiablerendering
- ComputerVision
- 3dgaussiansplatting
- raspberrypi
- tilebasedrasterizer
- LIDAR
- rospackages
- electromagnetism
- vectorcalculus
- rostopics
- adaptivedensitycontrol
- turtlebot3
- realtimerendering
- imageprocessing
- usbcamera
- Slam
- pointcloud
- opencv
- 3dmapping
- turtlebot
- catkinworkspace
- covariancematrix
- gaussiansplatting
- roslaunch
- vectorfields
- NERF
- sensorfusion
- Ros
- alphablending
- rosnoetic
Archives
- Today
- Total
목록roscallbacks (1)
Wiredwisdom
def __init__(self): rospy.init_node('camera_lidar_fusion', anonymous=True) # Initialize subscribers and publishers self.bridge = CvBridge() self.image_sub = rospy.Subscriber("/camera/image_raw", Image, self.image_callback) self.pc_sub = rospy.Subscriber("/camera/depth/points", PointCloud2, self.pc_callback) self.fusion_pub = rospy.Publisher("/fus..
Autonomous Driving/Turtlebot3
2024. 7. 8. 21:31