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

List down all the frames and the modules that handle the transform between them #87

Open
abinashmeher999 opened this issue Dec 11, 2015 · 2 comments

Comments

@abinashmeher999
Copy link
Member

Any robot deals with points and other data types on multiple coordinate frames and we regularly need to transform these points from one to the other. But the transformations between these frames keep changing with time! And different modules have the information needed to tranform between some two frames.

Remembering which module handles which frames and having to write the rotation and translation matrices for all the intermediate frames is a tedious task.

We need to have as few frames as possible and also few modules that handle the transform between them. Therefore we need to list down all the frames needed/present and decide which transform is handle by which module.

We will be using the tf package.

@abinashmeher999 abinashmeher999 added this to the Mahindra RISE Prize milestone Dec 11, 2015
@abinashmeher999
Copy link
Member Author

This will also go into the documentation.

@abinashmeher999
Copy link
Member Author

@chatrasen Take up this one too.

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