corot / world_canvas

ROS framework for storing and accessing semantic information about the world, with an initial emphasis on needs and use cases for mobile robots.
10 stars 19 forks source link

Not getting service handle about "delete_annotation" #37

Closed dwlee closed 9 years ago

dwlee commented 9 years ago

I deleted annotations and called delete service. But time error happened.

[INFO] [WallTime: 1413250432.848622] Requesting server to save annotations
[INFO] [WallTime: 1413250432.849686] Waiting for 'save_annotations_data' service...
[INFO] [WallTime: 1413250432.852004] Requesting server to save annotations
[INFO] [WallTime: 1413250432.879728] Waiting for 'delete_annotations' service...
<timout> seconds elapsed: timeout exceeded while waiting for service /software/world_canvas/delete_annotations

Server side log is below.

<annotation information messages>
.....

[INFO] [WallTime: 1413250432.879365] 7 annotations saved
dwlee commented 9 years ago

I'm sorry. I did not use up to date code of world canvas server. It worked well.