rock-core / tools-roby

The roby plan manager
Other
3 stars 11 forks source link

if_unreachable should be moved in abstract task events #79

Open doudou opened 6 years ago

doudou commented 6 years ago

While we copy the handlers when an abstract task gets replaced, we don't touch the unreachability handlers. This makes it impossible to setup unreachability handlers on an abstract task (think: mission) before it being planned.

Unreachability handlers should be moved rather than copied, as otherwise they would be triggered on the original task as well.