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

Fix libfmt dependency #173

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Fix libfmt dependency #173

wants to merge 2 commits into from

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Jan 8, 2025

Replaces #171

  • Declare dependency in package.xml (additionally to CPACK_DEBIAN_PACKAGE_DEPENDS). This is required for ROS.
    set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpoco-dev, libfmt-dev, libeigen3-dev")
  • Transitively forward the dependency to downstream packages.

As libfmt is included in public headers, we should declare the dependency transitively.
This is required to ship version 0.9.2 and a newer one via the same .deb repo.
@@ -14,9 +14,12 @@
<url type="bugtracker">https://github.com/frankaemika/libfranka/issues</url>
<author>Franka Robotics GmbH</author>

<replace version_lt="10.0">libfranka</replace>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure yet, whether this is the correct tag. See rhaschke/franka_ros#4 (comment).
Are versions 0.9.2 and >= 0.10 ABI compatible at all? If not, one needs to build separate versions of franka_ros as well. How to you serve customers wanting to operate both, Panda (requiring 0.9.2) and FR3 (requiring >= 0.10), from the same machine? This would need parallel installs of both versions.

@rhaschke rhaschke marked this pull request as draft January 8, 2025 15:52
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.

1 participant