Skip to content

Commit

Permalink
set object frame id to base and resolve tf error
Browse files Browse the repository at this point in the history
  • Loading branch information
YUKINA-3252 committed Jul 25, 2023
1 parent 5ba5582 commit fdddb97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsk_perception/sample/pose_detector_auto_gen_sample.l
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
:image-topic "image_rect_color"
:image-topic-transport "compressed"
:gen-object-marker t
:objectdetection-solve-tf nil
:object-frame-id "/base"
:objectdetection-solve-tf t
:objectdetection-remap-args '(("input/ObjectDetection" "ObjectDetection"))
:object-builder (format nil "(make-cube ~A ~A ~A)" (elt (car (send obj :csg)) 1) (elt (car (send obj :csg)) 2) (elt (car (send obj :csg)) 3))
:publish-tf t
Expand Down

0 comments on commit fdddb97

Please sign in to comment.