forked from ros2/ros2_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gonzalo de Pedro <[email protected]>
- Loading branch information
1 parent
3573966
commit 64531db
Showing
5 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
sequenceDiagram | ||
participant CodeGenerator_cmake | ||
participant ament_package | ||
participant ament_register_extension | ||
CodeGenerator_cmake->>ament_package: CONFIG_EXTRAS | ||
ament_package->>ament_register_extension: rosidl_create_type_descriptions_extensions, cmake_code_hook | ||
ament_package->>ament_register_extension: rosidl_write_generator_arguments_extensions, cmake_code_hook | ||
ament_package->>ament_register_extension: rosidl_generate_idl_interfaces, cmake_code_hook | ||
Note right of ament_package: Execute a cmake.in template with variables and a cmake code hook. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.