Mobile Robot Platform for Education Using ROS2 SIM & REAL
sudo apt-get install arduinosudo apt install cmake pkg-config python3 python3-pip swig -ycd ~
git clone https://github.com/YDLIDAR/YDLidar-SDK.git
mkdir YDLidar-SDK/build
cd YDLidar-SDK/build
cmake ..
make
sudo make installcd ~/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.bashpip3 install pyserial pip3 install gtts playsound
pip3 install pydubros2 launch bmkbot_bringup bmkbot_bringup.launch.pyros2 launch bmkbot_cartographer cartographer_slam.launch.pyros2 launch bmkbot_bringup bmkbot_bringup.launch.py ros2 launch bmkbot_nav2 nav2.launch.py