Skip to content
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

Sequential Bringup #67

Merged
merged 12 commits into from
Feb 9, 2024
Merged

Sequential Bringup #67

merged 12 commits into from
Feb 9, 2024

Conversation

Serafadam
Copy link
Collaborator

@Serafadam Serafadam commented Feb 7, 2024

  • Update Mocks and regular nodes to Lifecycle
  • Add a simple lifecycle manager to indicate hardware bringup process
  • Move peripherals to control launch file for simplicity
  • Add wait for ready signal to SDK
  • Update Readme to point to docs

@@ -83,8 +104,8 @@ int main(int argc, char* argv[]) {
rclcpp::init(argc, argv);

auto node = std::make_shared<rae_hw::SpeakersNode>(rclcpp::NodeOptions());
rclcpp::executors::StaticSingleThreadedExecutor executor;
executor.add_node(node);
rclcpp::executors::SingleThreadedExecutor executor;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why a dynamic single threaded executor used instead of static one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to static

@danilo-pejovic
Copy link
Collaborator

Looks good to me.

@danilo-pejovic danilo-pejovic merged commit a8e782d into humble Feb 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants