git commit -m "first commit"
This commit is contained in:
13
simulators/aws-robomaker-small-warehouse-world_h/CMakeLists.txt
Executable file
13
simulators/aws-robomaker-small-warehouse-world_h/CMakeLists.txt
Executable 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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user