An open API service indexing awesome lists of open source software.

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

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
```

Screenshot 2024-09-18 at 14 13 17

## 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/).