-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-picks for 2409.1 point release (#784)
* Update ros2 template package (#769) * Fix hash for ROS2 Project template * Version bump for the ROS2 Project Template * Fix hashes and versioning for OpenXRTest and Multiplayer template * Regenerated Multiplayer template for repo.json Signed-off-by: Steve Pham <[email protected]> * fix ROS2FrameComponent::UpdateNamespaceCOnfiguration() (#774) Co-authored-by: Mateusz Żak <[email protected]> Signed-off-by: Jan Hanca <[email protected]> * Correct ROS2 Gem version from 3.2.1 to 3.1.1 (#775) Signed-off-by: Steve Pham <[email protected]> * extend functionality of FrameConversion.py (#772) * add additional logic to apply ROS2Frame conversion to overrides * since the ROS2FrameComponent is not mentioned directly in the patch path use the ROS2FrameComponent field names to correctly identify replacements Signed-off-by: Mateusz Żak <[email protected]> * Allow Ros2 frame component to be present on Level Entity (#777) Signed-off-by: Mateusz Wasilewski <[email protected]> * Fix FollowingCameraComponent: allow fly camera (#778) Signed-off-by: Jan Hanca <[email protected]> * Registry setting for ROS2 camera pipeline modification. (#781) Signed-off-by: Michał Pełka <[email protected]> Co-authored-by: Jan Hanca <[email protected]> Co-authored-by: Steve Pham <[email protected]> * Revert "fix bug in a spawner component (#725)" This reverts commit bbaece1. Signed-off-by: Jan Hanca <[email protected]> Signed-off-by: Mateusz Zak <[email protected]> --------- Signed-off-by: Steve Pham <[email protected]> Signed-off-by: Jan Hanca <[email protected]> Signed-off-by: Mateusz Żak <[email protected]> Signed-off-by: Mateusz Wasilewski <[email protected]> Signed-off-by: Michał Pełka <[email protected]> Signed-off-by: Mateusz Zak <[email protected]> Co-authored-by: Steve Pham <[email protected]> Co-authored-by: Mateusz Żak <[email protected]> Co-authored-by: Mateusz Wasilewski <[email protected]> Co-authored-by: Michał Pełka <[email protected]>
- Loading branch information
1 parent
f71979b
commit 427e8f0
Showing
18 changed files
with
1,142 additions
and
410 deletions.
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
20 changes: 20 additions & 0 deletions
20
Templates/Ros2FleetRobotTemplate/Template/Registry/ros2.setreg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"O3DE": | ||
{ | ||
"InputSystem": | ||
{ | ||
"Mouse": | ||
{ | ||
"CaptureMouseCursor": false | ||
} | ||
}, | ||
"ROS2": | ||
{ | ||
"SteadyClock" : true, | ||
"Camera": | ||
{ | ||
"AllowPipelineModification": true | ||
} | ||
} | ||
} | ||
} |
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
20 changes: 20 additions & 0 deletions
20
Templates/Ros2ProjectTemplate/Template/Registry/ros2.setreg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"O3DE": | ||
{ | ||
"InputSystem": | ||
{ | ||
"Mouse": | ||
{ | ||
"CaptureMouseCursor": false | ||
} | ||
}, | ||
"ROS2": | ||
{ | ||
"SteadyClock" : true, | ||
"Camera": | ||
{ | ||
"AllowPipelineModification": false | ||
} | ||
} | ||
} | ||
} |
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
20 changes: 20 additions & 0 deletions
20
Templates/Ros2RoboticManipulationTemplate/Template/Registry/ros2.setreg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"O3DE": | ||
{ | ||
"InputSystem": | ||
{ | ||
"Mouse": | ||
{ | ||
"CaptureMouseCursor": false | ||
} | ||
}, | ||
"ROS2": | ||
{ | ||
"SteadyClock" : true, | ||
"Camera": | ||
{ | ||
"AllowPipelineModification": true | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.