in PR https://github.com/RobotWebTools/roslibjs/pull/1169 I added `callServiceAsync` to `Service` which is just a promise based wrapper around the regular `callRosService`. Do we want this for other things too? Say `sendGoal` for example for `Action`?
in PR #1169 I added
callServiceAsynctoServicewhich is just a promise based wrapper around the regularcallRosService.Do we want this for other things too?
Say
sendGoalfor example forAction?