We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11/7 資料6章の手順に従って実行していったところ、 (send *l* :lookup-transform "/camera_rgb_optical_frame" "/test_object" (ros::time 0)) を実行しようとしたところで、以下のエラーが出てしまいました。
(send *l* :lookup-transform "/camera_rgb_optical_frame" "/test_object" (ros::time 0))
example.launchファイルは Documents/soft3/1107 内に作成し、6章の各コマンドは $ roseus まですべて同ディレクトリ内で実行しました。
可能性のある原因や、原因の調べ方をご教授いただけますと幸いです。
The text was updated successfully, but these errors were encountered:
camera_rgb_optical_frame -> test_object のTFはcheckerboard detector画像処理プログラムが出力しますが,そのためにはロボットのカメラにチェッカボードが映っている必要があります. ロボットを左回転(?)させてカメラにチェッカボード(チェスボード)が映るようにして, Checkerboard Detector という画面で対象物付近に認識結果が表示されているか確認してみてください.
camera_rgb_optical_frame
test_object
Checkerboard Detector
Sorry, something went wrong.
チェッカーボードをカメラに映した状態で実行したら成功しました。 ありがとうございます。
私も同様の問題がありましたが、同じ手順を取ったところうまくいきました。
No branches or pull requests
11/7 資料6章の手順に従って実行していったところ、
(send *l* :lookup-transform "/camera_rgb_optical_frame" "/test_object" (ros::time 0))
を実行しようとしたところで、以下のエラーが出てしまいました。
example.launchファイルは Documents/soft3/1107 内に作成し、6章の各コマンドは $ roseus まですべて同ディレクトリ内で実行しました。
可能性のある原因や、原因の調べ方をご教授いただけますと幸いです。
The text was updated successfully, but these errors were encountered: