-
Notifications
You must be signed in to change notification settings - Fork 3
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 node to publish smach_state of lead_teleop program #60
Conversation
I'll do that. |
I simply create a node to subscribe |
こんな感じでstartが来たら記録を開始してendが来たらメールを送るプログラムを書いています. |
unitree で実験してみましょう.
--
◉ Kei Okada
2022年7月26日(火) 11:12 Naoto Tsukamoto ***@***.***>:
…
こんな感じでstartが来たら記録を開始してendが来たらメールを送るプログラムを書いています.
https://github.com/tkmtnt7000/jsk_robot/blob/kitchen-smach-state/jsk_robot_common/jsk_robot_startup/scripts/smach_to_mail.py
今は手元のPCで適当なsmachを書いて試している状態ですが,73B2のキッチン周りが空いた段階で試してみます.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
a589b5e |
@tkmtnt7000 pepper で実験してみました.メールが届いたとおもいます. サンプルプログラムは,https://github.com/k-okada/jsk_robot/blob/pepper_cross/jsk_naoqi_robot/jsk_pepper_startup/apps/meeting/scripts/meeting.l です. . |
ありがとうございます.pepperからのメール届きました. |
こちら僕の方でもunitreeで試しました。 散歩中に定期的にメールを出すものです。 |
closed via #69 (and jsk-ros-pkg#1615) |
this program outputs smach state for
lead_teleop
@tkmtnt7000 Could you create node to subscribe
/server_name/smach/container_status
, getactive_states
/local_data
(you need unpickle it) and send email with images?