mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
manually set corrections to 0
This commit is contained in:
@@ -26,6 +26,8 @@ Calibration::~Calibration()
|
||||
void Calibration::correctChain()
|
||||
{
|
||||
robot_parameters_corrected_ = robot_parameters_;
|
||||
robot_parameters_corrected_.delta_theta_correction2_ = 0.0;
|
||||
robot_parameters_corrected_.delta_theta_correction3_ = 0.0;
|
||||
correctAxis(1);
|
||||
correctAxis(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user