-
Notifications
You must be signed in to change notification settings - Fork 26
ros2_medkit_opcua: native AlarmConditionType subscription bridge #387
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c72964b
feat(opcua): event subscription primitive with generation counter
mfaferek93 bb582d7
feat(opcua): AlarmConditionType state machine, poller wiring, ack/con…
mfaferek93 c57feef
test(opcua): test_alarm_server fixture, docker integration, CI workfl…
mfaferek93 d00a033
test(opcua): CTest smoke wrapper for test_alarm_server fixture
mfaferek93 b86aade
test(opcua): exercise SOVD ack/confirm + cover shelve/disable/reconne…
mfaferek93 ba8e956
fix(opcua,test): unblock alarm test FIFO + pre-write discovery manifest
mfaferek93 9aa26ac
fix(opcua,test): dump container logs in cleanup trap before removing …
mfaferek93 1a0273c
fix(opcua,test): keep docker stdin alive + stage gateway_params for b…
mfaferek93 9233289
debug(opcua): trace NodeId + status in add_event_monitored_item
mfaferek93 424e2bc
debug(opcua): use deep-copy NodeId + AlarmConditionType filter type +…
mfaferek93 a7b09e9
fix(opcua,#386): wire SOVD ack/confirm E2E + cover shelve/disable/rec…
mfaferek93 6fead31
style(opcua): apply clang-format-18 to diagnostic stderr logs
mfaferek93 2dae7c7
chore(opcua,#386): post-review quick wins (idempotence, scenario name…
mfaferek93 12b3406
fix(opcua,#386): operator-visible warn when ConditionRefresh is rejected
mfaferek93 74b8460
test(opcua,#386): unit cover the call_method per-arg result classifier
mfaferek93 b490c2a
test(opcua,#386): cover the missing AlarmStateMachine transition cells
mfaferek93 f66bb5b
fix(opcua,#386): per-MI active flag for event MI removal (Copilot rev…
mfaferek93 9e7d2c8
fix(opcua,#386): Copilot review feedback batch (observability + hygiene)
mfaferek93 dba586d
fix(opcua,#386): replace std::cerr traces with RCLCPP_DEBUG_STREAM (b…
mfaferek93 71473f0
docs(opcua,#386): document HEALED as internal-only + ShelvingState pr…
mfaferek93 0ad0306
fix(opcua,#386): input validation + cross-pipeline alarm collision ch…
mfaferek93 0c13920
fix(opcua,#386): use rcutils logging API for Humble compat
mfaferek93 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 @@ | ||
| .. Aggregator stub - actual content lives in | ||
| .. ``src/ros2_medkit_plugins/ros2_medkit_opcua/design/index.rst`` and is | ||
| .. pulled in here so the published docs match what package maintainers | ||
| .. edit alongside the code (bburda review on PR #387). | ||
|
|
||
| .. include:: ../../../src/ros2_medkit_plugins/ros2_medkit_opcua/design/index.rst |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.