Skip to content

Commit a080d34

Browse files
committed
flush the new link to ensure the updates for its pose fire
1 parent 663b7ed commit a080d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/neuronrobotics/sdk/addons/kinematics/DHParameterKinematics.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ public void addNewLink(LinkConfiguration newLink, DHLink dhLink) {
597597
dhLink.setLinkType(DhLinkType.ROTORY);
598598
// once the new link configuration is set up, re add the listener
599599
factory.addLinkListener(this);
600+
link.flush(0);
600601
}
601602

602603
/**

0 commit comments

Comments
 (0)