File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,21 @@ optimally by calling the RAI agent to decide what to do.
15
15
Ensure that every command is run in a sourced shell using `source setup_shell.sh`
16
16
Ensure ROS 2 is sourced.
17
17
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
19
21
20
22
``` bash
21
23
./scripts/download_demo.sh agriculture
22
24
```
23
25
24
- 2. ** Run the Simulation**
26
+ 3. Run the Simulation
25
27
26
28
` ` ` bash
27
29
./demo_assets/agriculture/RAIAgricultureDemo/RAIAgricultureDemo.GameLauncher -bg_ConnectToAssetProcessor=0
28
30
` ` `
29
31
30
- 3. ** Start the Tractor Node**
32
+ 4. Start the Tractor Node
31
33
32
34
` ` ` bash
33
35
python examples/agriculture-demo.py --tractor_number 1
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ where you can ask questions about your ROS 2 setup and execute common debugging
18
18
19
19
## Running the Assistant
20
20
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 ) .
23
22
24
23
2 . Launch the debugging assistant:
25
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ manipulation techniques.
18
18
19
19
Make sure ROS 2 is sourced. (e.g. `source /opt/ros/humble/setup.bash`)
20
20
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 ) .
22
22
2 . Download additional dependencies:
23
23
24
24
``` shell
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ platform in a nice apartment.
16
16
17
17
Make sure ROS 2 is sourced. (e.g. `source /opt/ros/humble/setup.bash`)
18
18
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:
20
22
21
23
``` bash
22
24
./scripts/download_demo.sh rosbot
23
25
```
24
26
25
- 2 . Install and download required packages
27
+ 3 . Install and download required packages
26
28
27
29
` ` ` bash
28
30
sudo apt install ros-${ROS_DISTRO} -navigation2 ros-${ROS_DISTRO} -nav2-bringup
You can’t perform that action at this time.
0 commit comments