> For the complete documentation index, see [llms.txt](https://campus-rover.gitbook.io/lab-notebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://campus-rover.gitbook.io/lab-notebook/fiiva/cr-package/demos/demo-script-fall-2018.md).

# demo-script-fall-2018.md

* Pito Salas, November 2018, <pitosalas@brandeis.edu>

## Setup

* Basement space is set up like an office
* We have to update the map to include fake hallways and offices
* Lines will be taped to the floor to indicate the walls
* There will be four "offices", two "hallways", one "lab", and one "reception"
* We will move furniture into the "rooms" but navigation will be based on the
* Map is updated to match the tapes on the floor
* Locations are added to the location table

## Demo

1. A package has been delivered to reception
2. The robot is sitting in its charging station
3. Using a computer sitting on his desk, the receptionist summons the robot over
4. When the robot arrives at the receptionist it says: "hello Jo, did you call?"
5. The receptionish gives the robot the package and uses the laptop to send the robot to Jane's office
6. THere are some people chatting and in the way
7. As the robot navigates around them it says, "Excuse me I am delivering a package to Jane's office"
8. Jane accepts the package and the robot starts driving back to its charging station
9. An evil genius picks the robot up and starts walking it to the Evil Genius office.
10. When placed back on the floor the robot realizes that it was kidnapped
11. It recovers by going back into the hall and finding the nearby fiducial
12. It then continues back to the charging station, awaiting it's next mission
13. Along the way the robot sees Alex and says "Hello Alex, how's it going?"
14. The robot comes into the charging station and relaxes until the next mission
15.

### *Pito Salas*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://campus-rover.gitbook.io/lab-notebook/fiiva/cr-package/demos/demo-script-fall-2018.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
