Open
Conversation
…--soft HEAD~1 to get your progress back!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
一、描述:
修改了aruco_ros裡的aruco_robot以及aruco_sima,現在的功能是依靠rs_triple_camera_launch.py裡的static相機座標,來讀取Robot Aruco以及SIMA AprilTag。
二、結果:
目前測試過可以正常跑完流程並發布最終結果,echo了定位組的cb_camera_pose以及SIMA組的sima_id/pose/global,確實有收到座標
三、問題:
目前觀察最大的問題還是"精準度",Y方向誤差大約5cm,而X方向甚至更大約10cm,相較於之前的相機校正流程(雖然校正出來的相機做標示錯的),誤差頗大,目前detect方式跟以前都一樣,所以仍不確定問題所在,有待修改。