From d035ae7c6559de2c8749a0b696b589ff1f811526 Mon Sep 17 00:00:00 2001 From: Zareen Choudhury Date: Tue, 23 Jan 2018 16:18:01 -0500 Subject: [PATCH] Update README with chrony instructions --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e043ceb..ef1e5f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# Canopy Cloud Robotics Framework -This is the ROS node for the client-side application. +# Canopy Client +This is the ROS node for the client-side application of Canopy. + +## Installation +See the [Canopy docs](http://canopy-docs.readthedocs.io/en/latest/client-docs.html#installation). + +## Time Synchronization +This section describes the steps for synchronizing timestamps between your Canopy clients and the Canopy server. + +Install chrony: +``` +sudo apt-get install chrony +``` + +Modify the chrony configuration file `chrony_canopy_client.conf` to reflect your Canopy server's IP address: +``` +server 123.45.67.890 +``` + +Restart chrony with this configuration file: +``` +sudo chronyd -f /chrony_canopy_client.conf +``` \ No newline at end of file