ros-perception / ar_track_alvar

AR tag tracking library for ROS
www.ros.org/wiki/ar_track_alvar
141 stars 129 forks source link

Dynamic reconfigure is not affecting calculations #74

Open azhural opened 5 years ago

azhural commented 5 years ago

From what I can tell the dynamic reconfigure callback will not call the MarkerDetector's SetMarkerSize function, thus only having an effect on the markers seen in RViz and not on the pose calculations. Is there a reason I'm missing?