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

Generalized constraints #43

Open
Ipuch opened this issue Dec 5, 2022 · 0 comments
Open

Generalized constraints #43

Ipuch opened this issue Dec 5, 2022 · 0 comments
Labels
architecture doesn't concern science

Comments

@Ipuch
Copy link
Owner

Ipuch commented Dec 5, 2022

class Constraints:
     class ConstantDistance:

               def    constraint()
               def    cosntraint_jacobian()


     class ConstantAngle:

Issue unclear, but I feel like there are only two types of constraints constant length (with either zero distance) or constant angle (mostly perpendicular). This could be implemented somewhere for more abstraction. Thus, the jacobians are also the same.

@Ipuch Ipuch added the architecture doesn't concern science label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture doesn't concern science
Projects
None yet
Development

No branches or pull requests

1 participant