Skip to content

Commit aac1a51

Browse files
committed
docs: update demos instructions
1 parent 87a9d84 commit aac1a51

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

docs/demos/agriculture.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,21 @@ optimally by calling the RAI agent to decide what to do.
1515
Ensure that every command is run in a sourced shell using `source setup_shell.sh`
1616
Ensure ROS 2 is sourced.
1717

18-
1. **Download the Latest Release**
18+
1. Follow the RAI setup instructions in the [quick setup guide](../setup/install.md#setting-up-developer-environment).
19+
20+
2. Download the Latest Release
1921

2022
```bash
2123
./scripts/download_demo.sh agriculture
2224
```
2325

24-
2. **Run the Simulation**
26+
3. Run the Simulation
2527

2628
```bash
2729
./demo_assets/agriculture/RAIAgricultureDemo/RAIAgricultureDemo.GameLauncher -bg_ConnectToAssetProcessor=0
2830
```
2931

30-
3. **Start the Tractor Node**
32+
4. Start the Tractor Node
3133

3234
```bash
3335
python examples/agriculture-demo.py --tractor_number 1

docs/demos/debugging_assistant.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ where you can ask questions about your ROS 2 setup and execute common debugging
1818

1919
## Running the Assistant
2020

21-
1. Make sure you have RAI installed and configured according to the
22-
[quick setup guide](../setup/install.md)
21+
1. Follow the RAI setup instructions in the [quick setup guide](../setup/install.md#setting-up-developer-environment).
2322

2423
2. Launch the debugging assistant:
2524

docs/demos/manipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manipulation techniques.
1818

1919
Make sure ROS 2 is sourced. (e.g. `source /opt/ros/humble/setup.bash`)
2020

21-
1. Follow the RAI setup instructions in the [quick setup guide](../setup/install.md).
21+
1. Follow the RAI setup instructions in the [quick setup guide](../setup/install.md#setting-up-developer-environment).
2222
2. Download additional dependencies:
2323

2424
```shell

docs/demos/rosbot_xl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ platform in a nice apartment.
1616

1717
Make sure ROS 2 is sourced. (e.g. `source /opt/ros/humble/setup.bash`)
1818

19-
1. Download the newest binary release:
19+
1. Follow the RAI setup instructions in the [quick setup guide](../setup/install.md#setting-up-developer-environment).
20+
21+
2. Download the newest binary release:
2022

2123
```bash
2224
./scripts/download_demo.sh rosbot
2325
```
2426

25-
2. Install and download required packages
27+
3. Install and download required packages
2628

2729
```bash
2830
sudo apt install ros-${ROS_DISTRO}-navigation2 ros-${ROS_DISTRO}-nav2-bringup

0 commit comments

Comments
 (0)