| ... | ... | @@ -30,7 +30,7 @@ You will notice that we have more classes, such as `office` or `vendingmachine`. |
|
|
|
To insert the file in the database, simply run:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
ros2 service call /kdb_server/insert_triples ros2_kdb_msgs/srv/InsertTriples "
|
|
|
|
ros2 service call /kdb_server/insert_triples ros2_kdb_interfaces/srv/InsertTriples "
|
|
|
|
graphname: 'semanticobject'
|
|
|
|
format: 'ttl'
|
|
|
|
content: '`ros2 run air_simple_sim generate_rdf office_1`'"
|
| ... | ... | |