-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support for Bevy #358
Comments
Hi there! I've been using Here's how I integrate ROS 2 interfaces within my bevy application:
Hope that helps! |
|
@Yadunund thanks for the support. I tried to create a simple test code to try out what you suggested. Not sure did I understood the recommendation correctly but my Bevy still gets stuck after the node was spun once. |
Is it stuck inside the |
Instead of transferring the subscription data using an Your subscription callback would simply pass the messages into the sender. Your |
|
Tried to add a subscriber node as a system in Bevy but Bevy stopped running (black screen) after the node started spinning
Tried multi-threading. It works (bevy and ros node both running), but ros node is unable to update the resource database in Bevy with the new messages.
Any help or suggestion will be appreciated and we can try to get it working and improve the Docs or an example for the community.
Setup:
The text was updated successfully, but these errors were encountered: