-
Notifications
You must be signed in to change notification settings - Fork 7
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
hugo/feature/Move RFIDKit in RC #992
Conversation
HPezz
commented
Sep 2, 2022
- ⚡ (rc): Move RFIDKit and emrgencyStop in RC
- ♻️ (os): Update OS
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff listNo differenes where found in map files. |
461c62c
to
0b5079e
Compare
Codecov Report
@@ Coverage Diff @@
## develop #992 +/- ##
========================================
Coverage 95.97% 95.98%
========================================
Files 127 127
Lines 2957 2963 +6
========================================
+ Hits 2838 2844 +6
Misses 119 119
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1f8aaee
to
be2f30c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
void emergencyStop(const MagicCard &card) | ||
{ | ||
if (card == MagicCard::emergency_stop) { | ||
raiseEmergencyStop(); | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je trouve qu'un emergency stop qui prend une carte c'est bizarre.
le emergency stop il doit juste raise l'event et stopper le robot.
le if il doit aller dans le call back
void registerEvents() | ||
{ | ||
using namespace system::robot::sm; | ||
|
||
// Setup callbacks for monitoring | ||
|
||
_rfidkit.onTagActivated([this](const MagicCard &card) { emergencyStop(card); }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mettre le if
ici
app/os/main.cpp
Outdated
display::videokit, | ||
behaviorkit, | ||
commandkit, | ||
rfidkit}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remettre une virgule ici
rfidkit}; | |
rfidkit,}; |
be2f30c
to
0111257
Compare
0111257
to
62af1fa
Compare
Kudos, SonarCloud Quality Gate passed! |