Skip to content

Commit 3825604

Browse files
REP and ROP update sub kinematics first
1 parent 631b001 commit 3825604

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tesseract/tesseract_kinematics/src/core/rep_inverse_kinematics.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ InverseKinematics::Ptr RobotWithExternalPositionerInvKin::clone() const
4444

4545
bool RobotWithExternalPositionerInvKin::update()
4646
{
47+
manip_inv_kin_->update();
48+
positioner_fwd_kin_->update();
4749
return init(scene_graph_, manip_inv_kin_, manip_reach_, positioner_fwd_kin_, positioner_sample_resolution_, name_);
4850
}
4951

tesseract/tesseract_kinematics/src/core/rop_inverse_kinematics.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ InverseKinematics::Ptr RobotOnPositionerInvKin::clone() const
4444

4545
bool RobotOnPositionerInvKin::update()
4646
{
47+
manip_inv_kin_->update();
48+
positioner_fwd_kin_->update();
4749
return init(scene_graph_, manip_inv_kin_, manip_reach_, positioner_fwd_kin_, positioner_sample_resolution_, name_);
4850
}
4951

0 commit comments

Comments
 (0)