Seeing "Wait on future" message when attempting to run Create3 example create3_dance from Raspberry Pi 4 #79
-
I am attempting to run the create3_dance from a Raspberry Pi 4 connected to the Create 3 via USB-C but I keep getting a "Wait on future" message when this is run.
Environment: Output of env:
ROS 2 topic list:
I am able to run the Twist example and the Create 3 does move, but I can not seem to get the create3_dance example to work.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you see if services are working with your setup? A quick one to test is the e-stop service with
If services aren’t working with your setup, can you verify the RMW implementation is the same on the robot and laptop. If you have an SBC connected like a raspberry pi 4 and are using CycloneDDS, note the comment about the DontRoute config on the laptop here: You can also try using FastRTPS on both robot and laptop if you are using cyclone and it isn’t working for you. Cyclone is pickier about config files for network setup. |
Beta Was this translation helpful? Give feedback.
Can you see if services are working with your setup?
A quick one to test is the e-stop service with
If services aren’t working with your setup, can you verify the RMW implementation is the same on the robot and laptop. If you have an SBC connected like a raspberry pi 4 and are using CycloneDDS, note the comment about the DontRoute config on the laptop here:
https://iroboteducation.github.io/create3_docs/setup/xml-config/
You can also try using FastRTPS on both robot and laptop if you are using cyclone and it isn’t working for you. Cyclone is pickier about config files for network setup.