mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Added boundary check for setting payload
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
void setFlag(unsigned int n, bool b);
|
||||
void setDigitalOut(unsigned int n, bool b);
|
||||
void setAnalogOut(unsigned int n, double f);
|
||||
void setPayload(double m);
|
||||
bool setPayload(double m);
|
||||
|
||||
void setMaxVel(double vel);
|
||||
void setMinPayload(double m);
|
||||
|
||||
Reference in New Issue
Block a user