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

Write function to translate a path generated by the camera into a path ready for the pen to follow. #117

Open
Hsenrab opened this issue Mar 7, 2017 · 2 comments
Assignees
Projects

Comments

@Hsenrab
Copy link
Collaborator

Hsenrab commented Mar 7, 2017

A new python file should be added in the core section called utilities and a function called translate_path_for_pen created.

This function takes a path generated by the camera (list of tuples) and translates it by the camera offset. This variable will be calibrated and hard coded into the config file. This can be approximated as 20 mm to start with.

This function should return the new positions (also a list of tuples) [(0,0) , (1,0), ... ]

@Hsenrab
Copy link
Collaborator Author

Hsenrab commented Mar 7, 2017

Target completion date 14/03/16

@Hsenrab
Copy link
Collaborator Author

Hsenrab commented Mar 7, 2017

Create a new branch for this issue off the master branch.

@JackBuck JackBuck added this to Short Term Todo's in Kanban Mar 8, 2017
@Hsenrab Hsenrab moved this from Short Term Todo's to In Progress in Kanban Mar 14, 2017
@Hsenrab Hsenrab self-assigned this Mar 14, 2017
Hsenrab pushed a commit that referenced this issue Mar 21, 2017
…inates to global co-ordinates using camera offset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Kanban
In Progress
Development

No branches or pull requests

1 participant