MO
Morris73198/frontier_exploration
ROS_Noetic frontier_exploration_python
ROS Noetic package download
sudo apt-get update
sudo apt-get install ros-noetic-turtlebot3-gazebo
source /opt/ros/noetic/setup.bashsource /opt/ros/noetic/setup.bash
echo "export TURTLEBOT3_MODEL=burger" >> ~/.bashrc
source ~/.bashrcsudo apt-get update
sudo apt-get install ros-noetic-turtlebot3-slam
source /opt/ros/noetic/setup.bashsudo apt-get update
sudo apt-get install ros-noetic-turtlebot3-navigation
source /opt/ros/noetic/setup.bashsudo apt-get update
sudo apt-get install ros-noetic-dwa-local-plannerDemo using Turtlebot3 (Single Robot exploration)
- Shell #1 : Gazebo
roslaunch turtlebot3_gazebo turtlebot3_world.launch- Shell #2 : SLAM + RViz
roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=gmapping- Shell #3 : move_base
roslaunch turtlebot3_navigation move_base.launch - Shell #4 : Frontier exploration
roslaunch frontier explore.launchhttps://www.youtube.com/watch?v=HWd1HZNeWmo
Demo using Turtlebot3 (Two Robot exploration)
- Shell #1 : Gazebo + RViz
roslaunch ros_multi_tb3 2_tb3_house.launch- Shell #2 : tb3_1 exploration
roslaunch frontier explore_py1.launch- Shell #3 : tb3_2 exploration
roslaunch frontier explore_py2.launchOn this page
Languages
Python64.3%CMake27.7%Lua7.9%
Contributors
Created September 22, 2024
Updated October 28, 2024