1
0
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:
Thomas Timm Andersen
2015-09-10 14:17:15 +02:00
parent 8bf9e356f5
commit 0e6fe245b9
3 changed files with 22 additions and 15 deletions

View File

@@ -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);