UbiquityRobotics / fiducials

Simultaneous localization and mapping using fiducial markers.
BSD 3-Clause "New" or "Revised" License
265 stars 135 forks source link

No image showing up in rviz #188

Open ArghyaChatterjee opened 5 years ago

ArghyaChatterjee commented 5 years ago

I calibrated my camera using this tutorial. https://github.com/UbiquityRobotics/raspicam_node I built the package from source following this tutorial. https://github.com/UbiquityRobotics/fiducials I tried to follow this tutorial from ROS official website. http://wiki.ros.org/fiducials First 2 command lines perform good and the last one also performs fine but when rviz shows up, no image is found. Problem I am new to ROS. I am running it on a raspberry pi. No visible error shows except DRI2: failed to authenticate.

rohbotics commented 5 years ago

Hi, Thanks for reporting your issue.

Can you first make sure that you are getting camera data, by changing the Image topic to /raspicam_node/image?

Wanja1204 commented 5 years ago

hello, i have the same problem, when I changing the image topic to image raw for my webcam i get a picture but no marker recognition

jim-v commented 5 years ago

Hi,

You should see the camera image without annotations on the topic /raspicam_node/image and with them on /raspicam_node/image, assuming the aruco_detect node is running.

If this is not the case, please let us know and we will figure out why.

yulan0215 commented 4 years ago

I calibrated my camera using this tutorial. https://github.com/UbiquityRobotics/raspicam_node I built the package from source following this tutorial. https://github.com/UbiquityRobotics/fiducials I tried to follow this tutorial from ROS official website. http://wiki.ros.org/fiducials First 2 command lines perform good and the last one also performs fine but when rviz shows up, no image is found. Problem I am new to ROS. I am running it on a raspberry pi. No visible error shows except DRI2: failed to authenticate.

Did you solve this problem? How did you solve this problem? Thank you!

madgrizzle commented 4 years ago

@yulan0215, not clear what problems you may be having, but you may want to check this issue and see if its because aruco_detect isn't subscribed to the camera properly.

https://github.com/UbiquityRobotics/fiducials/issues/228

lewsmith commented 1 year ago

Anybody know how to solve this issue? I have a usb cam and I can see the image in rviz for the topic /camera/image_raw but nothing for the topic /fiducial_images

anfederman commented 1 year ago

Please send listing from:

rostopic list

You should see raspicam_node/image and fiducial_images/compressed.

On Tue, Jun 13, 2023, 4:33 PM Lewis Smith @.***> wrote:

Anybody know how to solve this issue? I have a usb cam and I can see the image in rviz for the topic /camera/image_raw but nothing for the topic /fiducial_images

— Reply to this email directly, view it on GitHub https://github.com/UbiquityRobotics/fiducials/issues/188#issuecomment-1590193697, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ375SOW232VTRYBLW6A3XLD2EVANCNFSM4IEAQR4Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

anfederman commented 1 year ago

I think you need the compressed image, but please send the complete rostopic list.

And then see if rostopic echo fiducial_images is sending data

On Tue, Jun 13, 2023, 4:33 PM Lewis Smith @.***> wrote:

Anybody know how to solve this issue? I have a usb cam and I can see the image in rviz for the topic /camera/image_raw but nothing for the topic /fiducial_images

— Reply to this email directly, view it on GitHub https://github.com/UbiquityRobotics/fiducials/issues/188#issuecomment-1590193697, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ375SOW232VTRYBLW6A3XLD2EVANCNFSM4IEAQR4Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>