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

best place/API to add joint limit extraction ? #5

Open
doudou opened this issue Jun 12, 2017 · 0 comments
Open

best place/API to add joint limit extraction ? #5

doudou opened this issue Jun 12, 2017 · 0 comments
Labels

Comments

@doudou
Copy link
Contributor

doudou commented Jun 12, 2017

One reason why libraries use both the kdl_parser and directly the robot model is the representation of the joint limits (which are not represented in KDL).

I was wondering whether there would be interest that I implement an interface to extract both the KDL kinematic chain and joint limits (represents by a base::JointLimits). I was thinking of something along the lines of:

struct KinematicChainModel {
  KDL::Tree tree;
  base::JointLimits limits;
};

and then an API that maps the one already present in kdl_parser.hpp, but that would fill a KinematicChainModel instead of only a KDL::Tree.

Do you think that it would be a good idea ? @maltewi ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant