Replies: 3 comments 13 replies
-
Anything suspicious in the log? My galactic Create3 completed three cycles of undock, run 7h41m to 14%, dock, charge 1h38m to 100%, repeat, with no issue, But there was a 45 second “lease lost” in the log, that luckily did not coincide with any active action server activity. |
Beta Was this translation helpful? Give feedback.
-
This seems to be an issue caused by your network connection. You can refer to this page on how to configure the DDS on your laptop and then use the configuration provided under "disable multicast": https://iroboteducation.github.io/create3_docs/setup/xml-config/ |
Beta Was this translation helpful? Give feedback.
-
Well, here's an update. I got another TMobile 5G gateway (for another reason) and now the docking and undocking actions work like a charm, continuously. Thanks! |
Beta Was this translation helpful? Give feedback.
-
How are you connecting to your Create 3?
Wi-Fi (ROS 2)
Computer(s) Model(s) and Operating System(s)
Dell (i7-4500U CPU), Ubuntu 22.04.3 LTS
Which version of ROS 2 is installed on your computer?
Humble
Which firmware version is installed on your robot?
H.2.1
Which RMW is your robot running?
FastRTPS
Does your robot have an assigned namespace? If so, please share.
No
Is the robot connected to a network? If so, what is the network type?
2.4GHz Wi-Fi
Are there multiple Create 3 robots connected to your network?
No
Is multicast enabled?
Yes
What is the Adapter Board's USB/BLE Toggle currently switched to?
Bluetooth (default)
Describe your question.
The network connection (specifically the action server connection) to my Create 3 goes kaput after ~15 minutes. I've experienced this with two computers (Ubuntu 22.04). I'll run the /dock, /undock action commands alternately, one after another.
ros2 action send_goal /undock irobot_create_msgs/action/Undock "{}"
ros2 action send_goal /dock irobot_create_msgs/action/Dock "{}"
It works fine for about 15 minutes, then the robot stops moving "waiting for action server."
I'll pick up another computer, and the same thing... I'll run dock/undock repeatedly (while the other computer is "waiting on action server"). It works fine for about 15 minutes, then stops hearing the action server (waiting for action server). I can still see the action server with "ros2 action list."
Teleop_keyboard still works but I get that... the workstation is publishing and the Create 3 is subscribing to /cmd_vel but the action server seems to have trouble sending the goal.
Beta Was this translation helpful? Give feedback.
All reactions