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

Autostarting lifecycle nodes (fixes #77) #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JRV7903
Copy link

@JRV7903 JRV7903 commented Apr 1, 2025

I have removed the manual activate_node function from inter_workcell.launch.py and nexus_calibration.launch.py and added the new autostart parameter. I have also removed the activate_node_service function from workcell.launch.py and integrated the autostart parameter for the motion_planner_server in demo_planner_server.launch.py.

Implementing the autostarting feature for lifecycle nodes in the Nexus system. It allows lifecycle nodes to automatically transition to the active state upon startup.
Copy link
Collaborator

@aaronchongth aaronchongth left a comment

Choose a reason for hiding this comment

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

Hi @JRV7903, thanks for the PR. Could you GPG sign and signoff on your commits?

I noticed that the integration tests are failing too, where the nodes do not seem to have transitioned. You can run the tests locally according to instructions here, https://github.com/osrf/nexus/blob/main/.github/workflows/nexus_integration_tests.yaml, to verify if your fix works.

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