Git Product home page Git Product logo

rawlog-web-ui's Introduction

Rawlog Web UI

The backend of the app is part of mrpt-web library.

The app depends on mrpt-web-js node package. So, for building the app.

cd <mrpt-web-js root directory>
(sudo) npm link
cd <rawlog-web-ui root directory>
(sudo) npm link mrpt-web-js

This creates a symbolic link between the two packages.

Instructions for running the app:

  1. Build the mrpt-web-js library.
  2. cd mrpt-web-js
  3. npm link

For running rawlog-web-ui

  1. cd rawlog-web-ui
  2. npm link mrpt-web-js
  3. npm run serve

The app requires the C++ rawlog-viewer app runnning, the app is part of the mrpt-web.

  1. Build mrpt-web library.
  2. cd mrpt-web/build
  3. cd apps/rawlog-viewer
  4. ./rawlog-viewer 127.0.0.1 5000

The server should be started before running the web-app.
A green button, on the app depicts an established connection with the server.
If the connection is not established, try refreshing the page.
## Currently implemented features 1. Load rawlog. (File/Open) 2. Selecting a log from the navbar. The text details can be viewed. 3. Set Motion model.

For the latest implemented features use the dev branches.

rawlog-web-ui's People

Contributors

rachit173 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

rawlog-web-ui's Issues

# Main UI Math Plots

Display dataset statistics, info.
2D Move action, Obs::2DScan are the main ds for which plots are required.

# Main UI

Text Box: displays the essential information about the selected data structure from the side pane.

Manage ws connection automatically

Currrently, when the websocket connection dies, it does not automatically reconnect to the websocket server the moment the server is running again, also it only connects to a server address and port which is hard coded in the app.js file. This needs to be changed with an automatic system for reconnection and also the server address should be editable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.