| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 3dmapping
- rosnoetic
- opencv
- LIDAR
- Slam
- turtlebot
- realtimerendering
- alphablending
- raspberrypi
- differentiablerendering
- vectorfields
- tilebasedrasterizer
- rospackages
- covariancematrix
- vectorcalculus
- ComputerVision
- 3dgaussiansplatting
- Ros
- electromagnetism
- rostopics
- gaussiansplatting
- imageprocessing
- turtlebot3
- roslaunch
- NERF
- pointcloud
- sensorfusion
- catkinworkspace
- usbcamera
- adaptivedensitycontrol
- Today
- Total
목록opencr (2)
Wiredwisdom
This is a comprehensive autonomous mobile robot system built on the Turtlebot3 platform, integrating multiple sensors for navigation, object detection, and human-robot interaction.The system centers around a Raspberry Pi 3 as the main processing unit, connected to various sensors including a USB camera for visual input and a LiDAR sensor for spatial mapping and obstacle detection.The LiDAR provi..
$ sudo dpkg --add-architecture armhf$ sudo apt-get update$ sudo apt-get install libc6:armhf dpkg : Debian 기반 리눅스 배포판을 위한 패키지 관리 시스템소프트웨어 패키지를 설치, 제거 및 관리하는 데 사용. armhf "ARM hard float"의 약자 하드웨어 부동 소수점 연산을 사용하는 ARM 아키텍처 프로세서를 위해 컴파일된 소프트웨어 패키지와 바이너리성능: 하드웨어 부동 소수점 연산을 사용하므로 부동 소수점 계산을 더 빠르고 효율적으로 수행.소프트웨어 호환성: armhf 패키지는 하드웨어 부동 소수점 연산을 지원하는 ARM 프로세서에서만 실행. ARM 아키텍처, ARM(Advanced RISC Machin..