1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

code formatting

This commit is contained in:
Felix Mauch
2019-05-06 15:11:02 +02:00
parent 4113f3ab2a
commit f00f76d508

View File

@@ -137,7 +137,7 @@ void Calibration::correctAxis(const size_t link_index)
// Correct next joint
// ROS_INFO_STREAM("Second Next old:\n" << chain_[2 * link_index + 2]);
chain_[2 * link_index + 2](2, 3) -= distance_correction;
robot_parameters_corrected_.segments_[link_index+1].d_ -= distance_correction;
robot_parameters_corrected_.segments_[link_index + 1].d_ -= distance_correction;
// ROS_INFO_STREAM("Second Next new:\n" << chain_[2 * link_index + 2]);
}