UbiquityRobotics / fiducials

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

Stuck at Aruco Detection Ready ,what to do next to start live aruco marker detection from internal camera? #211

Closed ghost closed 3 years ago

ghost commented 4 years ago

yugal@yugal-ThinkPad-X230:~/ws$ roslaunch aruco_detect aruco_detect.launch ... logging to /home/yugal/.ros/log/2c4bf6e0-6488-11ea-9589-843a4b609e78/roslaunch-yugal-ThinkPad-X230-25953.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://yugal-ThinkPad-X230:45601/

SUMMARY

PARAMETERS

NODES / aruco_detect (aruco_detect/aruco_detect)

ROS_MASTER_URI=http://localhost:11311

process[aruco_detect-1]: started with pid [25970] [ INFO] [1584038071.076999847]: Aruco detection ready

ghost commented 4 years ago

I want to use my internal webcam for aruco marker detection

nkise commented 4 years ago

Did you fix it?

Canbjerg commented 4 years ago

You need a camera image publisher topic which publishes in image_compressed format. If you are using a camera which has a already released ros wrapper like intel realsense etc. you can just link the topics and use the program freely, but if you are using a webcam you need to create your own publisher, there are examples for it online