AprilRobotics / apriltag_ros

A ROS wrapper of the AprilTag 3 visual fiducial detector
Other
358 stars 338 forks source link

parameter camera_frame does not work in new realsease #123

Closed robin-shaun closed 2 years ago

robin-shaun commented 2 years ago

Hello, after apt upgrade apriltag_ros, I find that parameter camera_frame does not work. No matter what I set, the camera_frame in tf is always camera_link.

wxmerkt commented 2 years ago

Hi @robin-shaun Following https://github.com/AprilRobotics/apriltag_ros/pull/101, the client uses the frame given in the header of the image message - the parameter camera_frame is no longer used

robin-shaun commented 2 years ago

Thanks