Skip to content

Commit

Permalink
Removed digout line from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Nov 27, 2019
1 parent c00ab75 commit 8b0dc3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ur_robot_driver/src/ros/hardware_interface.cpp
Expand Up @@ -320,7 +320,6 @@ bool HardwareInterface::init(ros::NodeHandle& root_nh, ros::NodeHandle& robot_hw
tare_sensor_srv_ = robot_hw_nh.advertiseService<std_srvs::Trigger::Request, std_srvs::Trigger::Response>(
"zero_ftsensor", [&](std_srvs::Trigger::Request& req, std_srvs::Trigger::Response& resp) {
resp.success = this->ur_driver_->sendScript(R"(sec tareSensor():
set_digital_out(1,True)
zero_ftsensor()
end
)");
Expand Down

0 comments on commit 8b0dc3f

Please sign in to comment.