-
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
Port system tests in nav2_system_tests #4440
Merged
SteveMacenski
merged 20 commits into
ros-navigation:main
from
stevedanomodolor:feat/port_systems_tests_to_new_gazebo
Jun 20, 2024
Merged
Changes from 6 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a6a91ae
wip, ported only test_bt_navigator
stevedanomodolor 73049ce
include test_bt_navigator_with dijlstra and test_bt_navigator_2
stevedanomodolor 751aa61
uncomment some lines
stevedanomodolor 2b8833c
More tests
stevedanomodolor b71e7c6
Merge branch 'main' into feat/port_systems_tests_to_new_gazebo
stevedanomodolor 7d02b33
Include end of line
stevedanomodolor 4028524
move gz_sim cleanup process to utils nav2_simple_commander
stevedanomodolor a0cfaf7
fix linter
stevedanomodolor 037edb8
cleanup
stevedanomodolor b80934c
removed unused path
stevedanomodolor cd2e5c3
cleanup
stevedanomodolor efa1938
more cleanup
stevedanomodolor 475df16
reduce set initial pose time
stevedanomodolor 2d29e0b
remove repeated variable
stevedanomodolor c52a08f
Remove log
stevedanomodolor 21f63d8
Remove todo
stevedanomodolor 27ea912
use robot publisher
stevedanomodolor 993eac1
use robot publisher
stevedanomodolor c1de841
include copyright
stevedanomodolor d69fd36
correct year
stevedanomodolor 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
Oops, something went wrong.
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.
I think this will include a
.xacro
shortly from the changes in ros-navigation/nav2_minimal_turtlebot_simulation#11 FYI (probably other launch files too). Just be aware that this change is coming :-) (for all instances)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 will affect the localization test though. What if you add both there after I correct the test I have ported with the new xacro, then I will delete it from there.
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.
I think you can leave it as is, I'm just giving you an FYI that this will change once I get a chance on Friday to test the multirobot fixes to merge those in. So at that point, these would need to be updated once merged.
If this is merged before I make the changes, then I'll fix these tests. If its not merged, then you'll need to fix them. Its a race! 😆