add warning message to ensure rosidl_adaptor is available.#886
add warning message to ensure rosidl_adaptor is available.#886fujitatomoya wants to merge 1 commit intorollingfrom
Conversation
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds a warning message to inform users when rosidl_adapter is not available but non-IDL interface files are provided, helping them understand why their build might fail and how to resolve the issue.
- Adds a warning message in the
rosidl_generate_interfacesmacro whenrosidl_adapteris not found - Provides clear guidance on how to resolve the issue by adding the required package dependency
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Pulls: #886 |
GuillaumeDua
left a comment
There was a problem hiding this comment.
LGTM 👍 , but perhaps there's other generators and/or a specific generator API worth mentioning here ?
Description
Fixes #885
Is this user-facing behavior change?
No
Did you use Generative AI?
No
Additional Information