Closed knuesel closed 3 years ago
Thanks for the quick merge 😊 Would it be OK to have a release with this fix? (I'm using it in a small app I want to distribute).
Yeah, no problem. Just updating the CHANGELOG now Update: Published!
Awesome, thanks!
Hi, this adds an export necessary for the argument types of the callbacks passed to
sendSimpleGoal
.This also changes the "done" callback to report a
SimpleClientGoalState
instead of aSimpleGoalState
(the latter can only bePENDING
/ACTIVE
/DONE
so gives no way of detecting errors).(The new behavior matches the Python, C++ and rosnodejs implementations.)