We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767dd70 commit 15318b9Copy full SHA for 15318b9
scripts/knowrob_designator_client.py
@@ -37,11 +37,16 @@ def main():
37
push_msg.json_designator = """
38
{
39
"anObject": {
40
+ "name": "Milk1",
41
"type": "Milk",
42
"pose": {
- "x": 1.0,
43
- "y": 0.5,
44
- "z": 0.75,
+ "px": 1.0,
+ "py": 1.0,
45
+ "pz": 0.0,
46
+ "rx": 0.0,
47
+ "ry": 0.0,
48
+ "rz": 0.0,
49
+ "rw": 1.0,
50
"frame": "map"
51
}
52
@@ -84,12 +89,15 @@ def main():
84
89
"type": "Milk"
85
90
86
91
},
87
- "target": {
88
- "pose": {
- "x": 1.2,
- "y": 0.8,
92
- "frame": "map"
+ "target_location": {
93
+ 'px': 2.1,
94
+ 'py': 2.35,
95
+ 'pz': 0.8,
96
+ 'rx': 0.0,
97
+ 'ry': 0.0,
98
+ 'rz': 0.0,
99
+ 'rw': 1.0,
100
+ 'frame': 'map'
101
102
103
0 commit comments