일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Installation
- turtlebot
- rqt
- ax200
- RGB-D
- 부분공간
- autorace
- CUDA
- opencv
- G++
- amcl
- FreeCAD
- Gazebo
- Linux
- Kinetic
- 촉각센서
- sources.list
- turtlebot3
- linetracing
- ROS
- webots
- YoLO
- 전이학습
- ubuntu
- darknet_ros
- CuDNN
- roslib
- error
- roslaunch
- gcc
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
https://happy8earth.tistory.com/492 Pitch, Roll ,Yaw -- Pitch, Roll ,Yaw 아래 그림처럼 항공기가 수평한 땅에 놓여져 있다고 생각해보자. 우선, 축을 설정하는데 항공기 머리부터 꼬리까지 잇는 종축(longitudinal axis)을 x축 오른날개에서 왼날개까지 잇�� happy8earth.tistory.com
planning.cs.uiuc.edu/node111.html
https://azanewta.tistory.com/3 [numpy #1] "numpy.newaxis"는 무엇이고 언제사용하는가 필자의 소개는 다음으로 미루고 오후쯤인가 scikit learn이라는 machine learning library의 tutorial을 막 보기시작하다가 저도 궁금해서 찾아봤던 내용에 대해서 남겨볼까 합니다. 아주 잘 정리되어 있는 m azanewta.tistory.com
https://stackoverflow.com/questions/45786104/integer-array-indexing-python Integer array indexing python import numpy as np a = np.array([[1,2], [3, 4], [5, 6]]) print(a[[0, 1, 2], [0, 1, 0]]) # Prints "[1 4 5]" print(a[[0, 0], [1, 1]]) # Prints "[2 2]" I don't understand why it results [1 4 5] ... stackoverflow.com
https://en.wikipedia.org/wiki/Denavit%E2%80%93Hartenberg_parameters Denavit–Hartenberg parameters - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search This article is about DH parameters used in robotics. For the Diffie–Hellman parameters ("dhparam") used in cryptography, see Diffie–Hellman key exchange. In mechanical engineering en.wikipedia.org https://frankaemik..
https://emanual.robotis.com/docs/en/platform/turtlebot3/applications/ ROBOTIS e-Manual emanual.robotis.com
gitlab에서 git pull 하다가 server certificate verification failed 라고 error가 발생하면, 단순히 git config --global http.sslverify false 를 설정해서 해결. https://m.blog.naver.com/PostView.nhn?blogId=penguinbeer&logNo=220785571115&proxyReferer=https:%2F%2Fwww.google.com%2F gitlab server certificate verification failed gitlab에서 git pull 하다가 server certificate verification failed 라고 error가 발생하면, 단순히 git ... blog.naver...
https://psychoria.tistory.com/661 [Ubuntu] 우분투 18.04에서 윈도우 공유 폴더(CIFS) 마운트 우분투(Ubuntu)에서 등에서 윈도우 공유 폴더(CIFS)를 연결해서 사용 가능합니다. 우분투 17.04를 포함해서 17.10과 18.04에서 윈도우 공유 폴더를 연결해서 사용하는 방법입니다. 최신 우분투 18.04의 설 psychoria.tistory.com https://igotit.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%9C%88%EB%8F%84%EC%9A%B0-%ED%8F%B4%EB%8D%94%EA%B3%B5%EC%9C%A0 우분투. 윈도우 폴더공유 Overview 아래 2가지 상황을 달성하는 설정법 정리. 1. ..
https://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error How to fix "The system is running in low-graphics mode" error? Note: This is an attempt to create a canonical question that covers all instances of "low-graphics mode" error that occurs to a user, including but not limited to installation of wrong dr... askubuntu.com 안전모드로 들어가서, failsafeX 누르고 ok하니까..
https://ratsgo.github.io/machine%20learning/2017/05/23/SVM/ 서포트 벡터 머신 (Support Vector Machine) · ratsgo's blog 이번 글에서는 딥러닝 이전 뛰어난 성능으로 많은 주목을 받았던 서포트 벡터 머신(Support Vector Machine)에 대해 살펴보도록 하겠습니다. 이번 글 역시 고려대 강필성 교수님과 같은 대학의 김성범 ratsgo.github.io https://ko.wikipedia.org/wiki/%EC%84%9C%ED%8F%AC%ED%8A%B8_%EB%B2%A1%ED%84%B0_%EB%A8%B8%EC%8B%A0 서포트 벡터 머신 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 선형 SVM이..