diff --git a/README.md b/README.md index 01b4648..969d3a4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/python/README.md b/python/README.md index fbdf9d0..5954c9f 100644 --- a/python/README.md +++ b/python/README.md @@ -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