As the existing TurtleBot3 packages yse Gazebo Classic instead of the Harmonics version, we will be using the following project.
https://github.com/azeey/turtlebot3_simulations/tree/new_gazebo
and also, sudo apt install ros-humble-turtlebot3*
To simulate the turtlebot3, we give the following command,
ros2 launch turtlebot3_gazebo empty_world.launch.py
Or,
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
ros2 run turtlebot3_teleop teleop_keyboard
A simple collision avoidance node is prepared which keeps certain distance from obstacles and make turns to avoid collision.
ros2 run turtlebot3_gazebo turtlebot3_drive
RViz2 visualizes published topics while simulation is running. You can launch RViz2 in a new terminal window by entering below command.
ros2 launch turtlebot3_bringup rviz2.launch.py