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
I've cloned the package but I don't know what command to run? I want to find the extrinsics of my stereo camera, which I hope is possible through this package. I've printed the hiro [marker] and put it to a fixed position. I am using ROS melodic.
I've looked into the launch file and saw this though:
<node pkg="tf" type="static_transform_publisher" name="world_to_cam"
args="0 0 0.5 -1.57 0 -1.57 world camera 10" />
which confuses me. The reason why I use this package is to find the pose of the camera, why would we give something like "world_to_cam" ? I mean, I want to acquire this information already, I don't have it. Or is this the wrong file to launch?
Could the authors perhaps tell the line of commands (along with what to modify in the code files) to acquire the rotation and translation matrix of the camera?
The text was updated successfully, but these errors were encountered:
It's been a long time since I used this pkg. But I believe you want to run the ar_pose_reverse.launch launch file.
Besides that, the best place to ask questions like yours is http://answers.ros.org/questions/
The issues in github should be used to point out problems in the code or to report bugs.
I've cloned the package but I don't know what command to run? I want to find the extrinsics of my stereo camera, which I hope is possible through this package. I've printed the hiro [marker] and put it to a fixed position. I am using ROS melodic.
I've looked into the launch file and saw this though:
which confuses me. The reason why I use this package is to find the pose of the camera, why would we give something like "world_to_cam" ? I mean, I want to acquire this information already, I don't have it. Or is this the wrong file to launch?
Could the authors perhaps tell the line of commands (along with what to modify in the code files) to acquire the rotation and translation matrix of the camera?
The text was updated successfully, but these errors were encountered: