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

Add quadrant photodiode sensor (without noises) #81

Merged
merged 33 commits into from
Jan 10, 2024

Commits on Jan 5, 2024

  1. create laser emitter

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c0d6786 View commit details
    Browse the repository at this point in the history
  2. add quadrant photodiode sensor

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    25ffa7a View commit details
    Browse the repository at this point in the history
  3. update ff_components

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4bfd537 View commit details
    Browse the repository at this point in the history
  4. fix qpd sensor

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a76b351 View commit details
    Browse the repository at this point in the history
  5. fix clang-format

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d936f38 View commit details
    Browse the repository at this point in the history
  6. add characteristics of the laser emitter

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    50d995b View commit details
    Browse the repository at this point in the history
  7. add function to get laser beam radius

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b12a584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a7bc14 View commit details
    Browse the repository at this point in the history
  9. add qpd_semsor_reference.csv

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4287c90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f8d16b View commit details
    Browse the repository at this point in the history
  11. fix name of functions and variables

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    89a7668 View commit details
    Browse the repository at this point in the history
  12. fix small

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f417847 View commit details
    Browse the repository at this point in the history
  13. fix comment

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    559c2de View commit details
    Browse the repository at this point in the history
  14. fix functions

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ca830a8 View commit details
    Browse the repository at this point in the history
  15. fix enum

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    461b9fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc36110 View commit details
    Browse the repository at this point in the history
  17. create InitializeLaserEmitter

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    335c724 View commit details
    Browse the repository at this point in the history
  18. use GaussianBeamBase

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8d81a1d View commit details
    Browse the repository at this point in the history
  19. fix small

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    889c23b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c2ecd1d View commit details
    Browse the repository at this point in the history
  21. rename function

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    87de6c1 View commit details
    Browse the repository at this point in the history
  22. add comment

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bd73c38 View commit details
    Browse the repository at this point in the history
  23. fix enum

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3009874 View commit details
    Browse the repository at this point in the history
  24. fix comment

    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    25bb1d5 View commit details
    Browse the repository at this point in the history
  25. add comment to explain reference_ratio_y_axis_list / reference_ratio_…

    …z_axis_list
    Tomoki committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c57c9f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. rename sensor

    Tomoki committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    388fdd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. fix based on the comment

    Tomoki committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d3a80d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix small

    Tomoki committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b522c60 View commit details
    Browse the repository at this point in the history
  2. fix comment

    Tomoki committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ce4c94d View commit details
    Browse the repository at this point in the history
  3. rename variables

    Tomoki committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eeeb016 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. fix comment

    Tomoki committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    94f96e4 View commit details
    Browse the repository at this point in the history
  2. remove QpdObservedPositionDirection

    Tomoki committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7d73315 View commit details
    Browse the repository at this point in the history
  3. add sensitivity coefficient

    Tomoki committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1dd9947 View commit details
    Browse the repository at this point in the history