Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SLAM
- Simulation
- WSL
- Jetson
- C++
- Visual SLAM
- turtlebot3
- RTK
- WSL2
- ROS
- GPS
- 오블완
- 자율주행
- QT
- 로봇
- ROS2
- 티스토리챌린지
- ZED2
- 인공지능
- 자율탐사
- 젯슨
- 아두이노
- U-blox
- 강화학습
- Gazebo
- Puck LITE
- turtlesim
- GUI
- 터틀심
- ubuntu
Archives
- Today
- Total
직관적인느낌
SSH로 접속해 Real_turtlebot3 with WSL2(melodic-18.04) 본문
728x90
반응형
- 출처
- SSH 서버 설치하기
- WSL2[4] - SSH 접속하기
- turtlebot - bringup
- https://emanual.robotis.com/docs/en/platform/turtlebot3/bringup/#bringup
SSH 서버 설치하기
#패키지 업데이트하기
sudo apt update
#SSH서버 설치하기
sudo apt install openssh-server
#ssh셋팅하기
sudo systemctl enable ssh
#net-tools 설치
sudo apt install net-tools
#ip주소 확인
ifconfig
#호스트키 생성
sudo ssh-keygen -A
#비밀번호 인증방식 사용
sudo nano /etc/ssh/sshd_config
#다음 내용을 수정합니다.
PasswordAuthentication no >> yes
터미널 닫고, 새로 열기
- 먼저, 접속하고자 하는곳(ex.로봇)의 ip 확인
ifconfig
- 접속하는곳(ex.원격접속PC)에서, 접속할 곳(ex.로봇)의 ID를 맞춰서 접속한다.
ssh leecar@192.168.0.204
728x90
반응형
'공학 > ROS' 카테고리의 다른 글
Simulation_turtlebot3 - Autorace(melodic) - 제어 (0) | 2023.03.02 |
---|---|
Simulation_turtlebot3 - Autorace(melodic, 18.04) (0) | 2023.03.02 |
WSL2 + ROS2 [Simulation_turtlebot3 - Navigation] (터틀봇3 네비게이션) (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3 - SLAM] (터틀봇3 슬램) (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3- Gazebo], 에러 해결 (0) | 2023.02.23 |