Skip to content

Allow franka_gripper messsage and action definitions to be built without libfranka dependency. #406

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

Open
smihael opened this issue Feb 26, 2025 · 0 comments

Comments

@smihael
Copy link

smihael commented Feb 26, 2025

Currently, the franka_gripper package contains both the message and action definitions as well as control nodes, depending on the libfranka library, which is unnecessary for users who only need to send commands to an already existing gripper control node. I suggest either moving the message and action definitions to the franka_msgs package (which would break code compatibility) or introducing a build flag to allow building franka_gripper without requiring libfranka. This would enable users to create lighter workspaces that only contains the necessary message structures and actions to communicate with the robot.

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

1 participant