-
Notifications
You must be signed in to change notification settings - Fork 88
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
[semi2022]add Iwata project #1384
base: jsk_2022_10_semi
Are you sure you want to change the base?
Conversation
@sktometometo 20221130_panorama2dto3d.mp4 |
<node | ||
pkg="nodelet" | ||
type="nodelet" | ||
name="panorama_image_resize" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
panorama_image をリサイズするとpanorama_info も変更する必要があるため、 => 必要ない
DualFisheyeToPanorama の方で出力解像度を変更することをおすすめします
https://github.com/jsk-ros-pkg/jsk_recognition/blob/e8e5ac3ef91ed416682ff33bba04407b33e83af8/jsk_perception/sample/sample_insta360_air.launch#L27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これにはCPU使用率が無駄にならない利点も有ります
<remap from="~input_class" to="$(arg INPUT_CLASS)" /> | ||
<remap from="~input_rects" to="$(arg INPUT_RECTS)" /> | ||
<rosparam> | ||
frame_fixed: "camera" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
frame_fixed は名前の通り 世界座標に固定された座標系で使うことを意図しているので、 odom とかにしておくことをおすすめします。
</include> | ||
|
||
<include file="$(find coral_usb)/launch/edgetpu_panorama_object_detector.launch"> | ||
<arg name="INPUT_IMAGE" value="/dual_fisheye_to_panorama/output"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rect_array_in_panorama_to_bounding_box_array に入力しているのが quater の方でこちらは quater でないので合わせて下さい。
上記を直して試してもらえると助かります |
ご対応ありがとうございます。試してみます。 |
@AyumuIwa こんな感じでlaunchを修正してみましたがどうでしょうか? |
ありがとうございます。 |
No description provided.