public class PortableSynchronizedRobotConfig extends Object implements SynchronizedRobotConfig
| Constructor and Description |
|---|
PortableSynchronizedRobotConfig(Robot.Id robotId,
List<PortableSynchronizedJointConfig> jointConfigs) |
PortableSynchronizedRobotConfig(SynchronizedRobotConfig conf) |
PortableSynchronizedRobotConfig(SynchronizedRobotConfigRecord record) |
| Modifier and Type | Method and Description |
|---|---|
List<SynchronizedJointConfig> |
getJointConfigs() |
SynchronizedRobotConfigRecord |
getRecord() |
Robot.Id |
getRobotId() |
public PortableSynchronizedRobotConfig(SynchronizedRobotConfigRecord record)
public PortableSynchronizedRobotConfig(SynchronizedRobotConfig conf)
public PortableSynchronizedRobotConfig(Robot.Id robotId, List<PortableSynchronizedJointConfig> jointConfigs)
public Robot.Id getRobotId()
getRobotId in interface SynchronizedRobotConfigpublic List<SynchronizedJointConfig> getJointConfigs()
getJointConfigs in interface SynchronizedRobotConfigpublic SynchronizedRobotConfigRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.