본문 바로가기

분류 전체보기128

[동키카]Jetson Nano VNC connection Jetson Nano should be the 'VNC server' and host PC should be the 'VNC Viewer' download the VNC Viewer in your host pc and for Jetson Nano, follow this page https://developer.nvidia.com/embedded/learn/tutorials/vnc-setup so, in your host pc, turn on the vnc viewer, and type in the IP address of Jetson Nano you can check the IP address on top right wifi icon, 'connection information' 2021. 6. 11.
Nvidia Driver 깔끔하게 삭제 nvidia driver 깔끔하게 삭제하는 방법 https://romillion.tistory.com/93?category=958104 ubuntu 우분투 18.04 20.04 16.04 Nvidia driver및 CUDA 삭제 방법[recovery mode 포함] Nvidia driver 삭제 방법 sudo apt-get remove --purge 'nvidia-.*' CUDA 삭제방법 sudo apt-get --purge remove 'cuda*' sudo apt-get autoremove --purge 'cuda*' sudo rm -rf /usr/local/cuda or sudo rm -rf /.. romillion.tistory.com 이거 하고 나서 reboot 하지 말고 그상태로 드라이버 다시.. 2021. 6. 10.
ros때문에 cv2 에러뜨는문제(ImportError: /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so: undefined symbol: PyCObject_Type) ImportError: /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so: undefined symbol: PyCObject_Type python version 3로 해야하는데, ros때문에 사용할 수 없을 때 코드에 import sys 아래에 한줄 추가해주는 해결책이 있다. https://stackoverflow.com/questions/51579019/import-cv2-on-python3/51805410 import cv2 on python3 I have a problem trying to import cv2 in python3 when I run it from my home folder... luis@luis-Ubuntu:~$ python3 Python .. 2021. 6. 10.
(Nvidia설치 너무 느릴때) touch vpn 사용 NVIDIA는 미국 서버만 다운 받는 속도가 빠르다. 그래서 vpn 설치하고, 미국 서버로 돌리자. https://touchvpn.net/ Touch VPN Your real status: Unprotected IP: ISP: Location: touchvpn.net 2021. 6. 10.
[동키카]sd card끼리 복사 / Jetson nano 에 Ubuntu 설치 1. sd card끼리 복사 https://withcoding.com/99 라즈베리파이 SD카드 이미지 백업 방법 (Win32DiskImager 사용) 라즈베리파이(Raspberry Pi)는 운영체제(라즈비안 리눅스)를 마이크로 SD카드에 저장하여 사용합니다. 라즈베리파이를 다양한 용도로 사용하는 만큼 사용자마다 OS, 환경설정 등이 다릅니다. 어렵게 withcoding.com 2. Jetson nano 에 Ubuntu 설치 https://makingrobot.tistory.com/63 Jetson Nano 보드에 Ubuntu 18.0 설치 1. 아래의 사이트에 접속하여 Ubuntu 18.04의 이미지 파일을 다운로드한다. developer.nvidia.com/embedded/downloads Jetso.. 2021. 6. 7.
자동차 시뮬레이터 Carla 설치 본인이 Linux 환경이고, 최신버전을 설치하고 싶다면, https://carla.readthedocs.io/en/0.9.10/build_linux/ Linux build - CARLA Simulator The build process can be quite long and tedious. The F.A.Q. page offers solution for the most common complications. Alternatively, use the CARLA forum to post any unexpected issues that may occur. CARLA needs many dependencies to run. Some of them are buil carla.readthedocs.io 여기 페이지.. 2021. 6. 7.