forked from ssl-core/ssl-core
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[CBR] End of comptition mega merge #122
Open
fnalmeidap
wants to merge
112
commits into
main
Choose a base branch
from
test/integration-defender
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Este pull request adiciona o comportamento do GoToPoint utilizando apenas os serviços do `behavior-ms` e `navigation-ms`. O `decision-ms` foi propositalmente removido do pipeline do comportamento por simplicidade. --------- Co-authored-by: fnalmeidap <[email protected]> Co-authored-by: Marcela <[email protected]>
this pr adds the goalkeeper's take ball away FSM with all state transitions, though outputs are not yet implemented. others updates include new methods in ally analyzer and adjustments to pass world as a parameter to each state’s exec method. --------- Co-authored-by: Marcela <[email protected]> Co-authored-by: fnalmeidap <[email protected]>
Add peripheral actuation message to Motion with kick command. --------- Co-authored-by: ersaraujo <[email protected]>
this pr adds the motion output to all states of the goalkeeper's take ball away FSM. --------- Co-authored-by: Marcela <[email protected]> Co-authored-by: fnalmeidap <[email protected]> Co-authored-by: ersaraujo <[email protected]>
Adiciona um novo docker compose utilizado durante a CBR 2024.
Add mising dependency on `messages` for `state_machine` lib.
Uses navigation outputs to populate communication output message sent to the robot.
Este pull request adiciona um Atacante simples que vai até a bola e ativa o peripheral actuation para chutar. - Testado em ambiente controlado, não testado em campo - O controle inicia no behavior-ms e gera o output para navegação - Navegação utiliza o GoToPoint motion parser - Comunicação envia todos campos produzidos pela navegação e behavior, exceto atuação do Dribbler.
…tput (#121) Este pull request adiciona todas implementações testadas em 12 de novembro na CBR. - Adiciona comportamento de atacante que vai até a bola e chuta (não mirando para o gol) @fnalmeidap - Adiciona a máquina de estados de guard do goleiro @matheuslafayette - Utiliza o output da navegação na comunicação @fnalmeidap - Adiciona uso de processamento entre real e simulado @ersaraujo --------- Co-authored-by: Matheus Lafayette <[email protected]> Co-authored-by: Marcela <[email protected]> Co-authored-by: ersaraujo <[email protected]>
…/wed-integrations
…/wed-integrations
…/wed-integrations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commit utilizado na CBR 2024 no último jogo do RobôCIn time B.
Este PR adiciona:
Referee:
Decision:
Behavior:
Navigation:
Communication:
Overview:
.dev
para testes com o simulador não é confiável. É preciso executar repetidas vezes para que a comunicação com o simulador seja estabelecida.