-
Notifications
You must be signed in to change notification settings - Fork 8
Localization in 3D clouds #211
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
Open
PostRed
wants to merge
13
commits into
apmilko-map-localization
Choose a base branch
from
master
base: apmilko-map-localization
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 hidden or 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
* ubuntu22.04/jetpack6 * repo fixes
* feat: add cloud filters * fix: update filters * fix: minor improvements * LiDAR map (serializer for .pcd format) (#185) feat: add serialization to .pcd format * LiDAR map (pose graph optimization logger) (#187) feat: add bag writer class add ability to log pose graph optimization Signed-off-by: Andrey Milko <[email protected]> --------- Signed-off-by: Andrey Milko <[email protected]>
added function for counting icp values of edges --------- Co-authored-by: PostRed <[email protected]>
* change LaserScan to sensor_msgs::msg::PointCloud2 * finished replacing 3D matrices with 4D ones --------- Co-authored-by: PostRed <[email protected]>
* convert pose graph info to json --------- Co-authored-by: PostRed <[email protected]> Co-authored-by: apmilko <[email protected]>
* feat: fast mcap reader * pre-commit fixes
* feat: create route_follower package * feat: add proper topic handlers * routing node: fix transforms * feat: create route_follower package * feat: add proper topic handlers * feat: mvp route_follower * refactor: extracted trajectory creation logic * * fix: publish grid cost map * feat: publish on timer, not on subscription * style: format files * - feat: add PolylineIndex class. - feat: introduce concepts in the common package - feat: add generalized template for linear interpolation. * style: fix linter errors * - refactor: split PolylineIndex-related structs into different headers * test: add basic test * fix: resolve several PR conversations - refactor MotionState to be more consistent with the Pose - add dist field to AdvanceResult - refined PolyLineIndex interface - add more tests for PolyLineIndex - refactor makeTrajectory in route_follower_node.cpp * refactor: reverted lerp<V> to interpolate overloads * refactor: refined polyline index - separate interfaces for getting distance and state - changed logic of advance and advanceFromBegin * fix: small edits of routefollower * refactor: completely dissociated lerp and it's derivatives * fix: remove concepts from the common package * refactor: general improvements and fixes * fix: uncomment lines that include icp_odometry in truck/launch/slam.yaml * style: refine comment text --------- Co-authored-by: apmilko <[email protected]>
* add normals and outliers * start pr fixes * finish pr fixes * remove lines * add two functions for normals and weights * fix * formatting * add toPointCloud for cloud with weights * fixes * fixes 2 * fixes 3 * fixes 4 --------- Signed-off-by: Anаstasiya <[email protected]> Co-authored-by: PostRed <[email protected]> Co-authored-by: apmilko <[email protected]>
* add intensity filter to function ToCloud * fix: change format of const variable Signed-off-by: Andrey Milko <[email protected]> --------- Signed-off-by: Andrey Milko <[email protected]> Co-authored-by: PostRed <[email protected]> Co-authored-by: Andrey Milko <[email protected]>
* use rtee for icp edges * small fix (remove break from loop + remove filter param) * pr fixes * remove ktree number * pr fixes * small fix --------- Co-authored-by: PostRed <[email protected]>
…ive (#209) Co-authored-by: PostRed <[email protected]>
Signed-off-by: Anаstasiya <[email protected]> Co-authored-by: PostRed <[email protected]>
Signed-off-by: Anаstasiya <[email protected]> Co-authored-by: PostRed <[email protected]>
Contributor
Author
|
Тут реализована локализация в 3D, работает довольно медленно, нужно решить будем ли что-то тут делать |
Member
Насколько медленно? Мне кажется надо хотя бы 5 Hz выжать |
Closed
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.
No description provided.