git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 2.8.3)
project(aws_robomaker_small_warehouse_world)
find_package(catkin REQUIRED COMPONENTS
gazebo_ros
)
catkin_package()
install(DIRECTORY launch models worlds maps rviz
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)