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 | 31 |
Tags
- 자율주행
- RTK
- Simulation
- WSL
- GPS
- 터틀심
- SLAM
- Puck LITE
- DevOps
- 오블완
- Jetson
- ubuntu
- U-blox
- 로봇
- ROS
- GUI
- turtlebot3
- Visual SLAM
- 인공지능
- 티스토리챌린지
- C++
- 젯슨
- turtlesim
- ROS2
- ZED2
- Gazebo
- WSL2
- QT
- 강화학습
- 자율탐사
Archives
- Today
- Total
직관적인느낌
WSL2 + ROS2 [Simulation_turtlebot3- Gazebo], 에러 해결 본문
728x90
반응형
Launch Simulation Package
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_gazebo empty_world.launch.py
에러 해결
Error, 에러 코드
Package 'turtlebot3_gazebo' not found: "package 'turtlebot3_gazebo' not found, searching: ['/opt/ros/foxy']"
Error → Solution
sudo apt install ros-foxy-turtlebot3-gazebo
set env export TURTLEBOT3_MODEL=burger
다시 실행
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
728x90
반응형
'공학 > ROS' 카테고리의 다른 글
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 |
WSL2 + ROS2 [Uninstall] 제거 (0) | 2023.02.23 |
WSL2 + ROS2 [Setup] 환경 설치 (0) | 2023.02.23 |