Skip to content

Commit 45c783d

Browse files
Merge pull request o3de#571 from o3de/mp/fix_fleet
Enabled Warehouse Automation gem in Ros2RoboticManipulation Template
2 parents 65ce3dc + 570e732 commit 45c783d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Templates/Ros2RoboticManipulationTemplate/Template/Examples/panda_moveit_config_demo.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def generate_launch_description():
2525
def launch_setup(context, *args, **kwargs):
2626

2727
current_file_path = Path(__file__).resolve()
28-
current_directory = current_file_path.parent
28+
current_directory = str(current_file_path.parent)
2929

3030
use_sim_time = { "use_sim_time": True}
3131
moveit_config = (

Templates/Ros2RoboticManipulationTemplate/Template/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"engine_version": "2.1.0",
2222
"gem_names": [
2323
"WarehouseAssets",
24+
"WarehouseAutomation",
2425
"ROS2"
2526
]
2627
}

0 commit comments

Comments
 (0)