-
Notifications
You must be signed in to change notification settings - Fork 191
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
New package to advertise virtual RGB-D camera #1884
Conversation
dfeda0e
to
7b51661
Compare
c4fc89b
to
93303f6
Compare
What do u mean? |
3365243
to
4b4c3dc
Compare
did you know this before you create new package,
This node does, and used in elevator demo @furushchev I do not say you need to used this, and understand that your new
◉ Kei Okada |
it seems that it just transports camera_info, and does not publish using calibration_file? |
Actually, this is a package which will be added to ros-drivers organization, so putting in image_pipeline seems unreasonable. What kind of process do you need to do when a new package is added? |
yes, yo're correct
for me this seems 3d version of ◉ Kei Okada 2016-09-26 12:16 GMT+09:00 Kentaro Wada [email protected]:
|
Yeah, I agree. That's why I firstly sent PR to image_common: ros-perception/image_common#54. |
ok, so to send this package to ros-drivers, we need to create package which ◉ Kei Okada 2016-09-27 1:18 GMT+09:00 Kentaro Wada [email protected]:
|
a4e724d
to
1c02534
Compare
you'd better to create node to get accepted at ros-drives, I think. |
I think there is a sig for ros-drivers and you'd better to start discussion there. |
I removed the dependency on jsk_topic_tools and jsk_tools. |
You mean in addition to the nodelet?
Ok, I will. |
yes, i far as i understand, you removed jsk_topic_tools and also remove ◉ Kei Okada 2016-09-28 20:20 GMT+09:00 Kentaro Wada [email protected]:
|
Yes, you're right. |
Posted to ros-drivers SIG: https://groups.google.com/forum/#!topic/ros-sig-drivers/zmch-CTMD2I |
9f49db4
to
7295457
Compare
it publishes: - camera_info with calibration_file. - image with image_file. - points with pcd_file.
7295457
to
8ddacf4
Compare
Seems adding additional node executable is not recommended by OSRF maintainer ;) |
I think this is not a problem of "executable node", but a concern of ◉ Kei Okada 2016-10-15 4:08 GMT+09:00 Kentaro Wada [email protected]:
|
I think this package solves our problem on CI I reported here: #1997 |
Who about copying ros-perception/image_pipeline#223
to jsk_perception. #1997 is ok, what I found last week is to understand
`package` concept is very difficult( see PRs in jsk-ros-pkg/euslib). So
this strategy might be better for now.
2017年2月5日(日) 15:36 Kentaro Wada <[email protected]>:
I think this package solves our problem on CI I reported here: #1997
<#1997>
Because playing rosbag on Travis/Jenkins seems unstable: #1998 (comment)
<#1998 (comment)>
What do you think? @k-okada <https://github.com/k-okada> @mmurooka
<https://github.com/mmurooka>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1884 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3Pn2ty9c3dOiqm-zCmTqQJioRLi1ks5rZW3kgaJpZM4KFMpe>
.
--
--
◉ Kei Okada
|
I see. I will go that direction. |
Maybe loading depth image to publish by OpenCV is a bit difficult, and rosbag is better for that purpose. |
Suggested in ros-perception/image_common#54.
it publishes: