https://github.com/wandelbotsgmbh/wandelbots-js-robot-visualization
Example on how to show and move a robot using wandelscript
https://github.com/wandelbotsgmbh/wandelbots-js-robot-visualization
app-example
Last synced: 3 months ago
JSON representation
Example on how to show and move a robot using wandelscript
- Host: GitHub
- URL: https://github.com/wandelbotsgmbh/wandelbots-js-robot-visualization
- Owner: wandelbotsgmbh
- License: apache-2.0
- Created: 2024-09-16T13:01:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-17T16:12:32.000Z (4 months ago)
- Last Synced: 2026-02-17T21:30:08.760Z (4 months ago)
- Topics: app-example
- Language: TypeScript
- Homepage: https://portal.wandelbots.io
- Size: 538 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wandelbots Robot Visualization
This example is using the [boilerplate](https://github.com/wandelbotsgmbh/wandelbots-js-boilerplate) for creating Wandelbots robot applications using [NextJS](https://nextjs.org/)
The example can be generated with the [CLI](https://portal.wandelbots.io/en/download).
```bash
$ nova app example get wandelbots-js-robot-visualization
```

## Usage
**Note:** Please replace `` with the controller name you've selected and `` with the motion group ID in `src/templates/RobotVisualization/example.ws`
Example:
- "0@abb" = get_controller("abb")[0]
- "1@fanuc" = get_controller("fanuc")[1]
For more information about wandelscript you can have a look into [our docs](https://docs.dev.wandelbots.io/25.4/wandelscript/quickstart/).