467
edits
Changes
no edit summary
== Features ==
* **'''Web-based URDF Viewer**''': Allows users to load and visualize URDF files directly in their web browser.* **'''Simplified Meshes**''': Supports simplified meshes for efficient rendering.* **'''Interactive Controls**''': Users can interact with the 3D models using standard web-based controls.* **'''Easy Setup and Deployment**''': The project includes scripts for easy local setup and deployment.
== Setup Instructions ==
=== Clone the Repository ===
$ git clone https://github.com/vrtnis/robot-web-viewer.git
</syntaxhighlight>
=== Setup ===
<syntaxhighlight lang="bash">
$ git clone https://github.com/vrtnis/robot-web-viewer.git
$ cd robot-web-viewer/
$ yarn install
</syntaxhighlight>
=== Run ===
<syntaxhighlight lang="bash">
$ yarn start
</syntaxhighlight>