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
@@ -157,7 +158,32 @@ To run a scenario with multiple task requests, load [office_tasks.json](https://
157
158
The office demo can be run in secure mode using ROS 2 DDS-Security integration. Click [here](docs/secure_office_world.md) to learn more.
158
159
159
160
---
161
+
### Home World
162
+
This demo world shows robot inside a home environment where the robot is configured to serve beverages to multiple drop points and also perform looping tasks.
160
163
164
+
165
+
```bash
166
+
source~/rmf_demos_ws/install/setup.bash
167
+
ros2 launch rmf_demos_gz home_world.launch.xml
168
+
```
169
+
2 types of Tasks are defined: **Delivery** and **Loop**
170
+
171
+
To send task requests, open rmf_demos web panel: https://open-rmf.github.io/rmf-panel-js/
172
+
173
+

174
+
175
+
To submit a delivery task, select ```Delivery``` from the ```Select a request type``` dropdown list. Next, select ```your desired coke delivery location``` from the ```Select delivery task``` list. Choose a desired start time for task and click submit.
176
+
177
+
Or, submit a task via CLI:
178
+
179
+
```bash
180
+
ros2 run rmf_demos_tasks dispatch_patrol -p kitchen dining_table -n 2 --use_sim_time
To submit a **loop task**, select ```Loop``` from the ```Select a request type``` dropdown list. Choose desired start and end locations and click submit.
185
+
186
+
---
161
187
### Airport Terminal World
162
188
163
189
This demo world shows robot interaction on a much larger map, with a lot more lanes, destinations, robots and possible interactions between robots from different fleets, robots and infrastructure, as well as robots and users. In the illustrations below, from top to bottom we have how the world looks like in `traffic_editor`, the schedule visualizer in `rviz`, and the full simulation in `gazebo`,
0 commit comments