# script.md

## Installation

The bru.py script can be found in the [rosutils](https://github.com/campusrover/rosutils) repository. All our robots and VMs have this directory. However on a new robot, we create a symbolic link accessible to the path that is called just `bru` so the commands are `bru help` etc.

## Configuration

Whenever a new robot or robot type is created, certain key lines of bru.py need to be updated. Also of course, as we develop or fix bugs in the BRU package, that code will need to ne revised from time to time.

## Installation

In order to make it convenient to use BRU as a cli:

1. Create a symbolic link to the bru.py package.

`ln -s /my_ros_data/rosutils/bru.py /usr/local/bin/bru`

2. Make it executable

`chmod +x /my_ros_data/rosutils/bru.py`


---

# Agent Instructions: 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:

```
GET https://campus-rover.gitbook.io/lab-notebook/fiiva/bru/script.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
