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.IllegalArgumentException
- If the configuration does not match the Move node type.
e.g. trying to apply JointMotionParameters
to a MoveL.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 © 2021. All rights reserved.