All Projects → aurora-opensource → streetscape.gl

aurora-opensource / streetscape.gl

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

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to streetscape.gl

robotic-grasping
Antipodal Robotic Grasping using GR-ConvNet. IROS 2020.
Stars: ✭ 131 (-82.2%)
Mutual labels:  robotics
erdos
Dataflow system for building self-driving car and robotics applications.
Stars: ✭ 135 (-81.66%)
Mutual labels:  robotics
AVO2
Reciprocal Collision Avoidance with Acceleration-Velocity Obstacles (C++)
Stars: ✭ 24 (-96.74%)
Mutual labels:  robotics
sparse-scene-flow
This repo contains C++ code for sparse scene flow method.
Stars: ✭ 23 (-96.87%)
Mutual labels:  robotics
eva python sdk
Python 3 SDK for interacting with the Eva robot arm
Stars: ✭ 13 (-98.23%)
Mutual labels:  robotics
RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
Stars: ✭ 82 (-88.86%)
Mutual labels:  robotics
bio ik
MoveIt kinematics_base plugin based on particle optimization & GA
Stars: ✭ 104 (-85.87%)
Mutual labels:  robotics
StuyLib
Award-Winning FRC Library by StuyPulse Team 694
Stars: ✭ 17 (-97.69%)
Mutual labels:  robotics
vrep-api-python
Simple for use Python binding for Coppelia Robotics V-REP simulator (remote API)
Stars: ✭ 22 (-97.01%)
Mutual labels:  robotics
fmi adapter
Integrating functional mock-up units (FMUs) in ROS nodes
Stars: ✭ 26 (-96.47%)
Mutual labels:  robotics
baddy-makers-edition
The place for the BADDY community to: get all you need (dxf plans, code etc.) to make and build your own BADDY share issues... and fixes! create stunning new features
Stars: ✭ 20 (-97.28%)
Mutual labels:  robotics
ROS-Intelligent-Service-Robot
A ROS robot supporting voice control, autonomous navigation and robot arm motion.
Stars: ✭ 55 (-92.53%)
Mutual labels:  robotics
sailing-robot
Southampton sailing robot
Stars: ✭ 74 (-89.95%)
Mutual labels:  robotics
gear
Collision Avoidance Path Planning in Rust-lang
Stars: ✭ 29 (-96.06%)
Mutual labels:  robotics
igvc-software
The code base for the RoboNav team's IGVC robot.
Stars: ✭ 78 (-89.4%)
Mutual labels:  robotics
nn robustness analysis
Python tools for analyzing the robustness properties of neural networks (NNs) from MIT ACL
Stars: ✭ 36 (-95.11%)
Mutual labels:  robotics
kinpy
Simple kinematics calculation toolkit for robotics
Stars: ✭ 48 (-93.48%)
Mutual labels:  robotics
RobotBuilder
Generate C++ or Java FRC programs
Stars: ✭ 30 (-95.92%)
Mutual labels:  robotics
ROS Basic SLAM
BUILDING AN AUTOMATIC VEHICLE BASED ON STEREO CAMERA
Stars: ✭ 16 (-97.83%)
Mutual labels:  robotics
Galatea
Project Galatea lays the foundation for an open-source & open-hardware humanoid robot with an emphasis on assistance and companionship.
Stars: ✭ 13 (-98.23%)
Mutual labels:  robotics

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].