-
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
kinfu.h depends on jsk_rviz_plugins #2310
Conversation
@k-okada I downloaded the latest version of the jsk_recognition. The previous error related to jsk_rviz_plugin is fixed now. But I got new error at catkin build posted : https://gist.github.com/sanketrahul/0693b51c8cfbf812346172b030b8f288 |
the error was
and #2301 says it recures |
Ran the suggested command 'sudo apt-get update && sudo apt-get install --reinstall ros-kinetic-jsk-topic-tools ' by @k-okada got following error saying that OverlayText.h not found https://gist.github.com/sanketrahul/ab971d42699a320e3ef68241ef993e51 |
please double check if you actually have my fix in your source tree. also
try to run catkin build with --force-cmake
…--
◉ Kei Okada
2018-08-01 13:26 GMT+09:00 sanketrahul <[email protected]>:
Ran the suggested command 'sudo apt-get update && sudo apt-get install
--reinstall ros-kinetic-jsk-topic-tools ' by @k-okada
<https://github.com/k-okada> got following error saying that
OverlayText.h not found https://gist.github.com/sanketrahul/
ab971d42699a320e3ef68241ef993e51
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2310 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3Ps3egk4cn6c-FwUpjNRscFkQnx-ks5uMS4TgaJpZM4Vi0Op>
.
|
…yText.h, but jsk_recognition should not depends on jsk_visualization, jsk_visualization depends on jsk_recognition
…yText.h, but jsk_recognition should not depends on jsk_visualization, jsk_visualization depends on jsk_recognition
if you have
jsk_visualization
repository in same workspace, it fails as https://gist.github.com/5d108c9845887fbd1b73a940fab03dd2so we need to add
jsk_rviz_plugins
to depends.Cc: @sanketrahul