Skip to content

Commit aac8c1c

Browse files
committed
[rs] minor updates for real-world perception
1 parent 46f7dd0 commit aac8c1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cram_integration/cram_robosherlock/src/robosherlock-ros.lisp

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
key-value-pair
7676
(let ((value (car values)))
7777
;; below are the only keys supported by RS at the moment
78+
;; TODO: make sure that an already perceived object doesn't get reperceived with its original SHAPE and SIZE...
7879
(if (or (eql key :type)
7980
(eql key :shape)
8081
(eql key :color)
@@ -217,7 +218,9 @@
217218
(:EdekaRedBowl
218219
:bowl)
219220
(:WeideMilchSmall
220-
:milk))))
221+
:milk)
222+
(:BLUEPLASTICSPOON
223+
:spoon))))
221224
(setf rs-answer
222225
(subst-if `(:type ,cram-type)
223226
(lambda (x)

0 commit comments

Comments
 (0)