Write robot programs with Wandelbots NOVA
Wandelbots NOVA supports two approaches to program robots with Python: in a cloud environment and local.
Python is the primary programming language for robot control in Wandelbots NOVA.
The Wandelbots NOVA Python SDK provides comprehensive robot programming capabilities for you to create robotic programs.
All robot control logic on Wandelbots NOVA uses the Python SDK with @nova.program decorators.
The Program Operator provides an interface for managing and executing robot programs that are decorated with @nova.program and registered via NOVAx.
Operators can start programs, monitor execution, configure parameters, and view cycle times.
If you’re an experienced developer and prefer to write programs locally, you can jump into the local development instructions which feature using the NOVA CLI and NOVAx.