public interface WaypointNode extends ProgramNode
Modifier and Type | Method and Description |
---|---|
WaypointNodeConfig |
getConfig() |
WaypointNodeConfigFactory |
getConfigFactory() |
WaypointNode |
setConfig(WaypointNodeConfig config)
Set a configuration on this node.
|
WaypointNodeConfigFactory getConfigFactory()
WaypointNode setConfig(WaypointNodeConfig config)
config
- the configuration to be set.IncompatibleMotionParameters
- if the configuration does not match the movement type of the parent Move node,
e.g. trying to apply JointMotionParameters
to a MoveL node.UnreachablePositionException
- if it was not possible to compute joint positions corresponding to the
specified target pose (inverse kinematics failed to find solution)IllegalStateException
- if called from a Swing-based URCap outside of an UndoableChanges
scope (see also UndoRedoManager
).WaypointNodeConfig getConfig()
Copyright © 2025. All rights reserved.