Create 3 messages hanging on Raspberry Pi 4 #82
-
I am trying to run some examples on the Create 3 with a Raspberry Pi 4 connected, but the commands just seem to hang.
I can see the topic list output and I am able to run the Twist example without issue, so I am unsure what the issue is.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you confirm you are using the same RMW implementation on both robot and laptop. Sometimes you can see the topic list with different RMW implementations, but the actions don’t work. |
Beta Was this translation helpful? Give feedback.
-
This is likely the same issue you are having with the other “Waiting for future problem”. I put a more detailed response in that issue: |
Beta Was this translation helpful? Give feedback.
-
This oddly happened to me also when both my computer and robot’s RMW was set to fastrtps. When I switched both to cyclone dds, I was able to dock/undock without the message hanging. Not sure why, but it made it work! |
Beta Was this translation helpful? Give feedback.
This is likely the same issue you are having with the other “Waiting for future problem”. I put a more detailed response in that issue:
#79 (comment)