jsk-ros-pkg / jsk_roseus

ROS EusLisp Client
http://wiki.ros.org/roseus/Tutorials
16 stars 56 forks source link

[roseus_tutorials] add tf bbox sample #703

Open shmpwk opened 2 years ago

shmpwk commented 2 years ago

Add sample scripts which subscribe BoundingBoxArray and convert it to world coordinates.

You can quickly try this by launching sample_hsi_color_filter.launch.

Note that when getting the base->cam-coords, we use lookup-transform . This is because we expect base->cam-coordsis dynamic. If your base->cam-coords is static, use (setq base->cam-coords (send (send *YOUR_EUS_MODEL* :YOUR_CAMERA_FRAME) :copy-worldcoords)))) instead.

TODO: make a sample for display-bounding-box-array.l with another PR.

708yamaguchi commented 2 years ago

@a-ichikura @samejima00