All Projects → uber → Streetscape.gl

uber / Streetscape.gl

Licence: mit
Visualization framework for autonomy and robotics data encoded in XVIZ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Streetscape.gl

Qs ledger
Quantified Self Personal Data Aggregator and Data Analysis
Stars: ✭ 559 (-11.55%)
Mutual labels:  data-visualization
Autorally
Software for the AutoRally platform
Stars: ✭ 595 (-5.85%)
Mutual labels:  robotics
Jsxgraph
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
Stars: ✭ 605 (-4.27%)
Mutual labels:  data-visualization
Clip
Create charts from the command line
Stars: ✭ 5,111 (+708.7%)
Mutual labels:  data-visualization
Keen Js
https://keen.io/ JavaScript SDKs. Track users and visualise the results. Demo http://keen.github.io/keen-dataviz.js/
Stars: ✭ 588 (-6.96%)
Mutual labels:  data-visualization
Linorobot
Autonomous ground robots (2WD, 4WD, Ackermann Steering, Mecanum Drive)
Stars: ✭ 598 (-5.38%)
Mutual labels:  robotics
Cs Video Courses
List of Computer Science courses with video lectures.
Stars: ✭ 27,209 (+4205.22%)
Mutual labels:  robotics
Engsoccerdata
English and European soccer results 1871-2020
Stars: ✭ 615 (-2.69%)
Mutual labels:  data-visualization
Roborts
An open source software stack for Real-Time Strategy research on mobile robots
Stars: ✭ 592 (-6.33%)
Mutual labels:  robotics
Robotics Toolbox Matlab
Robotics Toolbox for MATLAB
Stars: ✭ 601 (-4.91%)
Mutual labels:  robotics
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (-8.7%)
Mutual labels:  robotics
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (-7.12%)
Mutual labels:  robotics
Ompl
The Open Motion Planning Library (OMPL)
Stars: ✭ 598 (-5.38%)
Mutual labels:  robotics
Control Toolbox
The Control Toolbox - An Open-Source C++ Library for Robotics, Optimal and Model Predictive Control
Stars: ✭ 562 (-11.08%)
Mutual labels:  robotics
Teaser Plusplus
A fast and robust point cloud registration library
Stars: ✭ 607 (-3.96%)
Mutual labels:  robotics
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (-13.13%)
Mutual labels:  data-visualization
Dart
Dynamic Animation and Robotics Toolkit
Stars: ✭ 596 (-5.7%)
Mutual labels:  robotics
Voxblox
A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields.
Stars: ✭ 623 (-1.42%)
Mutual labels:  robotics
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (-2.85%)
Mutual labels:  data-visualization
D3 Node
Server-side D3 for static chart/map generation ✨📊
Stars: ✭ 606 (-4.11%)
Mutual labels:  data-visualization

streetscape.gl

streetscape.gl is a toolkit for visualizing autonomous and robotics data in the XVIZ protocol. It is built on top of React and Uber’s WebGL-powered visualization frameworks.

UI Components

Install

npm install streetscape.gl
# or
yarn add streetscape.gl

Documentation and demo

AVS Website

Quick start

You need Node.js and yarn to run the example app.

# Clone streetscape.gl
$ git clone https://github.com/uber/streetscape.gl.git
$ cd streetscape.gl

# Install dependencies
$ yarn bootstrap

# Run example
$ cd examples/get-started
$ yarn
$ yarn start

Contributions

streetscape.gl welcomes contributions. If you have an idea, open a Github issue to get some feedback before you start implementing, to make sure that the maintainers are ready to accept it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].