Skip to content

Commit 0cc909f

Browse files
committed
removed second ur_driver_->registerToolContactResultCallback()
1 parent 8cb1eeb commit 0cc909f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,6 @@ URPositionHardwareInterface::on_configure(const rclcpp_lifecycle::State& previou
732732
ur_driver_->registerToolContactResultCallback(
733733
std::bind(&URPositionHardwareInterface::tool_contact_callback, this, std::placeholders::_1));
734734

735-
ur_driver_->registerToolContactResultCallback(
736-
std::bind(&URPositionHardwareInterface::tool_contact_callback, this, std::placeholders::_1));
737-
738735
return hardware_interface::CallbackReturn::SUCCESS;
739736
}
740737

0 commit comments

Comments
 (0)