Giter Club home page Giter Club logo

buggygui's People

Contributors

vasuagrawal avatar vivek4830 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

buggygui's Issues

New Plotting Library

The current plotting library (Plot.ly) uses SVG based rendering to draw the graphs. Unfortunately, that's really slow, i.e. even 1 fps is pushing it. However, the features that plot.ly provides are really nice, such as allowing you to save images from the current plot, zooming, pausing, etc. A suitable alternative needs to be canvas-based and hopefully have many of these features. Once the plotting library is tied in, it can be used for scatter plots, speedos, etc.

Also, make sure the timestamps are displayed as proper times, rather than just in NS.

Encoder Display

Encoder messages need to be displayed, probably in one of two ways.

  1. Scrolling scatter plot showing velocity / acceleration.
  2. Speedometer showing velocity / acceleration.

Steering Angle Display

The steering angle needs to be displayed, possibly in the same format as the encoder messages (plot or speedometer-type thing).

Async Load JS

The JS currently loads synchronously. This is fine for testing, but for production the scripts should all load in parallel (probably in head rather than in body). Doing this may break a number of scripts.

MDL load kills page

It seems like sometimes, if refreshing too often, the MDL CDN stops responding. It may be prudent to point the MDL file to the local version rather than the one on the CDN.

Multiple Buggy Support

In order to truly support multiple buggys (robots), the different visualizers need to be able to differentiate between the messages coming from different robots. This will probably require rewrites in a number of places along the pipeline, and would probably benefit from a channel based approach.

Client-side support for multiple layouts

The ability to rework the dashboard for multiple configurations would be very nice. This can be implemented in a few ways:

  1. Client side, allowing the client to move cards around without refreshing the page
  2. Client side, letting the client choose from a number of fixed layouts that get redrawn immediately
  3. Server side, where different HTML pages are served

Other combinations are possible as well.

IMU Visualizer Updates

Updates to the imu visualizer:

  • Moving the camera view with the mouse, rather than having a fixed camera view.
  • Switching the IMU visualizer to use quaternions rather than roll / pitch / yaw
  • Use a real model for the robot rather than just a box

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.