We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve the position's accuracy
https://github.com/portgasray/ur5_ROS-Gazebo/blob/2f7b9b056bb41b9412f86589a60e25ba2816b78b/ur5_mp.py#L253
The text was updated successfully, but these errors were encountered:
plate 51mm
intrinsic camera Parameters w*h = 640 * 480
PPX: 314.059814453125 PPY: 248.703369140625 Fx: 613.410034179688 Fy: 613.709289550781
Projection in Realsense contains parameters defination.
ppx and ppy filed describe the pixel coordinates of the principal point(center of projection)
intrinsic matrix (mm):
613.41003 0.00000 314.05981 0.00000 613.70928 248.70336 0.00000 0.00000 1.00000
Sorry, something went wrong.
get depth from realsense camera IntelRealSense/librealsense#3460 (comment)
portgasray
chaogehah
No branches or pull requests
Improve the position's accuracy
https://github.com/portgasray/ur5_ROS-Gazebo/blob/2f7b9b056bb41b9412f86589a60e25ba2816b78b/ur5_mp.py#L253
The text was updated successfully, but these errors were encountered: