-
Notifications
You must be signed in to change notification settings - Fork 97
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_robot_startup] Not using yaml file to set email config like receiver mail address #1588
[jsk_robot_startup] Not using yaml file to set email config like receiver mail address #1588
Conversation
This reverts commit b73a8ac.
df91f52
to
bacc0ff
Compare
i dont see the reason why you dont want to use yaml file... |
k-okada#71 (comment) |
In my understanding, using yaml files is not a problem, but placing them in |
Thank you very much. |
Ideally, I would like to use the same interface (e.g., how to specify sender_address) between How about defining a new class that can receive email information in both rosparam and yaml? |
the current implementation is ok, I think. My point is why you need to write the email address in launch?. |
I see. Thank you for information. |
Yes. I think it is better. |
In this PR, both
smach_to_mail.py
andemail_topic.py
stop using yaml file to set email config.email_topic.py
has been used for some months, so it is deprecated rather than completely dropping yaml config.