일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- G++
- darknet_ros
- linetracing
- CuDNN
- ROS
- 부분공간
- Installation
- Kinetic
- gcc
- CUDA
- 전이학습
- amcl
- ubuntu
- FreeCAD
- Gazebo
- roslib
- YoLO
- rqt
- Linux
- error
- turtlebot
- ax200
- webots
- opencv
- turtlebot3
- 촉각센서
- sources.list
- roslaunch
- autorace
- RGB-D
- Today
- Total
목록전체 글 (408)
기술 성공, 실패 기록소
https://losskatsu.github.io/linear-algebra/eigen-decomposition/# [선형대수] 대각화(Diagonalization)와 고유값분해(eigenvalue decomposition)의 의미 대각화(Diagonalization)와 고유값분해(eigenvalue decomposition)의 의미 losskatsu.github.io
-Model predictive control https://en.wikipedia.org/wiki/Model_predictive_control Model predictive control - Wikipedia Model predictive control (MPC) is an advanced method of process control that is used to control a process while satisfying a set of constraints. It has been in use in the process industries in chemical plants and oil refineries since the 1980s. In recent y en.wikipedia.org Model ..
http://www.aistudy.com/math/optimization.htm 최적화 : Optimization Optimization 수학 (Mathematics) 에서의 최적화 (Optimization) 는, 어떤 제약조건 (constraints) 이 있을 수도 있는 상황에서 함수의 최대치와 최소치 (maxima and minima) 를 찾는 것과 관련된 과목이다. 최적화 문제의 예는 다음과 같다 : 자원들이 확실히 어떤 한계를 넘지 않고, 가능한 한 직면하는 요구사항의 대부분을 만족시키면서, 제조과정 (manufacturing operation) 의 이익을 www.aistudy.com
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 kernel 2. upgrade ubuntu kernel version -intall i915 ubuntu 16.04 origin kernel dont have files about ice-lake cpu(9th genration cpu) ubuntu 16.04 dont support 9th intel cpu(ice lake) https://qastack.kr/..
https://twlab.tistory.com/24?category=668741 [Linear Algebra] Lecture 9 선형 독립(Linear independence), Span, 기저(Basis) 그리고 차원(Dimension) 이번 포스팅에서는 크게 세 가지 주제를 다룰 것이다. 매우 중요한 개념들이니 잘 숙지하도록 하자. 먼저 선형 독립(Linear independence)에 대하여 이야기하고, Span과 기저(Basis), 그리고 차원(Dimension)에 대.. twlab.tistory.com https://twlab.tistory.com/41 [Linear Algebra] Lecture 19 행렬식(Determinant)의 계산 방법과 여인수(Cofactor) 이번 포스팅에서는 지난 ..
https://twlab.tistory.com/21 [Linear Algebra] Lecture 7 Null Space계산 알고리즘. Ax=0과 Pivot variable 그리고 Free variable 우리는 지난 포스팅에서 영공간(Null Space)에 대해 공부하였다. 또한 벡터 공간(Vector Space)과 임의의 행렬 A의 Column space에 대해서도 공부하였다. 이번 포스팅에선 Null space를 구하는 절차, 즉 Ax=0의 해.. twlab.tistory.com
https://webnautes.tistory.com/512 Ubuntu, Windows 듀얼 부팅시 GRUB 부팅 순서 변경하기 Ubuntu와 Windows 듀얼 부팅시 GRUB 설정을 변경하여 부팅순서를 변경하는 방법을 설명합니다. 2017. 5. 22 2018. 7. 5. - Ubuntu 18.04에서 검증 Windows를 설치한 후, Ubuntu를 설치하게 되면 부팅 도중에 GRUB.. webnautes.tistory.com
https://twlab.tistory.com/8?category=668741 [Linear Algebra] Lecture 2, 소거법, 후방 대입법 그리고 소거 행렬 지난 Lecture 1에선 선형 시스템에 관한 식을 만들고 이를 Row와 Column picture 두 가지 방법으로 해석해 보았다. 이번 시간에 배울 내용은 시스템 A의 해를 구하기 위한 방법들을 배울 것이다. 상세한 내용은 아.. twlab.tistory.com
https://twlab.tistory.com/6?category=668741 [Linear Algebra] Lecture 1, The Geometry of Linear Equations (2) 지난 시간에 행렬의 Row picture와 Column picture에 대해 알아보고 2x2행렬에 대해 2D 공간에서 plot을 통해 그 내용을 이해 하였다. 좀 더 깊은 이해를 위해 3x3행렬을 3D 공간에서 표현해보자. 아래 3개의 방정.. twlab.tistory.com
https://twlab.tistory.com/4?category=668741 [Linear Algebra] Lecture 1, The Geometry of Linear Equations (1) 앞서 말한 것과 같이 선형대수(Linear algebra)는 선형 방정식(Linear equations)으로 표현되는 어떤 시스템을 풀기 위한 방법론이다. 이를 어떻게 푼다는 것일까? 그 전에 먼저 다음을 살펴보자. 우선 n개의 선형.. twlab.tistory.com