관리 메뉴

Wiredwisdom

Ros Structure 본문

Autonomous Driving/Turtlebot3

Ros Structure

Duke_Wisdom 2024. 7. 3. 18:55

 

 

 

Contains the source code for TurtleBot3 packages including turtlebot3_simulations and core turtlebot3 packages with their launch files, source code, package.xml, and CMakeLists.txt. The build directory handles compilation and dependency optimization, transforming source code into executable components. Creates the development environment with compiled libraries (lib) and executable packages (pkg) ready for execution. The final step involves executing the compiled packages, completing the development-to-deployment pipeline.