mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Added IO and payload service
This commit is contained in:
@@ -26,7 +26,6 @@ public:
|
||||
UrRealtimeCommunication* rt_interface_;
|
||||
|
||||
UrDriver(std::condition_variable& msg_cond, std::string host,
|
||||
std::vector<std::string> joint_names,
|
||||
unsigned int safety_count_max = 12);
|
||||
void start();
|
||||
void halt();
|
||||
@@ -44,6 +43,12 @@ public:
|
||||
|
||||
std::vector<std::string> getJointNames();
|
||||
void setJointNames(std::vector<std::string> jn);
|
||||
void setToolVoltage(unsigned int v);
|
||||
void setFlag(unsigned int n, bool b);
|
||||
void setDigitalOut(unsigned int n, bool b);
|
||||
void setAnalogOut(unsigned int n, double f);
|
||||
void setPayloaf(double m);
|
||||
|
||||
};
|
||||
|
||||
#endif /* UR_DRIVER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user