@@ -200,12 +200,12 @@ Example: (send self :gripper :position) => 0.00"
200
200
(:speak-jp (text &rest args &key (topic-name " robotsound_jp" ) &allow-other-keys )
201
201
(send-super* :speak-jp text :topic-name topic-name args))
202
202
(:add-keepout-collision-object ()
203
- (let ((cube (make-cube 200 350 20 ))
204
- (keepout (make-cylinder 300 20 )))
203
+ (let ((cube (make-cube 200 350 10 ))
204
+ (keepout (make-cylinder 300 10 )))
205
205
(send cube :translate #f(-120 0 0 ))
206
- (send keepout :translate #f(0 0 -10 ))
206
+ (send keepout :translate #f(0 0 -5 ))
207
207
(setq keepout (body- keepout cube))
208
- (send keepout :translate #f(0 0 375 ))
208
+ (send keepout :translate #f(0 0 370 ))
209
209
(send *co* :add-attached-object keepout
210
210
" base_link"
211
211
:frame-id base-frame-id
@@ -215,9 +215,9 @@ Example: (send self :gripper :position) => 0.00"
215
215
(send *co* :delete-attached-object-by-id " keepout" )
216
216
(send *co* :delete-object-by-id " keepout" ))
217
217
(:add-ground-collision-object ()
218
- (let ((cube (make-cube 200 350 50 ))
218
+ (let ((cube (make-cube 500 500 50 ))
219
219
(ground (make-cylinder 1000 50 )))
220
- (send cube :translate #f(-120 0 0 ))
220
+ (send cube :translate #f(-20 0 0 ))
221
221
(send ground :translate #f(0 0 -25 ))
222
222
(setq ground (body- ground cube))
223
223
(send ground :translate #f(0 0 -25 ))
0 commit comments