Closed jihoonl closed 10 years ago
Resource allocator in concert_service_teleop is generally useful for one robot teleoping, map making, and map navigating.
Extract resource allocator out from concert_service_teleop and make it usable for other services.
Now concert_service_utilities package has an inheritable class ResourcePimp. See the example
ResourcePimp TeleopPimp
TODO: MakeAMapPimp
To get this working, CaptureTeleop Pair has replaced with CaptureResource
Resource allocator in concert_service_teleop is generally useful for one robot teleoping, map making, and map navigating.
Extract resource allocator out from concert_service_teleop and make it usable for other services.