Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ sudo ldconfig

### Build SENSR SDK

Download the repository using git clone

```bash
git clone https://github.com/seoulrobotics/sensr_sdk
```

Update submodule:

```bash
Expand Down
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ This Python SDK shows how to communicate with SENSR and parse the output in Pyth
>
> 1. If SENSR is running in the remote machine, replace `localhost` to other IP address or hostname accordingly.
>
> 2. Replace `zone` to other value to print other types, one of: `zone`, `point`, `object`, `health`, `time`
> 2. Replace `object` to other value to print other types, one of: `zone`, `point`, `object`, `health`, `time`

```bash
python3 ./console_output.py --address localhost --example_type zone
python3 ./console_output.py --address localhost --example_type object
```

## Running examples
Expand Down