-
Notifications
You must be signed in to change notification settings - Fork 12
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Extrinsic Calibration #13
Comments
Related: ros-industrial/industrial_calibration#95 and ros-industrial-attic/godel#114. I'm not sure whether @VictorLamoine ever made any of the code he is/was using available. |
Note: I don't believe this is really something 'core' to the driver. 2D laser calibration is something useful / needed regardless of which driver or even laser is being used. |
Thanks, I will have a look at it.
Agreed, but for now it seemed the most related package for us to post this issue in. Will transfer or close it with a link once we find or create a laser line calibration package. |
Ping @VictorLamoine seeing as he just responded to a comment on ros-industrial/industrial_calibration#95 ;) |
@gavanderhoorn I missed this one sorry 😄 Our procedure works but has never been put in a "production" ready state. Interesting papers:
I will send you our Matlab code (can be used with Octave from what I remember) that worked with a PDF. |
@dave992 I don't have your email and I can't find it. I added you on LinkedIn so we can share emails! |
You could send it to me @VictorLamoine. I can forward it to the relevant ppl (ie: @dave992). |
You should both have received it! |
Can I have also the Matlab code? @VictorLamoine |
No sorry: I left my previous company and am unable to provide any help now. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
An extrinsic calibration is needed if the laser line scanner will be used together with a robot (or other moving platforms).
So far I've only been able to find the following package to do a calibration of a laser line scanner (requires a camera): laser_camera_calibration
Alternatively, we can implement another method that is not reliant on the use of a camera. This could, for example, be based on A one-step intrinsic and extrinsic calibration method for laser line scanner operation in coordinate measuring machines
Any suggestions on what route to take or packages I might be missing?
The text was updated successfully, but these errors were encountered: