Skip to content
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_topic_tools] Why roscpp_tutorials is listed as build_depend? #1230

Closed
wkentaro opened this issue Nov 11, 2015 · 5 comments
Closed

[jsk_topic_tools] Why roscpp_tutorials is listed as build_depend? #1230

wkentaro opened this issue Nov 11, 2015 · 5 comments

Comments

@wkentaro
Copy link
Member

@k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs in roscpp_tutorials because of that.

I found this change 9cd6f44

@k-okada
Copy link
Member

k-okada commented Nov 12, 2015

https://github.com/jsk-ros-pkg/jsk_common/pull/279/files

i think we used roscpp_tutorials at somewhere in test code

◉ Kei Okada

On Thu, Nov 12, 2015 at 12:33 AM, Kentaro Wada [email protected]
wrote:

@k-okada https://github.com/k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs in
roscpp_tutorials because of that.

I found this change 9cd6f44
9cd6f44


Reply to this email directly or view it on GitHub
#1230.

@k-okada
Copy link
Member

k-okada commented Nov 12, 2015

very hard to follow file history but may be originated at
8248415

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:42 AM, Kei Okada [email protected]
wrote:

https://github.com/jsk-ros-pkg/jsk_common/pull/279/files

i think we used roscpp_tutorials at somewhere in test code

◉ Kei Okada

On Thu, Nov 12, 2015 at 12:33 AM, Kentaro Wada [email protected]
wrote:

@k-okada https://github.com/k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs in
roscpp_tutorials because of that.

I found this change 9cd6f44
9cd6f44


Reply to this email directly or view it on GitHub
#1230.

@k-okada
Copy link
Member

k-okada commented Nov 12, 2015

and still used in
https://github.com/jsk-ros-pkg/jsk_common/blob/master/jsk_topic_tools/test/test_topic_buffer_close_wait.test#L8

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:45 AM, Kei Okada [email protected]
wrote:

very hard to follow file history but may be originated at
8248415

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:42 AM, Kei Okada [email protected]
wrote:

https://github.com/jsk-ros-pkg/jsk_common/pull/279/files

i think we used roscpp_tutorials at somewhere in test code

◉ Kei Okada

On Thu, Nov 12, 2015 at 12:33 AM, Kentaro Wada [email protected]
wrote:

@k-okada https://github.com/k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs in
roscpp_tutorials because of that.

I found this change 9cd6f44
9cd6f44


Reply to this email directly or view it on GitHub
#1230.

@k-okada
Copy link
Member

k-okada commented Nov 12, 2015

that should be in test_depend but as far as I know ,rosdep did not install
package in test_depend

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:49 AM, Kei Okada [email protected]
wrote:

and still used in
https://github.com/jsk-ros-pkg/jsk_common/blob/master/jsk_topic_tools/test/test_topic_buffer_close_wait.test#L8

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:45 AM, Kei Okada [email protected]
wrote:

very hard to follow file history but may be originated at
8248415

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:42 AM, Kei Okada [email protected]
wrote:

https://github.com/jsk-ros-pkg/jsk_common/pull/279/files

i think we used roscpp_tutorials at somewhere in test code

◉ Kei Okada

On Thu, Nov 12, 2015 at 12:33 AM, Kentaro Wada <[email protected]

wrote:

@k-okada https://github.com/k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs
in roscpp_tutorials because of that.

I found this change 9cd6f44
9cd6f44


Reply to this email directly or view it on GitHub
#1230.

@wkentaro
Copy link
Member Author

That rosdep behavior seems changed at REP-0140.
https://github.com/ros-infrastructure/rep/pull/59/files#diff-3fa963019eccb75f6893ad65b7317a69R46

So currently, test_depend may work as we expect.

On Thu, Nov 12, 2015 at 11:52 AM, Kei Okada [email protected]
wrote:

that should be in test_depend but as far as I know ,rosdep did not install
package in test_depend

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:49 AM, Kei Okada [email protected]

wrote:

and still used in

https://github.com/jsk-ros-pkg/jsk_common/blob/master/jsk_topic_tools/test/test_topic_buffer_close_wait.test#L8

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:45 AM, Kei Okada <[email protected]

wrote:

very hard to follow file history but may be originated at

8248415

◉ Kei Okada

On Thu, Nov 12, 2015 at 11:42 AM, Kei Okada <
[email protected]>
wrote:

https://github.com/jsk-ros-pkg/jsk_common/pull/279/files

i think we used roscpp_tutorials at somewhere in test code

◉ Kei Okada

On Thu, Nov 12, 2015 at 12:33 AM, Kentaro Wada <
[email protected]

wrote:

@k-okada https://github.com/k-okada
Why jsk_topic_tools depends on roscpp_tutorials?
We can not test general tools in jsk_topic_tools by changing programs
in roscpp_tutorials because of that.

I found this change 9cd6f44
<
9cd6f44


Reply to this email directly or view it on GitHub
#1230.


Reply to this email directly or view it on GitHub
#1230 (comment)
.

和田 健太郎 / Kentaro Wada
http://wkentaro.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants