You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm currently working on some own packages to work with the irobot create 3 robot.
I'm running into problems when performing a dock/undock action. If i'm executing a dock/undock activity, I cannot check the status of the action. More specific, it seems that the action never finishes succesfully.
Even with the CLI commands to dock and undock, I never reveive a "Goal finished with status: SUCCEEDED" message.
Is it possible to provide a python example how to process the status of the docking, e.g. to wait to move to the next scheduled goals?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @BertVanAcker, the Create 3 dock and undock actions work as standard ROS 2 actions, they don't have anything special.
You can find C++ examples for dock and undock.
Later today I plan to look in details at your code snippet and provide suggestions in the discussion iRobotEducation/create3_docs#131
I will keep this ticket open as a request to provide more general Python examples.
Hello,
I'm currently working on some own packages to work with the irobot create 3 robot.
I'm running into problems when performing a dock/undock action. If i'm executing a dock/undock activity, I cannot check the status of the action. More specific, it seems that the action never finishes succesfully.
Even with the CLI commands to dock and undock, I never reveive a "Goal finished with status: SUCCEEDED" message.
Is it possible to provide a python example how to process the status of the docking, e.g. to wait to move to the next scheduled goals?
Thanks in advance
The text was updated successfully, but these errors were encountered: