RobotWebTools / roslibjs

The Standard ROS JavaScript Library
https://robotwebtools.github.io/roslibjs
Other
677 stars 378 forks source link

Fix Service.advertise callback type #695

Closed EzraBrooks closed 6 months ago

EzraBrooks commented 6 months ago

Public API Changes

Changes the TypeScript type to be consistent with the actual usage of the Service.advertise API.

Description