목록Installation (2)
MJ Archive

💡 Mac M1 환경에서 Parallels를 통해 진행한 내용Parallels OS: Ubuntu 20.04ROS1: Noetic Cartographer INSTALLCartographer 공식문서를 참고하여 설치 진행.# 필요한 라이브러리 설치$ sudo apt-get update$ sudo apt-get install -y python3-wstool python3-rosdep ninja-build stow# workspace 생성$ mkdir catkin_ws$ cd catkin_ws$ wstool init src$ wstool merge -t src https://raw.githubusercontent.com/cartographer-project/cartographer_ros/master/cart..

1. Parallels(14일 무료 체험판)https://www.parallels.com/products/desktop/trial/해당 링크에서 Mac용 패러랠즈 설치.이메일 입력하고 입력한 이메일에서 인증확인 후 사용.설치가 완료되면 아래와 같은 화면이 뜨게 되고 Ubuntu Image 파일을 선택해 주면 된다.Ubuntu Image가 없다면 아래의 방법으로 설치하면 된다. 2. Ubuntu 20.04https://cdimage.ubuntu.com/releases/20.04/release/해당 링크에서 Ubuntu Server Install Image에서 다운받아 설치하면 된다.Mac은 arm이 지원되기 때문에 amd말고 arm으로 설치.위의 Ubuntu Server Image가 설치되었다면, Para..