Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.29 KB

File metadata and controls

25 lines (17 loc) · 1.29 KB

Wandelbots Robot Visualization (DEPRECATED)

⚠️ 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
Screenshot 2024-09-18 at 14 13 17

Usage

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