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

switch to package format 2 #27

Merged
merged 1 commit into from
Jul 7, 2017
Merged

switch to package format 2 #27

merged 1 commit into from
Jul 7, 2017

Conversation

mikaelarguedas
Copy link
Member

No description provided.

@mikaelarguedas mikaelarguedas merged commit ae0ed1f into master Jul 7, 2017
@mikaelarguedas mikaelarguedas deleted the package_format2 branch July 7, 2017 23:48
@@ -1,4 +1,6 @@
<package>
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
Copy link

@wkentaro wkentaro Aug 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had error on debian:stretch, ubuntu:yakketyand ubuntu:zesty, and this causes error on finding nodelet by pluginlib.

root@536df0d8dd4b:~/catkin_ws# rospack find catkin
terminate called after throwing an instance of 'rospack::Exception'
  what():  error parsing manifest of package bondcpp at /opt/ros/lunar/share/bondcpp/package.xml
Aborted

Is this a correct fix?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this line, and it fixes the error.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wkentaro for reporting. This looks like a problem to report upstream given that this package uses the format defined in REP140.
So it looks more like a rospack issue: this looks to be related ros/rospack#77.

Given that it works on xenial but not the later platforms my guess is that it's a tinyxml2 issue. They seem to have bumped the version significantly between xenial and zesty

libtinyxml2-dev | 2.2.0-1.1ubuntu1          | xenial/universe           | amd64, arm64, armhf, i386, powerpc, ppc64el, s390x
libtinyxml2-dev | 4.0.1-1                   | zesty/universe            | amd64, arm64, armhf, i386, ppc64el, s390x

wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
wkentaro added a commit to wkentaro/bond_core that referenced this pull request Aug 11, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants