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 |
Tags
- SLAM
- 로봇
- Simulation
- U-blox
- 아두이노
- 터틀심
- ROS2
- Visual SLAM
- ROS
- GUI
- ZED2
- C++
- 인공지능
- RTK
- WSL
- Jetson
- 자율주행
- turtlebot3
- Puck LITE
- QT
- 오블완
- turtlesim
- WSL2
- ubuntu
- 티스토리챌린지
- 자율탐사
- 젯슨
- GPS
- 강화학습
- Gazebo
Archives
- Today
- Total
직관적인느낌
WSL2 + ROS2 [Simulation_turtlebot3 - SLAM] (터틀봇3 슬램) 본문
728x90
반응형
Simulation_turtlebot3 - SLAM(터틀봇3 슬램)
Launch Simulation World - Gazebo
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
Run SLAM Node - Rviz2
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_cartographer cartographer.launch.py use_sim_time:=True
Run Teleoperation Node - keyboard
export TURTLEBOT3_MODEL=burger
ros2 run turtlebot3_teleop teleop_keyboard
Save Map
ros2 run nav2_map_server map_saver_cli -f ~/map
- Gazebo
- rviz2
728x90
반응형
'공학 > ROS' 카테고리의 다른 글
SSH로 접속해 Real_turtlebot3 with WSL2(melodic-18.04) (0) | 2023.02.27 |
---|---|
WSL2 + ROS2 [Simulation_turtlebot3 - Navigation] (터틀봇3 네비게이션) (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3- Gazebo], 에러 해결 (0) | 2023.02.23 |
WSL2 + ROS2 [Simulation_turtlebot3 - Gazebo] (0) | 2023.02.23 |
WSL2 + ROS2 [Uninstall] 제거 (0) | 2023.02.23 |