mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
manually set corrections to 0
This commit is contained in:
@@ -77,6 +77,8 @@ struct DHRobot
|
|||||||
*/
|
*/
|
||||||
DHRobot(const std::vector<DHSegment>& segments)
|
DHRobot(const std::vector<DHSegment>& segments)
|
||||||
{
|
{
|
||||||
|
delta_theta_correction2_ = 0;
|
||||||
|
delta_theta_correction3_ = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DHRobot() = default;
|
DHRobot() = default;
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ Calibration::~Calibration()
|
|||||||
void Calibration::correctChain()
|
void Calibration::correctChain()
|
||||||
{
|
{
|
||||||
robot_parameters_corrected_ = robot_parameters_;
|
robot_parameters_corrected_ = robot_parameters_;
|
||||||
|
robot_parameters_corrected_.delta_theta_correction2_ = 0.0;
|
||||||
|
robot_parameters_corrected_.delta_theta_correction3_ = 0.0;
|
||||||
correctAxis(1);
|
correctAxis(1);
|
||||||
correctAxis(2);
|
correctAxis(2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user