Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[roseus_tutorials] add tf bbox sample #703

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shmpwk
Copy link

@shmpwk shmpwk commented Jan 13, 2022

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
Copy link
Member

@a-ichikura
@samejima00

Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To run this script, we need someone who publishes ~input_box. So , if this script used with pr2_tabletop.launch or tabletop-object-detector.launch please include this source code from these launch file. Please add display-bounding-box-array.l too if possible.

@shmpwk shmpwk marked this pull request as ready for review January 16, 2022 01:29
@shmpwk shmpwk changed the title [WIP] [roseus_tutorials] add tf bbox sample [roseus_tutorials] add tf bbox sample Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants