joncv / ThreeJS_3D-Viewer

A real-time 3D viewer, built with three.js, ROS websocket, and lidar sensors, renders staff locations in a warehouse to improve management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreeJS_3D-Viewer

A real-time 3D viewer, built with three.js, ROS websocket, and lidar sensors, renders staff locations in a warehouse to improve management.

demo.png

Table of Contents

Prerequisites

  • Install live-server in command line:
$ npm install -g live-server

Usage

  1. Switch to the project directory.
$ cd ThreeJS_3D-Viewer
  1. Start the 3D viewer with live-server.
$ live-server

[optional] 3. Start the 3D viewer with node.js.

$ node server.js

Who do I talk to

About

A real-time 3D viewer, built with three.js, ROS websocket, and lidar sensors, renders staff locations in a warehouse to improve management.

License:MIT License


Languages

Language:JavaScript 79.1%Language:HTML 20.9%