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
Gazeboで取得した頭部カメラの点群座標系が実機のものと異なり、RViz上で違った方向に表示されます。 Jazzyから点群座標系のフレームの指定方法が変更されたことが原因だと思われます。
Gazeboを起動し、Sciurus17の首を下に向けると机の点群がロボットから見て-y方向に表示されます。
ros2 launch sciurus17_gazebo sciurus17_with_table.launch.py
+x方向の正しい方向に点群が表示されてほしいです。
The text was updated successfully, but these errors were encountered:
これまで点群データはframe_idを参照し、カラー画像や深度画像はoptical_frame_idを参照していたため別々のframe_idを設定することができていましたが、こちらのcommitですべてoptical_frame_idを参照するように変更されているようです。 gazebosim/gz-sensors@f2fe577
Humble版で使用されているlibignition-sensors6-rgbd-cameraも6.8.1からこの変更が適用されています。 gazebosim/gz-sensors@3081ba0#diff-529c9fd64b24d8cd2e8062e4e0e58e5a91c85290d84f6e7d36fdc314991d6455
Sorry, something went wrong.
No branches or pull requests
不具合の概要
Gazeboで取得した頭部カメラの点群座標系が実機のものと異なり、RViz上で違った方向に表示されます。
Jazzyから点群座標系のフレームの指定方法が変更されたことが原因だと思われます。
実行環境
再現方法
Gazeboを起動し、Sciurus17の首を下に向けると机の点群がロボットから見て-y方向に表示されます。
期待する動作
+x方向の正しい方向に点群が表示されてほしいです。
ログ・画像
その他
The text was updated successfully, but these errors were encountered: