-
Notifications
You must be signed in to change notification settings - Fork 37
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 LocalizationPose to Deck #987
Conversation
🔔 Changes in database folder detected 🔔 |
6f36e02
to
24afc0a
Compare
0d8a23e
to
c31cdad
Compare
🔔 Migrations changes detected 🔔 |
|
||
}; |
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.
}; | |
}; | |
@@ -144,7 +145,8 @@ private async Task<(string installationId, string plantId, string deckId, string | |||
{ | |||
InstallationCode = installationCode, | |||
PlantCode = plantCode, | |||
Name = deckName | |||
Name = deckName, | |||
LocalizationPose = testPose |
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.
Area has DefaultLocalizationPose and deck has LocalizationPose. Consider renaming one of them for consistent naming
}; | ||
var testLocalizationPose = new Pose |
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.
}; | |
var testLocalizationPose = new Pose | |
}; | |
var testLocalizationPose = new Pose |
}; | ||
var testLocalizationPose = new Pose |
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.
Why not just use testPose instead of a separate testLocalizationPose? Alternatively, change area to also use testLocalizationPose and remove testPose
c31cdad
to
ae73818
Compare
#1003 address this better |
No description provided.