-
Notifications
You must be signed in to change notification settings - Fork 8
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
46 lokalizacija diskova kamera #62
Conversation
Added Extension slot to Memristor Robot, and then the camera attached to it
|
||
# TODO: Calibration. Now it's just the Dummy calibration file... | ||
if True: | ||
f = open('/home/milos/foxy_ws/src/mep3/mep3_vision/mep3_vision/DummyCameraCalibration.pckl', 'rb') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://index.ros.org/p/camera_calibration/github-ros-perception-image_pipeline/
Ja bih koristio ovaj paket za kalibraciju, msm da cak ima i neki GUI. Bitno samo da se dokumentuje
|
||
# TODO: Calibration. Now it's just the Dummy calibration file... | ||
if True: | ||
with open("src/mep3/mep3_vision/mep3_vision/ost.yaml", "r") as stream: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sad sam se sjetio da svaka kamera objavljuje CameraInfo (http://docs.ros.org/en/noetic/api/sensor_msgs/html/msg/CameraInfo.html) topic, pa tako i ova iz simulacije. Na fizickom robotu, kalibracioni fajl se prosljedjuje kamera drajveru i onda kamera drajver objavjuje CameraInfo topic
Koristiti image_pipeline paket za kalibraciju kamere. Tutorijal o tome.
Samo kalibracija: tutorijal