You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/dave_demos/README.md
+38-6Lines changed: 38 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
##Examples
1
+
# Examples
2
2
3
-
### 1. Launching a Dave Object Model using Fuel URI
3
+
## Launching a Dave Object Model using Fuel URI
4
4
5
5
To launch a Dave model directly from a Fuel URI, follow these steps:
6
6
@@ -18,7 +18,7 @@ To launch a Dave model directly from a Fuel URI, follow these steps:
18
18
19
19
This method simplifies the process by pulling the model directly from Fuel, ensuring you always have the latest version without needing to manage local files.
20
20
21
-
### 2. Launching a Dave Sensor Model using Downloaded Model Files
21
+
## Launching a Dave Sensor Model using Downloaded Model Files
22
22
23
23
If you prefer to use model files downloaded from Fuel, proceed as follows:
24
24
@@ -52,7 +52,39 @@ If you prefer to use model files downloaded from Fuel, proceed as follows:
52
52
53
53
This approach gives you more control over the models you use, allowing for offline use and customization. It's especially useful when working in environments with limited internet connectivity or when specific model versions are required.
54
54
55
-
### 3. Launching a World File
55
+
## Launching a Dave Robot Model
56
+
57
+
Before launching, ensure to build and source the workspace:
To check which worlds are available to launch, refer to `models/dave_worlds/worlds` directory.
72
104
73
-
The worlds files are linked to use models at https://app.gazebosim.org/ which means you need an internet connection to download the models and it takes some time to download at first launch. The files are saved in temporary directories and are reused in subsequent launches.
105
+
The world files are linked to use models at https://app.gazebosim.org/ which means you need an internet connection to download the models and it takes some time to download at first launch. The files are saved in temporary directories and are reused in subsequent launches.
74
106
75
107
In this setup, you can dynamically specify different world files by changing the `world_name` argument in the launch command.
0 commit comments