ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
The SRDL has to be the complete OWL file content as a string, not only the file name (the server uses this content to compute the pose of the laser scanner to be used for generating the 2D map, so the local file name does not work). The baseScannerLink also needs to be a full OWL IRI of the respective link in the SRDL file, e.g. 'http://ias.cs.tum.edu/kb/pr2.owl#pr2_base_laser_link'.
You can have a look at the file re_comm/src/roboearth/wp5/REclients.java for examples how the services are used.