⚠️ Deprecation Notice: This application is deprecated. Please check wandelbots-js-jogging for the current state of the state stream.Additionally, Wandelscript is also deprecated and is on its way to being removed.
This example is using the boilerplate for creating Wandelbots robot applications using NextJS
The example can be generated with the CLI.
$ nova app example get wandelbots-js-robot-visualization
Note: Please replace <controller_id> with the controller name you've selected and <motion_group_id> 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. (Please note: Wandelscript is deprecated and will be removed in the future).