This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Replies: 1 comment
-
Hello, i checked and this is a bug, goals should be deleted after N seconds only after they're complete, not in any condition. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
By following the examples provided in goroslib, I implemented a SimpleActionServer that waits for the user input which may take a bit of time. My problem is when I do "rostopic echo to the /status" the status array is being cleaned and the goal is being deleted after 5 seconds and I can not conclude the process. I saw in goroslib a configuration called "DeleteGoalAfter" in the NewSimpleAction function adjusted to 5 seconds (https://github.com/aler9/goroslib/blob/6f6095873d06d5e9c6146d1cb4ae6560983fe547/actionserver.go#L248).
May it be the issue? What is the correct way of implementing the simpleActionServer to keep the goals? I would be glad if you could help. Thank you!
Cheers,
Beril
Beta Was this translation helpful? Give feedback.
All reactions