-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ndt map visualization #453
Ndt map visualization #453
Conversation
c766cc5
to
fb2ae87
Compare
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
ec0a0e8
to
d383820
Compare
@Fernando-Sanz Linters are failing, check https://github.com/Ekumen-OS/beluga/blob/main/CONTRIBUTING.md#how-do-i-submit-a-good-code-contribution to install pre-commit. |
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
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.
Looks quite solid!
Could you upload a video or image of how the map is looking?
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
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.
Second pass
Indeed, linters are not happy. |
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
Signed-off-by: Fernando <sanz.fernando172@gmail.com>
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.
This is great! @Fernando-Sanz left some minor comments.
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
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.
Almost there, only the documentation step is failing.
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
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!
@Fernando-Sanz you have linter failing |
Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com>
We need to fix this CI job, independently of this PR |
### Proposed changes NDT map visualization publisher. It uses ellipsoids to represent obstacles placed using the mean and the covariance matrix of each cell.  >Obstacle representation made with green ellipsoids (scale factor is used). #### Type of change - [ ] 🐛 Bugfix (change which fixes an issue) - [x] 🚀 Feature (change which adds functionality) - [ ] 📚 Documentation (change which fixes or extends documentation) ### Checklist - [ ] Lint and unit tests (if any) pass locally with my changes - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have added necessary documentation (if appropriate) - [x] All commits have been signed for [DCO](https://developercertificate.org/) --------- Signed-off-by: Fernando <sanz.fernando172@gmail.com> Signed-off-by: Fernando-Sanz <sanz.fernando172@gmail.com> Signed-off-by: Marcos Huck <marcoshuck@ekumenlabs.com>
Proposed changes
NDT map visualization publisher. It uses ellipsoids to represent obstacles placed using the mean and the covariance matrix of each cell.
Type of change
Checklist