-
Notifications
You must be signed in to change notification settings - Fork 65
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
ROS2-related cherries for 2409.2 point release #821
Open
jhanca-robotecai
wants to merge
10
commits into
o3de:point-release/24092
Choose a base branch
from
RobotecAI:jh/cherries_24092
base: point-release/24092
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
ROS2-related cherries for 2409.2 point release #821
jhanca-robotecai
wants to merge
10
commits into
o3de:point-release/24092
from
RobotecAI:jh/cherries_24092
+143
−384
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
* Fix templated DemoLevel prefab by restoring concrete component name to templated component name * Replace autoexec.cfg with load_level.setreg * Bump revision number Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
Added if statement for 'remove' override operations Signed-off-by: Patryk Antosz <patryk.antosz@robotec.ai>
s project gem Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
Signed-off-by: Mateusz Wasilewski <mateusz.wasilewski@robotec.ai>
Signed-off-by: Michał Pełka <michal.pelka@robotec.ai>
…3de#814) Signed-off-by: Artur Kamieniecki <artur.kamieniecki@robotec.ai>
Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
Signed-off-by: Artur Kamieniecki <artur.kamieniecki@robotec.ai> Add update view alias function Signed-off-by: Artur Kamieniecki <artur.kamieniecki@robotec.ai>
Tested against o3de point-release/2409.2 branch |
This was referenced Jan 27, 2025
arturkamieniecki
approved these changes
Feb 6, 2025
Re-tested on all templates. Works as expected. |
pawelbudziszewski
approved these changes
Feb 6, 2025
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.
What does this PR do?
This is a collection of ROS 2 related cherry-picks that should be integrated in the next
point release
.TrajectoryComponent
(the state was not set correctly, making busses less functional)JointPositionComponent
(list of joints was never cleaned when hitting refresh button; fixed joints were added)ROS2CameraComponent
(race condition in camera initialization was causing the post processing failures)There should be another PR changing ROS 2 Gem's version, release date, etc., after this one.
How was this PR tested?
Three projects based on ROS 2 templates were generated and tested manually following the procedure proposed in RobotecAI/o3de-ros2-gem-testing#13 . The automatic tests listed in the same PR were not conducted. Multiple problems were found, but the issues were not caused by the changes from the PRs cherry-picked in this PR; they were present before. An issue with the list will be created.
Ros2FleetRobotTemplate tests
o3de_fleet_nav_launch.py
launcher works correctlyo3de_fleet_nav_launch.py
launcherRos2ProjectTemplate tests
navigation.launch.py
launcher works correctlynavigation.launch.py
launcherRos2RoboticManipulationTemplate tests
panda_moveit_config_demo.launch.py
launcher works correctlypanda_moveit_config_demo.launch.py
launcher