-
Notifications
You must be signed in to change notification settings - Fork 190
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
add panorama_human_3d_detection.launch with insta360 air and coral #2754
base: master
Are you sure you want to change the base?
add panorama_human_3d_detection.launch with insta360 air and coral #2754
Conversation
fc2b5ec
to
79d57fa
Compare
このPRはゼミで @AyumuIwa くんが作ってくれたlaunchをjsk_perceptionにマージしようとしているものです. Spotの体外との通信が遅いため,現状のPanoramaImageをSubscribeするのではなく,PanoramaInfoに必要な情報を全てつめこむ #2753 も必要になります. Spot体内で次回はコレを試してみてくれると嬉しいです.
Spot体外でやる場合には,coralとinsta360を起動しないので,以下になります
|
79d57fa
to
e625f71
Compare
@knorth55 Please rebase this PR to |
jsk_perception/launch/rect_array_in_panorama_to_bounding_box_array.launch
Outdated
Show resolved
Hide resolved
7d2dddf
to
b03064c
Compare
resize_panorama_info ノードを追加してresizeに対応しました. |
9e5b83c
to
705dccb
Compare
705dccb
to
60dcbb6
Compare
I update the sample rosbag and it works. Screencast.2022-12-13.19.27.42.mp4 |
44c267d
to
e732c8d
Compare
Merge after #2753Now, we only have
rosbag
launch forsample_panorama_human_3d_detection.launch
insample
.So, I add
panorama_human_3d_detection.launch
inlaunch
for insta360 air and coral device.In order to do that, I cleaned up and merged panorama launches and move them in to
launch
dir.I add these launches in this PR.
launch/insta360_air.launch
sample/sample_insta360_air.launch
launch/dual_fisheye_to_panorama.launch
.sample/sample_dual_fisheye_to_panorama.launch
.launch/insta360_air.launch
so I moved tolaunch
.sample/sample_rect_array_in_panorama_to_bounding_box.launch
cc. @AyumuIwa @mqcmd196 @sktometometo