Skip to content

Commit 5dffbc5

Browse files
committed
added a getter
1 parent b52d815 commit 5dffbc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ihmc-common-walking-control-modules/src/main/java/us/ihmc/commonWalkingControlModules/momentumBasedController/HighLevelHumanoidControllerToolbox.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,11 @@ public FramePoint3DReadOnly getCapturePoint()
555555
return yoCapturePoint;
556556
}
557557

558+
public YoFramePoint3D getYoCapturePoint()
559+
{
560+
return yoCapturePoint;
561+
}
562+
558563
public void getCapturePoint(FixedFramePoint3DBasics capturePointToPack)
559564
{
560565
capturePointToPack.setMatchingFrame(yoCapturePoint);

0 commit comments

Comments
 (0)