Эх сурвалжийг харах

Removed ROS2 gem dependency as it's not required in this project (#9)

Configured the project in windows successfully.

Signed-off-by: moraaar <[email protected]>
moraaar 2 жил өмнө
parent
commit
95480714e4
2 өөрчлөгдсөн 2 нэмэгдсэн , 4 устгасан
  1. 1 2
      README.md
  2. 1 2
      project.json

+ 1 - 2
README.md

@@ -7,8 +7,7 @@ The purpose of this project is to test the O3DE physics capabilities in the cont
 
 ## Requirements 
 
-- O3DE [from this repository/branch](https://github.com/michalpelka/o3de/tree/add_physx_joint_control_old)
-- O3DE ROS Gem [from this repository/branch](https://github.com/RobotecAI/o3de-ros2-gem/tree/mecanum_control)
+- O3DE [from this repository/branch](https://github.com/o3de/o3de)
 
 ## Running the demo
 

+ 1 - 2
project.json

@@ -16,6 +16,5 @@
     "external_subdirectories": [
         "Gem"
     ],
-    "restricted": "o3de-physics-test-scene",
-    "gem_names": ["ROS2"]
+    "restricted": "o3de-physics-test-scene"
 }