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 #4

Open
nickswalker opened this issue Jan 31, 2020 · 4 comments
Open

Camera calibration #4

nickswalker opened this issue Jan 31, 2020 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@nickswalker
Copy link
Member

We're going to be manipulating things potentially with respect to two depth cameras, so we should do a standard calibration on the intrinsics (the opencv one for the built in camera, and the intel one for the realsense and do something to make sure the extrinsics are correct for the external camera.

Intrinsics should be stored in some config files in this repo (or in camera for the realsense) and the extrinsics should be baked into the URDF

@nickswalker nickswalker added the help wanted Extra attention is needed label Jan 31, 2020
@nickswalker
Copy link
Member Author

Good high level discussion of what this means: https://www.mathworks.com/help/vision/ug/camera-calibration.html

Of course, we're just using tools that already implement all of this stuff so try not to sweat things that don't make sense.

@EdanSneh
Copy link
Contributor

Currently it seems the intel librscalibrationtools library for intrinsic and extrinsic calibration only works for amd64 and not arm64. Not sure what the workaround is but I am going to check out the intrinsic information in the librealsense sdk to see how off our intrinsic calibration currently is

@nickswalker
Copy link
Member Author

Ugh that’s annoying. Would recommend opening an issue as a feature request since this whole Jetson+Realsense is a common use case. I imagine their extrinsics calibration is just for the lens housing, so it’s probably fine to run the full calibration using one of the desktop machines.

@EdanSneh
Copy link
Contributor

EdanSneh commented Feb 28, 2020

To launch realsense must launch this scirpt. Also : roslaunch realsense2_camera rs_rgbd.launch camera:=head_external_camera enable_pointcloud:=true
also must change robot.launch file in etc/ros/melodic to point to correct urdf (place in /etc/ros/melodic folder)
Also to load cad models must source fetch-ws (@nickswalker ) did not want to mess with catkin config in fear of breaking something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants