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

Camera calibration #180

Open
eborghi10 opened this issue May 13, 2020 · 0 comments
Open

Camera calibration #180

eborghi10 opened this issue May 13, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@eborghi10
Copy link
Member

eborghi10 commented May 13, 2020

Describe the bug
Real cameras need to be calibrated to properly setup their intrinsic and extrinsic parameters.

More info about how camera calibration works is described here.

The exact same issue is described here.

ROS Wiki proves more info here and here.

To Reproduce
Steps to reproduce the behavior:

  • Execute the robot with one of the real cameras:
LASER=astra roslaunch ca_bringup minimal.launch 
  • Try to plot the depth camera with color
rviz

Add --> By Topic --> /create1/astra/depth/image_raw --> DepthCloud
Color Image Topic --> /create1/astra/rgb/image_raw

You won't be able to see an RGB-D image.

Expected behavior
You should see an RGB-D image in RViz. The expected behavior can be seen with Gazebo.

LASER=astra roslaunch ca_gazebo create_sweet_house_3.launch 

Once the parameters are calculated, they need to be added to the calibration.yaml file added by #181.

Screenshots

Screenshot from 2020-05-13 20-21-45

@eborghi10 eborghi10 added the bug Something isn't working label May 13, 2020
@eborghi10 eborghi10 added this to the Hardware and sensors milestone May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant