mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
Added minPayload, maxPayload and maxVelocity
This commit is contained in:
@@ -163,7 +163,7 @@ private:
|
||||
|
||||
bool setPayload(ur_msgs::SetPayloadRequest& req,
|
||||
ur_msgs::SetPayloadResponse& resp) {
|
||||
robot_.setPayloaf(req.payload);
|
||||
robot_.setPayload(req.payload);
|
||||
resp.success = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user