You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can git clone the pylon camera package: TM5_PylonCamera under the same directory: workspace/src of this package, so that you don't have to source the dependancy again.
Then launch the apriltag detector:
roslaunch apriltags_ros pylon_camera.launch
Be noticed of the camera topic name you publish and the name your apriltag detector node subscribe. They should be the same topic name so taht apriltag detector could receieve the image topic which the camera published.
4. Multiple camera
Set the parameter inverse_tf true when roslaunch to make all the camera become child frame and tag become common parent frame.