From e813fd9ed3f34cd92c822a2823456a7495c4002f Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Tue, 3 Dec 2019 11:33:22 -0800 Subject: [PATCH] Add explanation of how to view a rosbag From #161 --- packages/webviz-core/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/webviz-core/README.md b/packages/webviz-core/README.md index ce6c2f54b..864be4834 100644 --- a/packages/webviz-core/README.md +++ b/packages/webviz-core/README.md @@ -2,6 +2,8 @@ This is the open source version of Webviz, the browser-based rosbag analysis tool. +Run `npm run docs` and then browse to http://localhost:8080/try. After a few moments the ui will load and bag files can be dragged in to be loaded. + This directory gets synced from a Cruise-internal directory into [http://github.com/cruise-automation/webviz/packages/webviz](http://github.com/cruise-automation/webviz/packages/webviz) and is hosted at [https://cruise-automation.github.io/webviz](https://cruise-automation.github.io/webviz/).