Project/#1 AI 기반 자율주행 로봇을 이용한 매장 관리 28

#6 라즈베리 파이4 맥북 설치&실행

1. 라즈베리파이 공홈에서 Mac os 버전 다운로드 https://www.raspberrypi.com/software/ Raspberry Pi OS – Raspberry Pi From industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody. www.raspberrypi.com 2. 아이콘 설치로 들어가서 이미지 대로 설치 3. 라즈베리 파이4 OS 체제 설정하고 해당 sd카드에 설치해준다. 4. 설치 후 sd카드를 분리한다. 여기서 라즈베리 파이에 접속하는 방법은 2가지 - HDMI선, 모니터, 키보드(유선)..

#5 맥북에서 Putty없이 SSH 창 실행(ubuntu와 연결)

맥북은 맥북 자체 terminal창이 있어서 윈도우 체제와 달리 putty 없이 SSH를 사용 할 수 있다. 2행 6열에 터미널 창을 들어가면 터미널 창이 자동으로 실행된다. 이제 우분투 터미널 창과 연결 해 보도록 하자. (우분투가 아니어도 다른 창과 연결하는 방식은 동일) #1.우분투 상에서 ssh를 설치해준다. sudo apt-get install ssh ifconfig로 IP주소를 가져올 것이다. 그 과정에서 net-tools를 설치하라는 오류가 뜨면 설치 해준다. sudo apt install net-tools #2. ifconfig를 가져와 IP주소를 가져온다. 위의 IP주소가 나오면 복사 해 둔다. #3.맥의 터미널을 켜서 ssh를 실행시킨다. ssh goeun-jeon@10.211.55.1..

#0. 프로젝트 진행 순서

Hardware system Ubuntu를 이용해서 Cartographer 셋팅하기 - slam기능 사용 Ubuntu는 ROS구동 체재로 Ubunbtu 20.4 내에서 실행 Cartographer를 시각화 해주는 창 연결 Lidar 노트북과 연결 - SSH, pyqt 등등 더 알아보기 Raspberry 컴퓨터에 연결 - sd카드 이용해서 셋팅 Raspberry 내부에도 ubuntu 설치해서 연결? - 더 알아보기 두 IP주소 같게 설정해주기 Raspberry와 Lidar sensor 연결 로봇 구동 툴 설치하기 로봇 조작 로봇 움직이는 코드 찾기 Software system

#4. Cartographer 데모 백에서 지도 제작자 ROS 실행 및 Cartographer 저장

https://google-cartographer-ros.readthedocs.io/en/latest/demos.html Running Cartographer ROS on a demo bag — Cartographer ROS documentation Running Cartographer ROS on a demo bag Now that Cartographer and Cartographer’s ROS integration are installed, you can download example bags (e.g. 2D and 3D backpack collections of the Deutsches Museum) to a known location, in this case ~/Downloads, and goog..

#3. ROS - Noetic&Cartographer 설치

Cartographer ROS를 빌드하기 위해 wstool 과 rosdep 설치 https://google-cartographer-ros.readthedocs.io/en/latest/compilation.html Compiling Cartographer ROS — Cartographer ROS documentation Building & Installation In order to build Cartographer ROS, we recommend using wstool and rosdep. For faster builds, we also recommend using Ninja. On Ubuntu Focal with ROS Noetic use these commands to install the above..

#2. ROS - 기본 ROS설치(and 삭제 방법)

1. 설치 ROS 설치 ROS.org 페이지 http://wiki.ros.org/noetic/Installation/Ubuntu noetic/Installation/Ubuntu - ROS Wiki If you rely on these packages, please support OSRF. These packages are built and hosted on infrastructure maintained and paid for by the Open Source Robotics Foundation, a 501(c)(3) non-profit organization. If OSRF were to receive one penny for each downlo wiki.ros.org 1.2 Setup your sou..

#1. ROS - 맥북 M1에서 Ubuntu 20.4 설치

맥북 M1에서 Cartographer ROS를 설치하려면 Ubuntu를 설치 해야한다. Ubuntu 16.04 는 ROS 베포판 Kinetic Ubuntu 18.04 는 ROS 베포판 Melodic Ubuntu 20.04 는 ROS 베포판 Noetic 을 설치 해야한다. Cartographer을 실행 시키려면 반드시 Ubuntu 20.4를 설치해야한다. 맥북은 virtual box가 다운되지 않아서 Parallels (window사용 가능하게 하는 프로그램) 을 다운 받아 그 안에 Ubuntu를 다운받아야 한다. Parallel 을 다운 받고 https://cdimage.ubuntu.com/focal/daily-live/current/ Ubuntu 20.04.4 LTS (Focal Fossa) Daily..