|
@@ -55,12 +55,12 @@ The project supports the following platforms:
|
|
|
sure that the system/hardware requirements are met.
|
|
|
2. Please follow the instructions
|
|
|
to [set up O3DE from GitHub](https://o3de.org/docs/welcome-guide/setup/setup-from-github/).
|
|
|
-3. **Use the `roscon_2022` branch**: `git checkout roscon_2022`.
|
|
|
+3. **Use the `development` branch**: `git checkout development`.
|
|
|
|
|
|
The following commands should prepare O3DE:
|
|
|
|
|
|
```
|
|
|
-~$ git clone https://github.com/aws-lumberyard-dev/o3de.git
|
|
|
+~$ git clone https://github.com/o3de/o3de.git
|
|
|
~$ cd o3de
|
|
|
~/o3de$ git lfs install
|
|
|
~/o3de$ git lfs pull
|
|
@@ -134,7 +134,7 @@ sudo apt install ros-${ROS_DISTRO}-vision-msgs ros-${ROS_DISTRO}-nav-msgs ros-${
|
|
|
1. Clone this project:
|
|
|
|
|
|
```
|
|
|
-git clone https://github.com/aws-lumberyard/ROSConDemo.git
|
|
|
+git clone https://github.com/o3de/ROSConDemo.git
|
|
|
```
|
|
|
|
|
|
2. Register this project in O3DE engine. In O3DE directory:
|