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

Remove 2-Suffix and rebase on main #2

Open
wants to merge 15 commits into
base: sotg-vector2
Choose a base branch
from

Commits on Jul 21, 2024

  1. Wrap all cout output into Debug compiler flag guard

    Konstantin Quillfeldt committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    017d6f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Add Logger class for message piping

    Konstantin Quillfeldt committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7333a20 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add default logger and VERBOSE compiler flag

    Konstantin Quillfeldt committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4d210ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipa320#1 from ipa320/logger

    Implement external logger capability
    kq98 authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ef1e5c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add section info when velocity is decreased and fix typo

    Konstantin Quillfeldt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1303592 View commit details
    Browse the repository at this point in the history
  2. Display coordinate nr. when velocity is decreased

    Konstantin Quillfeldt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a4b1c03 View commit details
    Browse the repository at this point in the history
  3. Allow path erasure and concatination

    Konstantin Quillfeldt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    885cbcd View commit details
    Browse the repository at this point in the history
  4. Assign IDs to Points in Path and allow the user to retrieve the numbe…

    …r of waypoints passed at a specific point in time
    Konstantin Quillfeldt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7b2c608 View commit details
    Browse the repository at this point in the history
  5. Handle unused variable warning

    Konstantin Quillfeldt committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c39b1f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Add SymbolGroupMap and ValueGroup and test executable

    Konstantin Quillfeldt authored and kq98 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    322fc11 View commit details
    Browse the repository at this point in the history
  2. Create temp classes for vectorization

    Konstantin Quillfeldt authored and kq98 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    780309f View commit details
    Browse the repository at this point in the history
  3. Vector based trajectory generation without blending

    Konstantin Quillfeldt authored and kq98 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e01e8c0 View commit details
    Browse the repository at this point in the history
  4. Quaternion rotation working without blending

    Konstantin Quillfeldt authored and kq98 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    826bd72 View commit details
    Browse the repository at this point in the history
  5. Remove old parts of the library

    kq98 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1cf2018 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    696ecca View commit details
    Browse the repository at this point in the history