Pārlūkot izejas kodu

Create README.md

Signed-off-by: Adam Dąbrowski <[email protected]>
Adam Dąbrowski 3 gadi atpakaļ
vecāks
revīzija
77542011c2
1 mainītis faili ar 25 papildinājumiem un 1 dzēšanām
  1. 25 1
      README.md

+ 25 - 1
README.md

@@ -1 +1,25 @@
-# RobotVacuumSample
+# RobotVacuumSample
+
+Requires o3de-ros2-gem to run. Follow these steps to register the game with your o3de engine:
+
+follow instructions to setup o3de engine:
+- clone o3de-ros2-gem
+- clone this project
+
+In o3de folder:
+```
+scripts/o3de.sh register --gem-path <PATH_TO_GEM>
+scripts/o3de.sh enable-gem -gn ROS2 -pp <PATH_TO_PROJECT>
+```
+
+In project folder:
+```
+cmake -B build/linux -S . -G "Ninja Multi-Config" -DLY_3RDPARTY_PATH=$HOME/o3de-packages
+cmake --build build/linux --target <ProjectName>.GameLauncher Editor --config profile -j 4
+```
+
+Run the Editor:
+
+```
+build/linux/bin/profile/Editor
+```