-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(autoware_node): add AutowareNode base class #57
Conversation
|
114e9d0
to
fde4177
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
Signed-off-by: M. Fatih Cırıt <[email protected]>
ec09776
to
df7e483
Compare
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 4
Lines ? 23
Branches ? 0
======================================
Hits ? 0
Misses ? 23
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Because of the #57 (comment) mergify error, moved to #73 |
Signed-off-by: M. Fatih Cırıt [email protected]
Description
Related Discussion: https://github.com/orgs/autowarefoundation/discussions/3194
This PR is for creating the base class for all the future Autoware Core nodes to inherit from.
This node will be inheriting from the rclcpp_lifecycle::LifecycleNode with (LifeCycle Readme).
I'll be taking ros2 nav2 stack as reference too while combining Lifecycle and Composable node concepts.
While developing this PR, I am going to explore ideas mentioned in previous conversations in the Autoware community.
Related links
Related links
Communication architecture
Communication architecture
Registration Service
Service server:
ACC
Service client:
AutowareNode
Roles:
AutowareNode
inACC
AutowareNode
Heart beat bond
https://github.com/ros/bond_core/blob/ros2/ros2_migration_readme.mdSlowhttps://github.com/ros-safety/software_watchdogs
https://design.ros2.org/articles/qos_deadline_liveliness_lifespan.html
https://docs.ros.org/en/rolling/Concepts/About-Quality-of-Service-Settings.html#qos-events
Roles:
AutowareNode
is alive, it reports with this bondAutowareNode
dies, it triggers theon_broken
callbackReporting service
Service server:
ACC
Service client:
AutowareNode
Roles:
AutowareNode
to theACC
Control service
Service server:
AutowareNode
Service client:
ACC
Roles:
AutowareNode
AutowareNode
between active-inactive?Tasks
Tests performed
PR Review Items
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.