Here, you will be developing a mini project that illustrates everything you have learnt so far. Use ConstructSim as it’s perfect for what you may have to do.
To use TurtleBot3, you must run export TURTLEBOT3_MODEL=burger
in the terminal before launching it.
Launch file Package: turtlebot3_gazebo File: turtlebot3_world.launch.py
Node Package: turtlebot3_teleop Node name: teleop_keyboard
If you aren’t familiar with Python, the documentation is available here:
GitHub - ROBOTIS-GIT/turtlebot3 at humble-devel
GitHub - ROBOTIS-GIT/turtlebot3_simulations at humble-devel
Package create command: ros2 pkg create --build-type ament_python <package name>