diff --git a/nav2_lidar_ground_segmentation_demo/CMakeLists.txt b/nav2_lidar_ground_segmentation_demo/CMakeLists.txt new file mode 100644 index 0000000..c706e71 --- /dev/null +++ b/nav2_lidar_ground_segmentation_demo/CMakeLists.txt @@ -0,0 +1,14 @@ +cmake_minimum_required(VERSION 3.16) +project(nav2_lidar_ground_segmentation_demo) + +find_package(ament_cmake REQUIRED) + +# Install launch files, configs, and model files +install( + DIRECTORY launch config models + DESTINATION share/${PROJECT_NAME} + PATTERN "__pycache__" EXCLUDE + PATTERN "*.pyc" EXCLUDE +) + +ament_package() diff --git a/nav2_lidar_ground_segmentation_demo/README.md b/nav2_lidar_ground_segmentation_demo/README.md new file mode 100644 index 0000000..11c4096 --- /dev/null +++ b/nav2_lidar_ground_segmentation_demo/README.md @@ -0,0 +1,2 @@ +# Nav2 Lidar Ground Segmentation Demo +Tutorial code referenced in https://docs.nav2.org/tutorials/docs/navigation2_with_ground_consistency_layer.rst \ No newline at end of file diff --git a/nav2_lidar_ground_segmentation_demo/config/gazebo_gui.config b/nav2_lidar_ground_segmentation_demo/config/gazebo_gui.config new file mode 100644 index 0000000..abd7826 --- /dev/null +++ b/nav2_lidar_ground_segmentation_demo/config/gazebo_gui.config @@ -0,0 +1,1126 @@ + + + + -1 + -1 + + 1920 + 1043 +