Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Labs Instructions for TDDE05
Manage
Activity
Members
Plan
Wiki
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDDE05 Students
Labs Instructions for TDDE05
Wiki
lab4
Changes
Page history
New page
Templates
Clone repository
Update lab4
authored
1 year ago
by
Cyrille Berger
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lab4.md
+4
-1
4 additions, 1 deletion
lab4.md
with
4 additions
and
1 deletion
lab4.md
View page @
99a3b751
...
...
@@ -52,9 +52,12 @@ The following query can be used to retrieve all the elements in the database:
```
bash
ros2 service call /kdb_server/sparql_query ros2_kdb_msgs/srv/QueryDatabase
"graphname: 'salientpoints'
format: 'json'
query: 'SELECT ?
x ?y ?z WHERE { ?x ?y ?z
}'"
query: 'SELECT ?
subject ?predicate ?object WHERE { ?subject ?predicate ?object
}'"
```
*Note:*
this query should be used to check if any triples was added in the database, it should not be used as a solution in the lab.
The following query can be used to retrieve all the object with their class that are near the point of coordinate
`(10, 12)`
:
```
bash
...
...
This diff is collapsed.
Click to expand it.