-
Notifications
You must be signed in to change notification settings - Fork 32
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
Kinetic: port code base to ROS Kinetic and Ubuntu Xenial #83
Comments
After adding |
There are many CMake warnings like this one:
They don't block the build, but they need to be fixed. |
Still waiting on these repository releases:
The first depends on the second. |
The CMake warnings (above) seem to be due to bwi_mapper using a slash ('/') in various target names. I know how to suppress the message with |
The only remaining bwi_common build error on Kinetic is this:
|
Also, any python script using Qt needs to be ported to Qt5 (the only thing that has changed is how certain classes are imported). |
The missing dependencies have all been released, so bwi_common builds on Kinetic, but still with two warning messages:
|
The primary remaining problem in this repository (that we know about) is the Qt4 vs. Qt5 issue that @piyushk mentioned. In order for our code base to continue working on both Indigo and Kinetic, we need solutions that discover which version is available and automatically configure to use the correct one. |
The |
Installing libpcap and libpng does not make the other two warnings go away. Nor have I been able to figure out where those message are coming from. I see no code anywhere in bwi_scavenger that uses them. |
xref: utexas-bwi/bwi#44
The first step is porting bwi_common to the new distro.
The initial problem seems to be a missing dependency, so I'll work on that:
Since, web_video_server is not yet released to Kinetic, I'll request that they do that.
The text was updated successfully, but these errors were encountered: