-
Automatically moves to the charging zone when the battery falls below a certain level
-
Moves to a designated zone upon a click from the web interface
-
Autonomous harvesting mode activated via web click (follows a person and assists with harvesting)
-
Moves to a specific location and transfers harvested crops to a designated box
- When using two or more TurtleBots, the system automatically arranges tasks based on which robot is available for transport
open terminer
cd ~
mkdir project
cd project
git clone https://NICESONY:{tokenkey}@github.com/NICESONY/turtlebot3_project.git
cd turtlebot3_project
git add .
git commit -m "initial_commit"
git push
code .
sudo apt update
sudo apt install \
ros-humble-nav2-bringup \
ros-humble-navigation2 \
ros-humble-nav2-amcl \
ros-humble-nav2-lifecycle-manager \
ros-humble-nav2-planner \
ros-humble-nav2-controller \
ros-humble-nav2-behavior-tree
sudo apt update
sudo apt install ros-humble-cartographer ros-humble-cartographer-ros
- 새로운 환경에서 스프링 서버 및 ros 연계
- git clone 후 spwan 여러개 생기는 문제 해결 필요
- 서버 DB 테이블 다른 것 만들어 볼 것