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.