Setup Industrial package for SDA10F motoman driver with FS100 - MotoPlus
Hello we want to work with the SDA10F robot we recently bought. We want to conduct visual servoing tasks. Our computer vision software works under linux (Ubuntu). So far we can communicate with the robot using only Windows, but we would like to have the ROS package to interact with the robot to be able to integrate our computer vision software. We bought MotoPlus but we would like to know how to enable ROS-Industrial integration.
Thanks
If your visual servoing algorithm requires / expects a velocity interface then I'm afraid the vanilla
motoman_driver
package won't cut it: it does not support that. If position control is enough, then it should be possible, but only with an experimental 'point streaming / jogging' extension.As to how to set it up: have you taken a look at the tutorials? Make sure you also check the Requirements listed.