Merged
Conversation
* use binary_state rather than default state Signed-off-by: hello-ola <oghattas@hello-robot.com> * fix test Signed-off-by: hello-ola <oghattas@hello-robot.com> * fix test and comment Signed-off-by: hello-ola <oghattas@hello-robot.com> * linting fix Signed-off-by: hello-ola <oghattas@hello-robot.com> * remove changestate from resetFilter Signed-off-by: hello-ola <oghattas@hello-robot.com> * test fix by pub value in resetfilter method Signed-off-by: hello-ola <oghattas@hello-robot.com> * Update nav2_costmap_2d/plugins/costmap_filters/binary_filter.cpp Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: hello-ola <oghattas@hello-robot.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: hello-ola <oghattas@hello-robot.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
* initial thoughs Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> * Remove line Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> * Feedback Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> --------- Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com>
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
* Rebase Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> * Fix Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> * Feedback Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com> --------- Signed-off-by: ElSayed ElSheikh <elsayed.elsheikh97@gmail.com>
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: David V. Lu <davidvlu@gmail.com>
* Add min obstacle height in voxel layer Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> * Fix linting Signed-off-by: Maurice <mauricepurnawan@gmail.com> --------- Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> Signed-off-by: Maurice <mauricepurnawan@gmail.com>
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
* Moving MPPI, Smac to secondary job Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Use xlarge resource class Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Bump the cache Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * back to large Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * fix Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Add route server Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Shift more packages over Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> --------- Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
Signed-off-by: Guillaume Doisy <guillaume@dexory.com> Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
* [DEX] limit comparison precision Signed-off-by: Guillaume Doisy <guillaume@dexory.com> * EPSILON 1e-5 Signed-off-by: Guillaume Doisy <guillaume@dexory.com> --------- Signed-off-by: Guillaume Doisy <guillaume@dexory.com> Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
…s for CircleCI limits (#5409) * Moving Nav2 behaviors to the system build job Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Adding Docking Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * moving more over to balance jobs Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> --------- Signed-off-by: SteveMacenski <stevenmacenski@gmail.com>
* Add pause and seq with bb memory BT nodes Signed-off-by: redvinaa <redvinaa@gmail.com> * Requested changes Signed-off-by: redvinaa <redvinaa@gmail.com> * Lint Signed-off-by: redvinaa <redvinaa@gmail.com> * Restructure pause, rename unpaused state to resumed Signed-off-by: redvinaa <redvinaa@gmail.com> * Add PauseResumeController test Signed-off-by: redvinaa <redvinaa@gmail.com> * Implement tests using xml_txt trees and dummy nodes Signed-off-by: redvinaa <redvinaa@gmail.com> * Update include Signed-off-by: redvinaa <redvinaa@gmail.com> * One more fix because of sync Signed-off-by: redvinaa <redvinaa@gmail.com> * Fix build Signed-off-by: redvinaa <redvinaa@gmail.com> * Add tests Signed-off-by: redvinaa <redvinaa@gmail.com> * Remove unreachable code Signed-off-by: redvinaa <redvinaa@gmail.com> * Fix tests Signed-off-by: redvinaa <redvinaa@gmail.com> * Update copyrights Signed-off-by: redvinaa <redvinaa@gmail.com> * Fix size calc Signed-off-by: redvinaa <redvinaa@gmail.com> * Rename to PersistentSequence Signed-off-by: redvinaa <redvinaa@gmail.com> * Fix docstring Signed-off-by: redvinaa <redvinaa@gmail.com> --------- Signed-off-by: redvinaa <redvinaa@gmail.com>
Signed-off-by: Guillaume Doisy <guillaume@dexory.com> Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
Signed-off-by: Sushant Chavan <gitecsvc@gmail.com>
…#5420) * fix: Add KDTree type definition to include unsigned int for IndexType Signed-off-by: Ericsii <ericfengx@foxmail.com> * code format Signed-off-by: Ericsii <ericfengx@foxmail.com> --------- Signed-off-by: Ericsii <ericfengx@foxmail.com>
Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
* Move nav_2d_util to nav2_util Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> * Rename frame Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> * Replace OdomSubscriber with OdomSmoother Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> * Use transformPoseInTargetFrame in all controllers Signed-off-by: mini-1235 <mauricepurnawan@gmail.com> --------- Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Smooth path even if goal pose is so much near to the robot Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com> * Apply suggestions Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com> * Remove unnecessary diff Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com> --------- Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Make pause resume controller use nav2::LifecycleNode Signed-off-by: redvinaa <redvinaa@gmail.com> * Fix tests Signed-off-by: redvinaa <redvinaa@gmail.com> * Use new nav2 create_service Signed-off-by: redvinaa <redvinaa@gmail.com> * Use attribues from parent, fix future wait, update docstring Signed-off-by: redvinaa <redvinaa@gmail.com> --------- Signed-off-by: redvinaa <redvinaa@gmail.com>
* Updating readme info Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Adding configuration guide Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> * Conciseness Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> --------- Signed-off-by: SteveMacenski <stevenmacenski@gmail.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
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
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.
Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Description of how this change was tested
Future work that may be required in bullet points
For Maintainers:
backport-*.