How to install ROS noetic Arduino IDE

mseokq23·2024년 11월 27일

Simple Ubuntu Setup

목록 보기
3/3

Install Arduino.

먼저 최신 버전의 아두이노를 확인하기 위해 아두이노 홈페이지에 접속
1. First, To check latest arduino version

Download page : www.arduino.cc/en/software

  • Linux ARM 64bits install..
  1. Install necessary dependency
sudo apt update
sudo apt install -y wget unzip
  1. Unzip file

  1. Install Arduino IDE 1.8.19

  2. Launch Arduino IDE install script

cd ~/Downloads/arduino-1.8.19/
sudo ./install.sh
  1. Installation Check.

Command this on new terminal

arduino
  1. Add library rosserial

i want to use ros.h heaher

install

0개의 댓글