We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have created a discussion around having a base class for all Autoware nodes for better monitoring of the system.
Implement a base class for Autoware
Inherit either rclcpp::LifeCycleNode or rclcpp::Node class and implement Autoware base class features.
The text was updated successfully, but these errors were encountered:
Related PRs:
These PRs took long time to be merged. We can break them up and merge by smaller pieces.
Sorry, something went wrong.
No branches or pull requests
Checklist
Description
We have created a discussion around having a base class for all Autoware nodes for better monitoring of the system.
Purpose
Implement a base class for Autoware
Possible approaches
Inherit either rclcpp::LifeCycleNode or rclcpp::Node class and implement Autoware base class features.
Definition of done
The text was updated successfully, but these errors were encountered: