-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
[jsk_recognition/point_pose_extractor.cpp] SetTemplateサービスの使い方が分かりません #1582
Comments
6になるのは、 |
どうなると正解なのかわかりませんが、( |
dataについて勘違いしていました. ありがとうございます. |
@kochigami |
お返事が遅くなり申し訳ないです. |
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
point_pose_extractor.cppでは,
SetTemplateサービスを使うことでテンプレートの数を増やしていけるのだと思うのですが,
カラー画像データのdata数の指定でエラーが出てしまい困っています.
width: 205
height: 290 (2つは画像ファイルを画像ビューワーで開いて確認)
step: width * byte_depth * num_channels = 205 * 1 * 3 = 615
data: step * height = 615 * 290 = 178350
このように設定すると,以下のエラーが出ます.
なぜ全体のデータ数が6になるのか分かりません.
このサービスの正しい使い方やエラーの意味が分かる方はいらっしゃいませんか.
空のサービスの中身は以下です.
以下が私の入力です.
step: 0
data: '' のままにすると,
ERROR: service [/SetTemplate] responded with an error: Image is wrongly formed: step < width * byte_depth * num_channels or 0 != 205 * 1 * 3
というエラーが出ます.
実行launchファイルの内容は以下です.
The text was updated successfully, but these errors were encountered: