Information 32

[Github Actions] Github Actions Workflow Quick Start

Goal of a Post 예제를 통해 Github Actions Workflow를 구성하고, CI/CD를 구현. 이를 Github 웹을 통해 실습. Reference Github의 공식 튜토리얼을 참고하여 조금 더 자세히 내용을 추가함. https://docs.github.com/en/actions/quickstart Quickstart for GitHub Actions - GitHub Docs Introduction You only need a GitHub repository to create and run a GitHub Actions workflow. In this guide, you'll add a workflow that demonstrates some of the essential featu..

Information/Github 2022.01.20

[Docker & ROS] ROS with DockStation

Goal of a Lecture DockStation과 ROS의 특징에 대한 간단한 이론 학습. DockStation을 통한 ROS 실습. DockStation DockStation은 docker-compose를 이용해 container들을 GUI 형태로 설계할 수 있는 도구. 소프트웨어의 복잡성이 증가할수록 텍스트 기반이 아닌 GUI 형태로 내가 설계한 시스템을 가시화(Visualize)하여 이해도를 높일 필요가 있음. 이러한 의미에서 Docker Container를 모듈형태로 가시화할 수 있는 DockStation은 유용한 도구임. https://dockstation.io/ DockStation - Developing with Docker has never been so easy and conveni..

[Vision] Calculate Horizontal and Vertical FOV from Diagonal FOV and Aspect Ratio

Refferd from Estimate visible bounds of webcam using diagonal fov Converting diagonal field of view and aspect ratio to horizontal and vertical field of view Logitech BRIO Ultra HD Pro Webcam I gotta calculate H, V FOV from Diagonal FOV. and I got Information about diagonal fov and aspect ratio only. so I've calculated it reffed vrguy blog. 1. Given Information (Logitech BRIO Ultra HD Pro Webcam..

Information/Vision 2021.05.28
반응형