How to simulate a LOST action goal?

asked 2023-07-05 16:21:41 -0500

Pinknoise2077 gravatar image

I want to create a ros test and would like to emulate an action goal being lost. I've tried shutting down the action server, but that does not return the goal as actionlib::SimpleClientGoalState::LOST to the action client.

Is there a way to achieve this?

edit retag flag offensive close merge delete