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

No feedback from external node launcher #1

Open
m2-farzan opened this issue Jan 24, 2022 · 0 comments
Open

No feedback from external node launcher #1

m2-farzan opened this issue Jan 24, 2022 · 0 comments

Comments

@m2-farzan
Copy link
Contributor

We can't know if external nodes (or the launcher itself) are ready or not. We currently use open-loop timeouts but we should fix it soon.

Examples:

launch_description = generate_launch_description()
robot.runtime.ros_interface.launch_external_nodes(launch_description)
await asyncio.sleep(10)

# Stabilize
sleep(0.5)

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

No branches or pull requests

1 participant