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

Zau depth camera calibration #975

Open
miguelriemoliveira opened this issue Jul 19, 2024 · 2 comments
Open

Zau depth camera calibration #975

miguelriemoliveira opened this issue Jul 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@miguelriemoliveira
Copy link
Member

Early results with the calibration of the zau rgbd hand camera showed that the camera was badly positioned (#970).

I then worked on #971 to be able to correct the initial guess so that it is more or less plausible, as can be seen at the end of #970.

Now the idea is to calibrate the system with depth cameras to see if it works better (before it was over 100 pixels of error).

@miguelriemoliveira miguelriemoliveira added the enhancement New feature or request label Jul 19, 2024
@miguelriemoliveira miguelriemoliveira self-assigned this Jul 19, 2024
@miguelriemoliveira
Copy link
Member Author

miguelriemoliveira commented Jul 19, 2024

clear && \
export CSF="lambda x: int(x) not in []" \
&& rosrun atom_calibration calibrate \
-json $ATOM_DATASETS/zau/inesc_day2_5_full/dataset_corrected_with_odometry_and_depth.json \        
-uic -v  \
-csf "$CSF" \
-jsf "lambda x: False" \
-jpsf "lambda x: x in ['origin_yaw']" 

@miguelriemoliveira
Copy link
Member Author

Results using the depth camera initial estimate corrected dataset

+------------+----------------+--------------------+---------------------+---------------------+
| Collection | lidar_body [m] | rgb_body_left [px] | rgb_body_right [px] | rgbd_hand_depth [m] |
+------------+----------------+--------------------+---------------------+---------------------+
|  Averages  |     0.0092     |      11.1405       |        5.7684       |        0.0073       |
+------------+----------------+--------------------+---------------------+---------------------+

I guess this means we have good results.

The color sensor in the rgbd_hand camera must also be corrected. I will try to do this also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant