osrf / autodock

ROS packages for automatic docking
Apache License 2.0
89 stars 29 forks source link

What is the size of fiducial marker used in autodock? #19

Open jieunko opened 1 year ago

jieunko commented 1 year ago

Hi I am trying to use autodock package however, I don't see information about marker Could you tell me exact size of the marker? and any other information would be apprecieated. Thank you!

youliangtan commented 1 year ago

The size of the fiducial markers is configurable, in the launch file for aruco_detect node here.

jieunko commented 1 year ago

Thanks!