forked from ros-navigation/navigation2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
updates to drone checkout logic #2
Merged
Merged
Conversation
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
ghost
pushed a commit
that referenced
this pull request
Mar 7, 2022
* created drone config * fixes #2 * changes to drone ci
VladyslavHrynchak200204
pushed a commit
that referenced
this pull request
Jul 25, 2024
* Initial support to the new Gazebo Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed build Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feeback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed physics tag Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed physics tag Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fix copyright and urdf Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * min range cannot be zero Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Simplify files Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fix Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Try to reduce load Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed cast shadows Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use Gazebo plugins instead of gz_ros2_control Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * update dependency Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed dependency Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed ros2_control and use ogre Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use param file to configure bridge Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use sdf model and change to ogre instead of ogre2 for sensors Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Support Garden and later, performance improvements Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Use xacro for world file (#2) Signed-off-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> * Reviewer feedback Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Add comment explaining temp file Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Fix linter Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Update nav2_bringup/worlds/gz_world_only.sdf.xacro Co-authored-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
VladyslavHrynchak200204
pushed a commit
that referenced
this pull request
Jul 25, 2024
…p option for modern gazebo (ros-navigation#4401) * Initial support to the new Gazebo Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed build Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feeback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed physics tag Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fixed physics tag Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fix copyright and urdf Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * min range cannot be zero Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Simplify files Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Added feedback Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Fix Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Try to reduce load Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed cast shadows Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use Gazebo plugins instead of gz_ros2_control Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * update dependency Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed dependency Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Removed ros2_control and use ogre Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use param file to configure bridge Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> * Use sdf model and change to ogre instead of ogre2 for sensors Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Support Garden and later, performance improvements Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Use xacro for world file (#2) Signed-off-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> * Reviewer feedback Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Add comment explaining temp file Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Fix linter Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Update nav2_bringup/worlds/gz_world_only.sdf.xacro Co-authored-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * port GZ Classic launch changes to modern GZ and remove GZ Classic launch file * adding changes * changes done for TB4 * tb3 sim prototype * fix missing ref * linting * fix branch name * remove assets * removing refs to turtlebot3_gazebo * update map * add new depot map * Update Nav2 side of multirobot launch files * linting --------- Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Addisu Z. Taddese <addisuzt@intrinsic.ai> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisuzt@intrinsic.ai>
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
Future work that may be required in bullet points