Skip to content

Latest commit

 

History

History

ament_cmake_advanced

ament_cmake_advanced

本ディレクトリは ament_cmake の発展的な使い方として以下のサンプルを提供する。

  • plugin 作成
  • ament 拡張

plugin 作成

以下のパッケージは plugin 作成のサンプルとなっている。

pulugin クラス図

ament 拡張

以下のパッケージは ament 拡張のサンプルとなっている。ament_cmake_extension_usage 内で ament_package が呼ばれたときに ament_cmake_extension_caller 内の simple_ament_cmake_extension_hook.cmake が呼ばれるという構成になっている。