This commit is contained in:
Aditya Pulipaka
2025-04-11 13:23:47 -05:00
parent a8341be7ef
commit 18bbd84e01
1101 changed files with 65981 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
set(ament_cmake_package_templates_ENVIRONMENT_HOOK_LIBRARY_PATH "/root/ros2_humble/build/ament_package/ament_package/template/environment_hook/library_path.sh")
set(ament_cmake_package_templates_ENVIRONMENT_HOOK_PYTHONPATH "/root/ros2_humble/build/ament_package/ament_package/template/environment_hook/pythonpath.sh.in")
set(ament_cmake_package_templates_PACKAGE_LEVEL "")
list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/package_level/local_setup.bash.in")
list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/package_level/local_setup.sh.in")
list(APPEND ament_cmake_package_templates_PACKAGE_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/package_level/local_setup.zsh.in")
set(ament_cmake_package_templates_PREFIX_LEVEL "")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/local_setup.bash")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/local_setup.sh.in")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/local_setup.zsh")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/setup.bash")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/setup.sh.in")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/setup.zsh")
list(APPEND ament_cmake_package_templates_PREFIX_LEVEL "/root/ros2_humble/build/ament_package/ament_package/template/prefix_level/_local_setup_util.py")