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

Research Spherical/Cylindrical Coordinate Method #9

Open
Tmktahu opened this issue Sep 26, 2021 · 0 comments
Open

Research Spherical/Cylindrical Coordinate Method #9

Tmktahu opened this issue Sep 26, 2021 · 0 comments
Labels
Enhancement New feature or request

Comments

@Tmktahu
Copy link
Owner

Tmktahu commented Sep 26, 2021

The current IPS implementation uses euclidean coordinates. Primarily this is because it's easier to wrap my head around euclidean coordinate math. But eventually professional chips will become available, and with them access to trig functions.

The question is what would a coordinate system look like if the core math was based on a spherical or cylindrical coordinate system? Major questions include:

  • How much more complicated is the math?
  • Is the math smaller or more efficient?
  • How annoying is the conversion from spherical to euclidean for display purposes?
  • Could this tie in with a system that automatically calculates transmitter station coordinates as mentioned in IPS - Transmitter Station Replacement #7?
  • Could this tie in with a system that could keep track of a ship's pitch/yaw/rotation Compass/Gyro Module #4?
  • How would it impact configurability?
  • How would it impact interaction with modules?
@Tmktahu Tmktahu added the Enhancement New feature or request label Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant