Skip to content
Snippets Groups Projects
Commit 717e082c authored by Lukasz Duda's avatar Lukasz Duda
Browse files

use O_T_EE_d

parent cd09657b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ bool CartesianPoseExampleController::init(hardware_interface::RobotHW* robot_har
}
void CartesianPoseExampleController::starting(const ros::Time& /*time*/) {
initial_pose_ = cartesian_pose_handle_->getRobotState().O_T_EE;
initial_pose_ = cartesian_pose_handle_->getRobotState().O_T_EE_d;
}
void CartesianPoseExampleController::update(const ros::Time& /*time*/,
......
......@@ -140,7 +140,7 @@ bool JointImpedanceExampleController::init(hardware_interface::RobotHW* robot_hw
}
void JointImpedanceExampleController::starting(const ros::Time& /*time*/) {
initial_pose_ = cartesian_pose_handle_->getRobotState().O_T_EE;
initial_pose_ = cartesian_pose_handle_->getRobotState().O_T_EE_d;
}
void JointImpedanceExampleController::update(const ros::Time& /*time*/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment