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

If starting joy before xbox controller - no controller is detected #297

Open
drozzy opened this issue Feb 11, 2025 · 0 comments
Open

If starting joy before xbox controller - no controller is detected #297

drozzy opened this issue Feb 11, 2025 · 0 comments

Comments

@drozzy
Copy link

drozzy commented Feb 11, 2025

If I start my ros2 joy node before I turn on the bluetooth xbox controller then joy doesn't detect it.

Steps to reproduce:

  1. Start joy node: ros2 launch joy teleop_joy_node
  2. Turn on xbox controller
  3. Start ros2 topic echo joy
  4. No output

However, this works just fine:

  1. Turn on xbox controller
  2. Start joy node: ros2 launch joy teleop_joy_node
  3. Start ros2 topic echo joy
  4. Output present.

Consequently, if the controller is ever turned-off during operation, we are back to the first problem - it's not detected upon starting.

I would love if there was some way to force joy node to somehow keep reconnecting to it.

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