-
Notifications
You must be signed in to change notification settings - Fork 54
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
Robot Stop feature not available. /stop
topic not found
#82
Comments
@gautham-nf , Sorry for late response. Move_stop is addressed in the case of motion moving with an asynchronous service.
Please specify sync_type as '1' and check it. ++
cc @song-ms |
Thanks for the response @leeminju531 In my use case I want to wait for the service.. And stopping the bot would be a separate call. Is there a way to accommodate both? Or know if the bot is moving. |
This service seems to be proper to check the bot is moving in async mode. ref.
|
Got it, that helps for now. In addition to that, having an option to quickly stop the cobot motion via a topic would be extremely helpful. For example, if I have an action to pick an item from A to B, and then from B to C, I would send these commands in sequence. If we send them asynchronously, the service won't wait for completion between commands. So, if we need to wait for one action to finish before sending the next, we would have to run a loop just to check if it's still moving. That feels a bit excessive. With a topic for stopping, I could call the service in synchronous mode, where it waits for each task to complete. Then, if we ever need to stop the motion quickly, we could easily manage that for all use cases. Does that make sense? |
@gautham-nf |
Thanks for the response. Will continue to watch this thread for any update on this. |
In ROS1 version. there is a topic to stop the robot mid movement.
But unable to get this topic in ROS2 implementation.
Also
/motion/move_stop
service to stop the movement is useless as it gets stuck in the thread and does not stop the bot in time.Would the feature to stop the bot be bought back to
humble
soon?The text was updated successfully, but these errors were encountered: