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

Get Camera Extrinsic Parameters to set Custom Coordinate Space #61

Open
ravijo opened this issue Oct 27, 2021 · 0 comments
Open

Get Camera Extrinsic Parameters to set Custom Coordinate Space #61

ravijo opened this issue Oct 27, 2021 · 0 comments

Comments

@ravijo
Copy link

ravijo commented Oct 27, 2021

Hi,

I couldn't find much information about custom coordinate space. Basically, I want to set my coordinate space outside the checkerboard. I have the transformation information as shown below:

<node name="tf_box_to_marker" pkg="tf2_ros" type="static_transform_publisher" args="1 1 0 0 0 0 box marker" />

This is how my phoxi_camera.yaml file is looking right now:

frame_id: "marker"
coordinate_space: 3

sample

I think the parent frame for custom coordinate space is located in the camera and the child is going to be the box. Therefore, if I can get the current camera extrinsic parameters, I can do a simple matrix calculation to get the overall transformation.

How to get camera extrinsic parameters to set a custom coordinate space?

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

No branches or pull requests

1 participant