Stella N1
  • STELLA N1 USER MANUAL
  • 관련 홈페이지
  • IdeaRobot Gitbook
  • STELLA N1 사양
    • 치수 및 외관
    • 제원
    • 블록도
    • 중요 부품
    • SBC 구성 요소
  • STELLA N1 조립 방법
    • STELLA N1 조립 방법
    • 조립 및 배선 part 1
  • 조립 및 배선 part 2
  • STELLA N1 관련 설정
    • 원격 PC 설정
      • ROS 1 - 원격 PC 설정
      • ROS 2 - 원격 PC 설정
    • Raspberry Pi(Single Board Computer) 설정
      • ROS 1 - Raspberry Pi(Single Board Computer) 설정
      • ROS 2 - Raspberry Pi(Single Board Computer) 설정
    • Odroid N2+(Single Board Computer) 설정
      • ROS 1 - Odroid N2+(Single Board Computer) 설정
      • ROS 2 - Odroid N2+(Single Board Computer) 설정
    • JetsonNano(Single Board Computer) 설정
      • ROS 1 - JetsonNano(Single Board Computer) 설정
      • ROS 2 - JetsonNano(Single Board Computer) 설정
  • STELLA N1 작동
    • STELLA N1 구동
      • ROS 1 - STELLA N1 구동
      • ROS 2 - STELLA N1 구동
    • STELLA N1 SLAM
      • ROS 1 - STELLA N1 SLAM
      • ROS 2 - STELLA N1 SLAM
    • STELLA N1 Navigation
      • ROS 1 - STELLA N1 Navigation
      • ROS 2 - STELLA N1 Navigation
    • STELLA N1 UI 이용 구동
      • ROS 1 - STELLA N1 UI 이용 구동
      • ROS 2 - STELLA N1 UI 이용 구동
    • STELLA UI 실행 - SLAM
      • ROS 1 - STELLA UI 실행 - SLAM
      • ROS 2 - STELLA UI 실행 - SLAM
    • STELLA UI 실행 - Navigation
      • ROS 1 - STELLA UI 실행 - Navigation
      • ROS 2 - STELLA UI 실행 - Navigation
  • 부 록
    • ROS1_STELLA 라이브러리 업데이트
      • Pi 4 라이브러리 업데이트
    • App 이용하여 STELLA N1 구동
      • ROS 1 - App 이용하여 STELLA N1 구동
      • ROS 2 - App 이용하여 STELLA N1 구동
    • STELLA N1 Pi Camera Module V2 설치 및 구동하기
      • ROS 1 - STELLA N1 Pi Camera Module V2 설치 및 구동하기
      • ROS 2 - STELLA N1 Pi Camera Module V2 설치 및 구동하기
    • 모터드라이버 환경설정
    • 모터 게인 확인 및 수정
    • AHRS 환경설정
    • 전원보드 배터리 컷 오프
    • 이전 메뉴얼
Powered by GitBook
On this page

Was this helpful?

  1. STELLA N1 관련 설정
  2. 원격 PC 설정

ROS 2 - 원격 PC 설정

STELLA N1은 ROS 기반으로 구성된 자율주행 연구용 플랫폼입니다. 원격 PC에 ROS 설치 후 STELLA N1 운용이 가능합니다.

PreviousROS 1 - 원격 PC 설정NextRaspberry Pi(Single Board Computer) 설정

Last updated 3 years ago

Was this helpful?

  • STELLA N1은 Ubuntu 20.04 LTS 버전을 기준으로 제작되었습니다. STELLA N1을 조정할 원격 컴퓨터에서 Ubuntu 20.04 LTS 버전 설치를 권장 드립니다. Ubuntu 설치는 하기의 링크를 참고하여 설치합니다.

  • STELLA N1은 ROS(Robot Operating System)을 기반으로 구성된 자율주행 연구용 플랫폼입니다. 원격 PC에 ROS 2 설치 후 STELLA N1 운용이 가능합니다. ROS 2 설치는 하기의 명령어를 이용하여 설치합니다.

wget https://raw.githubusercontent.com/ntrexlab/ROS_INSTALL_SCRIPT/main/install_ros2_foxy.sh && chmod 755 ./install_ros2_foxy.sh && bash ./install_ros2_foxy.sh
  • Ubuntu 터미널에 apt-get install 명령어를 사용하여 패키지를 설치합니다.

sudo apt-get install ros-foxy-cartographer ros-foxy-cartographer-ros ros-foxy-navigation2 ros-foxy-nav2-bringup
cd ~/colcon_ws/src/
git clone https://github.com/ntrexlab/STELLA_REMOTE_PC_ROS2.git
cd ~/colcon_ws/src/STELLA_REMOTE_PC_ROS2/stella_teleop/stella_teleop/script
chmod +x teleop_keyboard.py
cd ~/colcon_ws
colcon build --symlink-install
https://ubuntu.com/tutorials/install-ubuntu-desktop
https://linuxhint.com/install_ubuntu_desktop_2004/