-
Notifications
You must be signed in to change notification settings - Fork 181
Add new interfaces to enable intropsection for action #1207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new interfaces to enable intropsection for action #1207
Conversation
Signed-off-by: Barry Xu <[email protected]>
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a few comments, can you check them?
Thank you, I have addressed your review comments. |
|
Pulls: #1207, ros2/rclcpp#2750 |
|
@Barry-Xu-2018 DCO is missing, can you check that? CI is green, so once DCO error is fixed, i will merge this. |
Signed-off-by: Barry Xu <[email protected]>
7196992 to
4356183
Compare
|
@fujitatomoya My mistake, I have resubmitted it. |
|
Pulls: #1207 |
|
@Barry-Xu-2018 can you merge this when CI is green. |
|
The build for Windows is unstable. |
|
@fujitatomoya I cannot do merge for this PR. |
| const rosidl_action_type_support_t * type_support, | ||
| const rcl_publisher_options_t publisher_options, | ||
| rcl_service_introspection_state_t introspection_state) | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a warning in Windows CI:
'rcl_action_server_configure_action_introspection': inconsistent dll linkage
See reference build:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Barry-Xu-2018 actually this was detected by https://ci.ros2.org/job/ci_windows/23428/msbuild/, but we overlooked it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Crola1702 @Barry-Xu-2018 #1212 should fix this inconsistent linkage warning.
|
Sorry. I overlooked the build issue. |
Address ros-infrastructure#405