URCap sample that allows users to incrementally jog the robot in cartesian space through the toolbar. The URCap demonstrates how to:
- Create a toolbar (as MyToolbar)
- Connect to the Dashboard server of the robot through Java
- Send script commands from a URCap to the robot over the primary client interface
- Make a Github workflow to build URCap in CI.
The URCap functionality is accessed through the toolbar. The step size can be set by either dragging in the (logarithmic) scale or simply entering a value in the input field far right. The robot is then moved by activating one of the six buttons.
This URCap has been developed using:
- URCap API version 1.12.0
- PolyScope version 5.12.4
Usage of the URCap on any other combination of software remains untested (will likely work however).
Installation problems? Feature requests? General questions?
- create an issue on the project
We welcome contributions to this URCap by the community! Please refer to the Contribution Guide.
This project is developed by the Universal Robots A/S (UR) and is released under the BSD 3-Clause License found in the root of this repository. Nicolai Anton Lynnerup developed the URCap to jog the robot incrementally in cartesian space as a response to customer interviews conducted in 2022. The CI in this repo is heavily inspired by the work of Felix Exner (from: FZI) performed for UR when developing the External Control URCap.