일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Linux
- ROS
- CUDA
- ubuntu
- webots
- amcl
- FreeCAD
- opencv
- error
- G++
- roslaunch
- 부분공간
- darknet_ros
- gcc
- 촉각센서
- sources.list
- linetracing
- Kinetic
- turtlebot3
- roslib
- Gazebo
- YoLO
- CuDNN
- autorace
- RGB-D
- rqt
- turtlebot
- Installation
- ax200
- 전이학습
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
https://answers.ros.org/question/104086/is-it-possible-to-connect-machines-with-different-ros-versions/ Is it possible to connect machines with different ros versions? - ROS Answers: Open Source Q&A Forum Is it possible to connect machines with different ros versions? edit I am running a robot pc (NUC) with ros-fuerte and my laptop with ros-hydro. I want to run the main nodes on the robot and th..
https://answers.ros.org/question/232994/teb-local-planner-installation/ teb local planner installation - ROS Answers: Open Source Q&A Forum teb local planner installation edit Hi everyone I am kind of new for the ROS, and when I tried to follow the instruction from ROS wiki to install the teb_local_planner, I have encounter some error, I am currently using ubuntu 14.04LTS. So here is the promp a..
https://kimforever920.tistory.com/2 Ubuntu 16.04 에 OpenPose 설치 튜토리얼 오만가지 삽질끝에 여러 링크를 참고해 드디어 샘플 구동 확인 환경: Ubuntu 16.04 0. 레포지토리 복사 - git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose - 여기서 git 부터 설치해야함 메.. kimforever920.tistory.com https://github.com/firephinx/openpose_ros GitHub - firephinx/openpose_ros: ROS Catkin package wrapper for the OpenPose library from https://github.co..
https://tablefi.tistory.com/128 [Ubuntu 16.04~] pip upgrade 후 에러 해결 (ImportError: cannot import name 'main' ) sudo apt install python-pip pip install --upgrade pip 위와 같이 apt에서 설치한 pip(9.x 버전) 를 그대로 업데이트할 경우 다음과 같은 에러를 뿜는다 ImportError: cannot import name 'main' apt로 설치한.. tablefi.tistory.com curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python2 get-pip.py errer occur when we try..
-환경 chip - amd64, i915 graphic card - rtx 2070 maxq 1. ubuntu 16.04 설치/ i915 https://sunlab0623.tistory.com/102 wifi6 AX200 on ubuntu 16.04 we can us AX200(wifi module) on ubuntu kernel version >=5.2 1. intall nvidia driver before upgrade kernel if don't install nvidia driver in advance, It will occur error in the process of upgrade ker.. sunlab0623.tistory.com ubuntu 16.04 dont support 9th inte..
https://stackoverflow.com/questions/68148246/broken-php-and-libssl1-1-installation-on-ubuntu-16-04 Broken php and libssl1.1 installation on Ubuntu 16.04 I have been using Ubuntu 16.04. Recently I did some experiments with my PHP installation and I'm afraid I have broken things badly. I tried sudo apt install php7.0 But it's showing a dependency and stackoverflow.com
https://jangjy.tistory.com/300 NVIDIA NVML Driver/library version mismatch 해결방법 Failed to initialize NVML: Driver/library version mismatch GPU 사용하던 도중 위와같은 문제가 발생 할 경우 해결 방법 nvidia driver를 unload 하고 관련 모듈을 삭제하면 된다. 아래 명령어로 nvidia 관련.. jangjy.tistory.com
kernel을 5.2 로 업그레이드 공홈에 있는거 참고 package libssl1.1 is not installed 라며 linux-headers-5.2.14-050214-generic-.. linux-headers-5.2.14-050214-lowlatency_.. 두개가 설치 안되는데 https://stackoverflow.com/questions/68148246/broken-php-and-libssl1-1-installation-on-ubuntu-16-04 Broken php and libssl1.1 installation on Ubuntu 16.04 I have been using Ubuntu 16.04. Recently I did some experiments with my PHP install..
https://jacking.tistory.com/1078 [펌] Ubuntu에서 gcc 버전업 하기 출처:http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/ * 아래 글은 4.6에서 4.7로 업하는 것인데 버전에 맞게 숫자만 바꾸어주면 된다. 만약 4.6 에서 4.8로 올리고 싶으면 4.7 대신 4.8을 적는다 S.. jacking.tistory.com https://promobile.tistory.com/377 [Ubuntu]gcc, g++ 다른 버전 추가 및 패키지 관리 ■ gcc, g++ 다른 버전 추가 및 패키지 관리 사용 OS : Ubuntu 16.04 LTS Ubuntu 에서 개발을 진행하다보면, gcc 및 g++ 버전을 변경해야 하는 ..