-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Staticial replanning #3100
Draft
jwallace42
wants to merge
132
commits into
ros-navigation:main
Choose a base branch
from
jwallace42:staticial_replanning
base: main
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.
Draft
Staticial replanning #3100
Changes from all commits
Commits
Show all changes
132 commits
Select commit
Hold shift + click to select a range
8cfe20f
statistical prototype
SteveMacenski beeb427
fixed two sample z-test
jwallace42 f697654
fixed 2 sample z test
jwallace42 7a14c46
rolling issue
jwallace42 10445f1
navfn produces costs
jwallace42 146ca55
complete updates
jwallace42 c1a499f
Revert "rolling issue"
jwallace42 5108c97
Revert "navfn produces costs"
jwallace42 827a0ba
adding plugin type for static in local + removing unused print (#3021)
SteveMacenski 8ba8848
removed extra includes (#3026)
jwallace42 b7a13d3
remove extra sub (#3025)
jwallace42 ef0102b
Fix missing dependency on nav2_velocity_smoother (#3031)
hodnajit 21d36bf
adding timeout for action client initialization (#3029)
vinnnyr 2672bd1
- Modified findVelocitySignChange method to transform cusp into robot…
stevenbrills 9e6be2e
cleanup warnings (#3028)
jwallace42 5f2eede
Update mergify.yml
SteveMacenski 9c08a05
Draft: Added GoalUpdatedController BT plugin node (#3044)
relffok 6a5165b
installing plugins folder of nav2_behaviors package (#3051)
SrijaneeBiswas e63eae1
Completed PR 2929 (#3038)
SteveMacenski 02a8dab
zero z values in rpp transformed plan (#3066)
Aposhian 84cd1d8
forward porting #3053 (#3064)
SteveMacenski 1dd5d27
removing get node options default for nav2 utils (#3073)
SteveMacenski d40dcd6
adding looping timeout for lifecycle service clients + adding string …
SteveMacenski b15367f
Smac Planner 2D changes (#3083)
SteveMacenski 35df8e6
Collision monitor (#2982)
AlexeyMerzlyakov 252d844
removing the extra argument in class dec (#3084)
padhupradheep e8047ce
Fix for #3078, fix image path in YAML (#3082)
nakai-omer ffa0061
do not depend on velocity for approach scaling (#3047)
Aposhian ee06ded
Use correct timeout when checking future (#3087)
samiamlabs 5cba027
Adds missing commas so default plugin names are not stuck together (#…
aaronchongth 232d665
Fix Costmap Filters system tests (#3120)
SteveMacenski 289a686
Finding distance H if obstacle H is <= 0 (#3122)
SteveMacenski e1830c9
Removed additional sign multiplication (#3088)
automech-rb aab082e
adding checks on goal IDs in results for waypoint follower (#3130)
SteveMacenski c9bab4d
Update nav2_multirobot_params_1.yaml
SteveMacenski 72b5348
Update nav2_multirobot_params_2.yaml
SteveMacenski 42b5bc8
ComputePathToPose Sets empty path on blackboard if action is aborted …
jwallace42 ca48a4d
Ignore feedback from old goals in waypoint follower (#3139)
pepisg 6fdcfc1
apply joinchar in pathify (#3141)
ladianchad d4886a7
Log level (#3110)
jwallace42 676fe71
linting and uncrusitfy fixes for CI (#3144)
jwallace42 34524ed
start is now added to the path (#3140)
jwallace42 11285ea
Update README.md (#3147)
austin-InDro 074e3e1
fixing linting problem
SteveMacenski 7a6b11d
Setting map map's yaml path to empty string, since overridden in laun…
SteveMacenski 344ac1c
use_sim_time refactoring (#3131)
2b34405
standalone assisted teleop (#2904)
jwallace42 1022f02
Add the support of range sensors to Collision Monitor (#3099)
AlexeyMerzlyakov 7a18064
Fix #3152: Costmap extend did not include Y component (#3153)
SteveMacenski 3360f18
missing nodes added to nav2_tree_nodes.xml (#3155)
enesbedir1 12b45f5
Change deprecated ceres function (#3158)
Tobias-Fischer 79c73f6
remove camera_rgb_joint since child frame does not exist (#3162)
ipa-kut c5e4d1b
bugfix (#3109) deadlock when costmap receives new map (#3145)
daisukes 78ed712
simple command costmap api - first few functions (#3159)
stevedanomodolor 908a765
Fix missing dependency on nav2_collision_monitor (#3175)
fantalukas f424310
fixed start (#3168)
jwallace42 8ce0ead
Fix velocities comparison for rotation at place case (#3177)
AlexeyMerzlyakov 72da017
set a empty path on halt (#3178)
jwallace42 7eeb91e
simple command costmap api - update few functions (#3169)
JacksonK9 9cbaf1a
clear names for bt nodes (#3183)
jwallace42 48ca6e1
[Smac] check if a node exists before creating (#3195)
SteveMacenski 278f896
fixing benchmarkign for planners (#3202)
SteveMacenski 5ae4b73
[Smac] Robin hood data structure improves performance by 10-15%! (#3201)
SteveMacenski f896415
[RPP] Add parameter to enable/disable collision detection (#3204)
fantalukas e853746
Update waffle.model
SteveMacenski c6bd5c5
Add a min_obstacle_height param to the nav2_costmap_2d's ObstacleLaye…
milidam f2713f7
add benchmark launch file + instructions (#3218)
SteveMacenski b45381d
removing hypotf from smac planner heuristic computation (#3217)
SteveMacenski 1b24e28
complete smac planner tolerances (#3219)
SteveMacenski 810f076
Disable Output Buffering (#3220)
ruffsl 83f8b4f
fix majority of python linting errors introduced in python costmap AP…
SteveMacenski c1f837d
Add new constructor to cosmtap2DROS (#3222)
8df3c5d
Assisted teleop simple commander (#3198)
jwallace42 92dd352
added result codes for global planner (#3146)
jwallace42 53a6af5
Fix RMW deprecation warnings (#3226)
AndyZe 3727175
Costmap Filter enabling service (#3229)
AlexeyMerzlyakov bd715a5
Fixing Ogre deprecation build warning
SteveMacenski 185b7af
Add binary flip costmap filter (#3228)
AlexeyMerzlyakov 81811e2
Update waffle.model
SteveMacenski b908b53
Revert "added result codes for global planner (#3146)" (#3237)
SteveMacenski b1922b6
Update waffle.model
SteveMacenski a96301c
Update test_actions.cpp
SteveMacenski 5fe3345
odom alpha restriction to avoid overflow caused by user-misconfigurat…
Cryst4L9527 95fbd23
Expections (#3244)
jwallace42 4b54dfd
Update controller server goal checker (#3240)
NicolasRochaPacheco 5d85e3f
map-size restriction to avoid overflow and nullptr caused by user-mis…
Cryst4L9527 aeec74a
Add Path Smoothers Benchmarking suite (#3236)
AlexeyMerzlyakov e7d4d98
Controller exceptions (#3227)
jwallace42 9b74dd0
CostmapLayer::matchSize may be executed concurrently (#3250)
Cryst4L9527 338e93e
Fix typo (#3262)
woawo1213 a94fdc4
Adding new Nav2 Smoother: Savitzky-Golay Smoother (#3264)
SteveMacenski c8053e3
refactoring RPP a bit for cleanliness on way to ROSCon (#3265)
SteveMacenski 5161f7d
exceptions for compute path through poses (#3248)
jwallace42 80bd879
Reclaim Our CI Coverage from the Lords of Painful Subtle Regressions …
SteveMacenski 607019c
Added Line Iterator (#3197)
afifswaidan d81cc62
Use SetParameter Launch API to set the yaml filename for map_server (…
stevedanomodolor ad5aa20
adding reconfigure test to thetastar (#3275)
padhupradheep ae268d8
Check for range_max of laserscan in updateFilter to avoid a implicit …
Cryst4L9527 61a967c
BT Service Node to throw if service was not available in time (#3256)
guilyx 6d325e3
remove exec_depend on behaviortree_cpp_v3 (#3279)
Aposhian 9b4bdde
add parameterized refinement recursion numbers in Smac Planner Smooth…
SteveMacenski a13d642
Add allow_unknown parameter to theta star planner (#3286)
pepisg 95c951d
Include test cases waypoint follwer (#3288)
stevedanomodolor ab5dcd9
Dynamically changing polygons support (#3245)
AlexeyMerzlyakov 1f74b4d
adding getCostScalingFactor (#3290)
SteveMacenski 94fde9e
Implemented smoother selector bt node (#3283)
owen7900 cb391ed
Pipe error codes (#3251)
jwallace42 1a5313a
Solve bug when CostmapInfoServer is reactivated (#3292)
MartiBolet c415c76
Smoothness metrics update (#3294)
AlexeyMerzlyakov 806bc68
preempt/cancel test for time behavior, spin pluguin (#3301)
stevedanomodolor 6202f57
Migrate to createTreeFromFile for loading BTs (#3306)
SteveMacenski 5c27a3e
update comment (#3309)
jwallace42 7c88750
Added a flag to not send goal in BtActionNode (#3293)
owen7900 6143295
Ensure that plugin initialization to be called before updating routin…
AlexeyMerzlyakov c119017
Make mapUpdateLoop() indicator variables to be thread-safe (#3308)
AlexeyMerzlyakov fe776fb
Fix Wrong Map Pointer (#3311) (#3315)
borongyuan bd3afbc
Add ability to publish layers of the costmap (#3254)
jwallace42 03876ea
Revert "Add ability to publish layers of the costmap (#3254)" (#3319)
SteveMacenski 5e16d10
Publish layers (#3320)
jwallace42 fe9519d
Smoother error codes (#3296)
jwallace42 7f41234
fix (#3321)
jwallace42 6b02da4
rebase
e32431c
Revert "rolling issue"
jwallace42 d50a2d1
added Path with cost message
6664b93
switch to PathWithCost
dad593f
Merge branch 'main' into staticial_replanning
444b506
fix
5f08d1f
able to open in rviz
f3b3dc6
path with cost display working with new message type
0903d22
updates
acb0458
code review
27adc55
initial tests for path validator
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Add to groot XML for people using it to build trees to have the option exposed