-
Notifications
You must be signed in to change notification settings - Fork 81
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_image_capture] add jsk_image_capture pacakge #1705
base: master
Are you sure you want to change the base?
Conversation
did you consider using https://github.com/ros-perception/image_pipeline/blob/noetic/image_view/src/nodes/image_saver.cpp ? |
@k-okada I know that node. But I need an interface to save an image with a specified file name. That node does not provide it. |
you can set file name via param. It is not clean solution and you might not
like it. But if you create client software, it will hide raw interface.
https://github.com/ros-perception/image_pipeline/blob/71d537a50bf4e7769af513f4a3d3df0d188cfa05/image_view/src/nodes/image_saver.cpp#L207
…--
◉ Kei Okada
2021年11月9日(火) 16:11 Koki Shinjo ***@***.***>:
@k-okada <https://github.com/k-okada> I know that node. But I need an
interface to save an image with a specified file name. That node does not
provide it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXAAGGDSLPUWMVX7RZDULDCHPANCNFSM5HULVEPQ>
.
|
i think the problem of |
If so, please consider adding that feature to https://github.com/jsk-ros-pkg/jsk_common/tree/master/jsk_ros_patch/image_view2
|
Moved scripts and service files to image_view2. |
Add jsk_image_capture package.
TODO