A real-time 3D viewer, built with three.js, ROS websocket, and lidar sensors, renders staff locations in a warehouse to improve management.
- Install live-server in command line:
$ npm install -g live-server
- Switch to the project directory.
$ cd ThreeJS_3D-Viewer
- Start the 3D viewer with live-server.
$ live-server
[optional] 3. Start the 3D viewer with node.js.
$ node server.js
- Jeffrey Wang (jeffreywangzhi@gmail.com)