Closed wowowolala closed 2 years ago
It is not camera problem.
Do you have the camera orientation correct?
On Tue, Nov 29, 2022, 10:22 PM wowowolala @.***> wrote:
It is not camera problem.
— Reply to this email directly, view it on GitHub https://github.com/UbiquityRobotics/fiducials/issues/279#issuecomment-1331696267, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ3734MDJT4WZTAHFYC6DWK3XBZANCNFSM6AAAAAASPIM2UE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
tThis is the same issue as 271 and 275. Perhaps trying STAG makers instead will resolve, as I don't think we have any LTS for aruco_detect.
OK I just tried STAG markers in our easymap stack. This on a Magni robot with the camera forward. It still puts the maker below the floor. even when it is on the wall directly ahead of the robot.
Since the TF error is in both the magni and easymap stacks, It must have something to do with camera orientation. It appears the transform thinks the camera is in the tower orientation rather than the lower magni forward orientation. This would explain why rviz put the maker below the floor. I have tried changing the camera orientation in the URDF section but nothing seem to fix the issue.
we need documentation and pictures CAREFULLY explaining and showing the camera installed and the extrinsics config files. SOmewhere in the history of going from magni to breadcrumb, this information has been lost.
Do you have the camera orientation correct? … On Tue, Nov 29, 2022, 10:22 PM wowowolala @.> wrote: It is not camera problem. — Reply to this email directly, view it on GitHub <#279 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ3734MDJT4WZTAHFYC6DWK3XBZANCNFSM6AAAAAASPIM2UE . You are receiving this because you are subscribed to this thread.Message ID: @.>
yes, because I use same camera file to detect apriltag and aruco marker. The result of detecting apriltag is correct like picture 2.
This is my rs_camera.launch
And this is my aruco_detect.launch
Since the TF error is in both the magni and easymap stacks, It must have something to do with camera orientation. It appears the transform thinks the camera is in the tower orientation rather than the lower magni forward orientation. This would explain why rviz put the maker below the floor. I have tried changing the camera orientation in the URDF section but nothing seem to fix the issue.
we need documentation and pictures CAREFULLY explaining and showing the camera installed and the extrinsics config files. SOmewhere in the history of going from magni to breadcrumb, this information has been lost.
Same situation! I just run rs_camera.launch and aruco_detect.launch. and I found it think that aruco marker is on z axis of camera! But the correct is aruco marker should be on x axis of camera.
.
I have it working.
the camera needs to be mounted with the cable coming out the bottom, ie toward the PI.
Have the camera position specified in the robot.yaml
ities:
raspicam_position: 'forward' # to disable insert "None" lidar_position : 'top_plate' # to disable insert "None"
good luck
I run the aruco_detect.launch, but the tf about camera and aruco marker is wrong, like picture below.
The tf should be like this: (for example)
How can I modify the tf to be correct?