전체 글 441

[Linear algebra] 25. Symmetric matrices and positive definiteness

Lecture https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/resources/lecture-25-symmetric-matrices-and-positive-definiteness/ Lecture 25: Symmetric matrices and positive definiteness | Linear Algebra | Mathematics | MIT OpenCourseWare MIT OpenCourseWare is a web based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity..

[ROS2 Foxy Tutorial 한글 번역] 5. Understanding services

Link https://docs.ros.org/en/foxy/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Services/Understanding-ROS2-Services.html Understanding services — ROS 2 Documentation: Foxy documentation Goal: Learn about services in ROS 2 using command line tools. docs.ros.org Background 서비스는 ROS graph에서 노드 간의 또 다른 소통 방식이다. 서비스는 기본적으로 call-and-response 모델 즉, 부르면 응답한다는 모델로 토픽 모델과는 차이가 있다. 토픽은 모든 노드들이 스트리밍되는 데이..

Knowhow/ROS2 2023.02.01

[ROS2 Foxy Tutorial 한글 번역] 1. Configuring environment

Introduction ROS가 뭔지도 모르는 상태에서 ROS를 사용해야 할 일이 생겨 튜토리얼부터 보기 시작했다. 직접 구현하면서 우당탕탕 익히는 것이 더 빠른 길이지만 튜토리얼 정도는 꼼꼼히 이해한 뒤에 시작하는 것이 맞는 것 같아 1회 읽어보고 이를 한글로 번역해보면서 2회 읽어보는 방식으로 공부해보고자 한다. 그냥 옮겨적는 것이다보니 시간 소모도 그리 크지 않을 것 같다! Link https://docs.ros.org/en/foxy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html Configuring environment — ROS 2 Documentation: Foxy documentation Sourcing ROS 2 setup ..

Knowhow/ROS2 2023.01.31