-
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
add spot_human_recognition demo_code #1387
base: master
Are you sure you want to change the base?
Conversation
@heissereal source ~/spot_ws/devel/setup.bash
roscd jsk_2023_04_human_approach とすると,作業ディレクトリに移って作業できます. 今までやってくれた作業はあるんだけど,今回BoundingBoxが360度カメラの画像から出せるlaunchがあることがわかったので, 手を検出するのは明日やってみます |
Add handpose recognition and add Rviz
重要なのは |
Add rosinstall and human pose launch with depth
今まで僕がSpot体内に入って,認識器のlaunchを上げていたのですが,それをやってもらいます ssh miyamichi@belka でSpot体内に入ります.でSpot体内で tmux と打って,tmuxを立ち上げます.その中で source ~/ros/spot_ws/devel/setup.bash
roslaunch jsk_2023_04_human_approach recognition.launch を立ち上げます.そうすると,360度カメラが見えるようになり,360度カメラの人認識,ハンドカメラによる人の姿勢認識が走ります. tmux a を打ちます. |
体内で上げるlaunch ( 360度カメラでの人の位置認識 <include if="$(arg coral)" file="$(find coral_usb)/launch/edgetpu_panorama_object_detector.launch">
<arg name="INPUT_IMAGE" value="/dual_fisheye_to_panorama/output"/>
</include> と ハンドカメラでの人の姿勢認識 <include if="$(arg coral)" file="$(find coral_usb)/launch/edgetpu_human_pose_estimator.launch">
<arg name="INPUT_IMAGE" value="/spot/camera/hand_color/image"/>
</include> があって,どっちかコメントインしたらどっちかコメントアウトしないと動かないです.これも直しておきます |
add coral switcher in launch file
@YUKINA-3252 @tkmtnt7000 @Kanazawanaoaki Could you solve this error? |
以下のように表示されて、recognition.launchが立ち上がっていないようですが、どこを直したらいいでしょうか
|
上のエラーは、Spotを再起動したら直りました。 |
治ったようで良かったです.
という理解でいいかな.まだ解決していなければ,解決方法ではないけど,より詳しい状況確認法は以下かな.
|
デバッグメモ:
を全て繋いでrealsenseのノードを立ち上げようとするとd435との接続が切れる |
spotの360度カメラで、人物を認識したら、そこに近づいてふりむいて声をかけ、「あっちに行きたい」と指を指した方向へと先導したいです。 @mqcmd196 cc. @sktometometo @tkmtnt7000