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
- WSL2
- ubuntu
- C++
- Puck LITE
- 오블완
- ZED2
- turtlebot3
- 티스토리챌린지
- 강화학습
- 인공지능
- RTK
- Simulation
- 젯슨
- ROS2
- QT
- 자율주행
- turtlesim
- 로봇
- Visual SLAM
- GUI
- Gazebo
- GPS
- U-blox
- 아두이노
- 터틀심
- Jetson
- WSL
- SLAM
- ROS
- 자율탐사
Archives
- Today
- Total
직관적인느낌
WSL2 + ROS2 [Simulation_turtlebot3 - Navigation] (터틀봇3 네비게이션) 본문
728x90
반응형
- 준비물
: SLAM에서 실행한 map 정보에 대한 파일 (map.yaml)
Launch Simulation World
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
Run Navigation Node
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_navigation2 navigation2.launch.py use_sim_time:=True map:=$HOME/map.yaml
Estimate Initial Pose
ros2 run turtlebot3_teleop teleop_keyboard
Set Navigation Goal
728x90
반응형
'공학 > ROS' 카테고리의 다른 글
Simulation_turtlebot3 - Autorace(melodic, 18.04) (0) | 2023.03.02 |
---|---|
SSH로 접속해 Real_turtlebot3 with WSL2(melodic-18.04) (0) | 2023.02.27 |
WSL2 + ROS2 [Simulation_turtlebot3 - SLAM] (터틀봇3 슬램) (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3- Gazebo], 에러 해결 (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3 - Gazebo] (0) | 2023.02.23 |