Skip to content

Commit 29cc43b

Browse files
author
Cristian Beltran
committed
real robot test
1 parent 398d2f9 commit 29cc43b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cartesian_compliance_controller/include/cartesian_compliance_controller/cartesian_compliance_controller.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ CartesianComplianceController<HardwareInterface>::computeComplianceError() {
172172
ctrl::Vector3D center;
173173
// center << 0.0, 0.5, 0.04;
174174
// center << 0.0, 0.5, 0.081;
175-
center << 0.0, 0.5, 0.05;
175+
// center << 0.0, 0.5, 0.05;
176+
center << -0.17, 0.51, 0.0755;
176177
std::cout << "center:" << std::endl << center << std::endl;
177178
ctrl::Vector3D normal_vec;
178179
// normal_vec = (ee_pos - center).normalized();

0 commit comments

Comments
 (0)