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

46 lokalizacija diskova kamera #62

Closed
wants to merge 11 commits into from

Conversation

miloshunter
Copy link
Member

@miloshunter miloshunter commented Jan 14, 2022

  • Dodati kameru na robota
  • Kreirati ros nod koji ce primati podatke sa kamere
  • pronadji lokacije objekata preko ArUco
  • Kalibracija kamere u simulaciji
  • napraviti servis koji salje podatke o poziciji diskova

Koristiti image_pipeline paket za kalibraciju kamere. Tutorijal o tome.

Samo kalibracija: tutorijal

Added Extension slot to Memristor Robot, and then the camera attached to it
@miloshunter miloshunter added the machine vision Localization of elements and robots using Camera label Jan 14, 2022
@miloshunter miloshunter self-assigned this Jan 14, 2022
@miloshunter miloshunter linked an issue Jan 14, 2022 that may be closed by this pull request

# 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')
Copy link
Member

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

@miloshunter miloshunter marked this pull request as draft January 18, 2022 15:15
@lukicdarkoo lukicdarkoo added this to the 2022.1 milestone Jan 19, 2022

# 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:
Copy link
Member

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

@lukicdarkoo lukicdarkoo mentioned this pull request Mar 18, 2022
10 tasks
@VladimirVincan VladimirVincan added the wontfix This will not be worked on label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
machine vision Localization of elements and robots using Camera wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lokalizacija diskova uz pomoc kamere na robotu
3 participants