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

feat(Protobuf): creates protobuf packets, protobuf files generator and paths include in cmake, receiver code for tests, #27

Merged
merged 34 commits into from
Feb 24, 2023

Commits on Feb 4, 2023

  1. added protobuf v0

    bmmuc committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4e76827 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. fix: undefined reference

    ersaraujo committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6a5ccf4 View commit details
    Browse the repository at this point in the history
  2. wip

    ersaraujo committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d44985e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f38c2a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    a5c9d79 View commit details
    Browse the repository at this point in the history
  2. fix (protobuf): fix cm to mm

    bmmuc committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    206bd48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    311b7d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. fix field packet

    ersaraujo committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    494e167 View commit details
    Browse the repository at this point in the history
  2. fix entities vector

    ersaraujo committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5f8e3dc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. wip

    ersaraujo committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1ebbc67 View commit details
    Browse the repository at this point in the history
  2. Fix protobuf generation

    joseviccruz committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    19232eb View commit details
    Browse the repository at this point in the history
  3. fix entities

    ersaraujo committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f375a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    9cc053b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update docker_run

    Co-authored-by: Felipe Martins <35344539+FelipeMartins96@users.noreply.github.com>
    ersaraujo and FelipeMartins96 authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1f7c46c View commit details
    Browse the repository at this point in the history
  2. adjust server.h

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3287eb4 View commit details
    Browse the repository at this point in the history
  3. fix(server): fix team check

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6109ba2 View commit details
    Browse the repository at this point in the history
  4. added dependecies

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9434c98 View commit details
    Browse the repository at this point in the history
  5. added args for cam

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    502dd56 View commit details
    Browse the repository at this point in the history
  6. removes changes

    Co-authored-by: Felipe Martins <35344539+FelipeMartins96@users.noreply.github.com>
    ersaraujo and FelipeMartins96 authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f6fc0cb View commit details
    Browse the repository at this point in the history
  7. Update src/Network/visionServer/server.h

    Co-authored-by: Felipe Martins <35344539+FelipeMartins96@users.noreply.github.com>
    ersaraujo and FelipeMartins96 authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    72e61a4 View commit details
    Browse the repository at this point in the history
  8. removes unnecessary files

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7034fae View commit details
    Browse the repository at this point in the history
  9. include protobuf generation

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0fb4a21 View commit details
    Browse the repository at this point in the history
  10. Update src/Network/visionServer/server.cpp

    Co-authored-by: Felipe Martins <35344539+FelipeMartins96@users.noreply.github.com>
    ersaraujo and FelipeMartins96 authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1b2eb38 View commit details
    Browse the repository at this point in the history
  11. fixed devconatiner

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    eb4f8d8 View commit details
    Browse the repository at this point in the history
  12. adding .cache in gitignore

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1f2a4cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee8c9bc View commit details
    Browse the repository at this point in the history
  14. Update multicast ip

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f1e90b6 View commit details
    Browse the repository at this point in the history
  15. update dependencies

    ersaraujo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    49d5b86 View commit details
    Browse the repository at this point in the history
  16. add cmake extension to devcontainer

    FelipeMartins96 authored and bmmuc committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5b54a21 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b941e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d2c7863 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    38750f5 View commit details
    Browse the repository at this point in the history
  20. wip

    bmmuc committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4edfb9a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Update client/python/receiver.py

    Co-authored-by: Felipe Martins <35344539+FelipeMartins96@users.noreply.github.com>
    ersaraujo and FelipeMartins96 authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    41c76e8 View commit details
    Browse the repository at this point in the history