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

Abstract away more game-specific elements #43

Open
3 tasks
andrewda opened this issue Nov 9, 2019 · 0 comments
Open
3 tasks

Abstract away more game-specific elements #43

andrewda opened this issue Nov 9, 2019 · 0 comments

Comments

@andrewda
Copy link
Member

andrewda commented Nov 9, 2019

It'd be nice to abstract away as many game-specific elements as possible. This might be a pretty big task, but I think it can be broken down into several smaller tasks. Eventually, this might become something like the Limelight dashboard.

  • Read in model points from file
    # Points comprising 3D model of target
    full_model_points = np.array([
    (-5.938, 2.938, 0.0),
    (-4.063, 2.375, 0.0),
    (-5.438, -2.938, 0.0),
    (-7.375, -2.500, 0.0),
    (3.938, 2.375, 0.0),
    (5.875, 2.875, 0.0),
    (7.313, -2.500, 0.0),
    (5.375, -2.938, 0.0),
    ])
  • Allow n number of vision targets
  • ... more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant