Mobile Robot Platform for Education Using ROS2 SIM & REAL
sudo apt-get install arduino
sudo apt install cmake pkg-config python3 python3-pip swig -y
cd ~
git clone https://github.com/YDLIDAR/YDLidar-SDK.git
mkdir YDLidar-SDK/build
cd YDLidar-SDK/build
cmake ..
make
sudo make install
cd ~/YDLidar-SDK
pip install .
cd ~/ros2_ws/src
git clone -b humble https://github.com/YDLIDAR/ydlidar_ros2_driver.git
cd ~/ros2_ws
colcon build --symlink-install
source install/local_setup.bash
source install/setup.bash
pip3 install pyserial
pip3 install gtts playsound
pip3 install pydub
ros2 launch bmkbot_bringup bmkbot_bringup.launch.py
ros2 launch bmkbot_cartographer cartographer_slam.launch.py
ros2 launch bmkbot_bringup bmkbot_bringup.launch.py
ros2 launch bmkbot_nav2 nav2.launch.py