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

yaml_import service only works in local system #45

Open jihoonl opened 9 years ago

jihoonl commented 9 years ago

If yaml_import service call is called from remote workstation and the data is available in remote workstation, world_canvas_server cannot load the data.

corot commented 9 years ago

Yes, of course the file must be in the machine running the world canvas server. You must send the file before. We can implement something to automatically send the file, but I think is not worth the effort, just to skip a call to scp