Closedown
This commit is contained in:
@@ -25,7 +25,7 @@ public class HoloScan extends Panel {
|
||||
//Overridable callbacks
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
Motor phi = (Motor) getDevice("ManipulatorPhi");
|
||||
Motor phi = (Motor) getDevice("ManipulatorPhi");
|
||||
Motor theta = (Motor) getDevice("ManipulatorTheta");
|
||||
motorPanelPhi.setDevice(phi);
|
||||
motorPanelTheta.setDevice(theta);
|
||||
|
||||
Reference in New Issue
Block a user